File tree Expand file tree Collapse file tree 5 files changed +0
-63
lines changed Expand file tree Collapse file tree 5 files changed +0
-63
lines changed Original file line number Diff line number Diff line change 88
88
| EVMActionList | GET | /api/policies/: id /policy\_ actions | | [ Policy Actions] ( ../reference/policy_collections.html#policy-actions ) |
89
89
| | GET | /api/policies/: id ?expand=policy\_ actions | | |
90
90
| | 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 ) |
92
91
| EVMAssignPolicy | POST | /api/hosts/: id /policies | assign | [ Assigning Policies] ( ../reference/policies.html#assigning-policies-to-a-resource ) |
93
92
| EVMConditionList | GET | /api/policies/: id /conditions | | [ Policy Conditions] ( ../reference/policy_collections.html#policy-conditions ) |
94
93
| | GET | /api/policies/: id ?expand=conditions | | |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -637,11 +637,6 @@ task generated for it and look for the state attribute as follows:
637
637
"method" : " post" ,
638
638
"href" : " http://localhost:3000/api/vms/171"
639
639
},
640
- {
641
- "name" : " add_lifecycle_event" ,
642
- "method" : " post" ,
643
- "href" : " http://localhost:3000/api/vms/171"
644
- },
645
640
{
646
641
"name" : " add_event" ,
647
642
"method" : " post" ,
Original file line number Diff line number Diff line change @@ -253,11 +253,6 @@ returned are the common ones defined by the system:
253
253
"method" : " post" ,
254
254
"href" : " https://172.16.30.129/api/vms/173"
255
255
},
256
- {
257
- "name" : " add_lifecycle_event" ,
258
- "method" : " post" ,
259
- "href" : " https://172.16.30.129/api/vms/173"
260
- },
261
256
{
262
257
"name" : " add_event" ,
263
258
"method" : " post" ,
@@ -310,11 +305,6 @@ and *ping* defined:
310
305
"method" : " post" ,
311
306
"href" : " https://172.16.30.129/api/vms/173"
312
307
},
313
- {
314
- "name" : " add_lifecycle_event" ,
315
- "method" : " post" ,
316
- "href" : " https://172.16.30.129/api/vms/173"
317
- },
318
308
{
319
309
"name" : " add_event" ,
320
310
"method" : " post" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ Management of virtual machines adds support of the following actions:
19
19
| set\_ miq\_ server | Sets the server of a virtual machine |
20
20
| set\_ owner | Sets the owner of a virtual machine |
21
21
| add\_ event | Adding an event to a virtual machine |
22
- | add\_ lifecycle\_ event | Add a life cycle event to a virtual machine |
23
22
| edit | Edits a virtual machine |
24
23
| delete | Deletes a virtual machine in the appliance |
25
24
@@ -51,8 +50,6 @@ Management of virtual machines adds support of the following actions:
51
50
52
51
- [ Adding an Event to a VM] ( #add-event-vm )
53
52
54
- - [ Adding a Lifecycle Event to a VM] ( #add-lifecycle-event-vm )
55
-
56
53
- [ Editing a VM] ( #edit-vm )
57
54
58
55
- [ Deleting a VM] ( #delete-vm )
@@ -250,20 +247,6 @@ reference as follows:
250
247
251
248
event\_ time above is optional. If skipped, current time will be used.
252
249
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
-
267
250
### Editing a Virtual Machine
268
251
269
252
Basic information of virtual machines can be edited. This includes the
You can’t perform that action at this time.
0 commit comments