Skip to content

Commit 63bfd28

Browse files
authored
Merge pull request #1736 from kbrock/drop_lifecycle_events
dropping references to vm lifecycle events
2 parents bbda952 + 8df78ba commit 63bfd28

File tree

5 files changed

+0
-63
lines changed

5 files changed

+0
-63
lines changed

api/appendices/soap_to_rest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
| EVMActionList | GET | /api/policies/:id/policy\_actions | | [Policy Actions](../reference/policy_collections.html#policy-actions) |
8989
| | GET | /api/policies/:id?expand=policy\_actions | | |
9090
| | GET | /api/policies?filter\[\]=guid='…​.'\&expand=resources,policy\_actions | | |
91-
| EVMAddLifecycleEvent | POST | /api/vms/:id | add\_lifecycle\_event | [Add Lifecycle Event to VM](../examples/add_lifecycle_event_vm.html) |
9291
| EVMAssignPolicy | POST | /api/hosts/:id/policies | assign | [Assigning Policies](../reference/policies.html#assigning-policies-to-a-resource) |
9392
| EVMConditionList | GET | /api/policies/:id/conditions | | [Policy Conditions](../reference/policy_collections.html#policy-conditions) |
9493
| | GET | /api/policies/:id?expand=conditions | | |

api/examples/add_lifecycle_event_vm.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

api/examples/compliance_policy_flow.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -637,11 +637,6 @@ task generated for it and look for the state attribute as follows:
637637
"method": "post",
638638
"href": "http://localhost:3000/api/vms/171"
639639
},
640-
{
641-
"name": "add_lifecycle_event",
642-
"method": "post",
643-
"href": "http://localhost:3000/api/vms/171"
644-
},
645640
{
646641
"name": "add_event",
647642
"method": "post",

api/reference/custom_actions.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,6 @@ returned are the common ones defined by the system:
253253
"method": "post",
254254
"href": "https://172.16.30.129/api/vms/173"
255255
},
256-
{
257-
"name": "add_lifecycle_event",
258-
"method": "post",
259-
"href": "https://172.16.30.129/api/vms/173"
260-
},
261256
{
262257
"name": "add_event",
263258
"method": "post",
@@ -310,11 +305,6 @@ and *ping* defined:
310305
"method": "post",
311306
"href": "https://172.16.30.129/api/vms/173"
312307
},
313-
{
314-
"name": "add_lifecycle_event",
315-
"method": "post",
316-
"href": "https://172.16.30.129/api/vms/173"
317-
},
318308
{
319309
"name": "add_event",
320310
"method": "post",

api/reference/vms.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Management of virtual machines adds support of the following actions:
1919
| set\_miq\_server | Sets the server of a virtual machine |
2020
| set\_owner | Sets the owner of a virtual machine |
2121
| add\_event | Adding an event to a virtual machine |
22-
| add\_lifecycle\_event | Add a life cycle event to a virtual machine |
2322
| edit | Edits a virtual machine |
2423
| delete | Deletes a virtual machine in the appliance |
2524

@@ -51,8 +50,6 @@ Management of virtual machines adds support of the following actions:
5150

5251
- [Adding an Event to a VM](#add-event-vm)
5352

54-
- [Adding a Lifecycle Event to a VM](#add-lifecycle-event-vm)
55-
5653
- [Editing a VM](#edit-vm)
5754

5855
- [Deleting a VM](#delete-vm)
@@ -250,20 +247,6 @@ reference as follows:
250247

251248
event\_time above is optional. If skipped, current time will be used.
252249

253-
### Adding a Lifecycle Event to a Virtual Machine
254-
255-
``` json
256-
{
257-
"action" : "add_lifecycle_event",
258-
"resource" : {
259-
"event" : "...",
260-
"status" : "...",
261-
"message" : "...",
262-
"created_by" : "..."
263-
}
264-
}
265-
```
266-
267250
### Editing a Virtual Machine
268251

269252
Basic information of virtual machines can be edited. This includes the

0 commit comments

Comments
 (0)