blob: 58eb605e2154b48b9b6d8f68fa6a7f708dd8f385 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"output_payload-model": {
"sequence-generator": "multistep-sequence-generator",
"action-list": [{
"action": "start",
"payload-fields": {
"identity-url": "$identity-url",
"vm-id": "$vm-id"
}
},
{
"action": "stop",
"payload-fields": {
"identity-url": "$identity-url",
"vm-id": "$vm-id"
}
},
{
"action": "restart",
"payload-fields": {
"identity-url": "$identity-url",
"vm-id": "$vm-id"
}
}
]
}
}
|