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
28
29
30
31
32
33
|
{
"correlationUUID": null,
"commonHeader": {
"timestamp": "2020-12-16T10:29:00.450Z",
"originatorId": "POLICY",
"requestId": "f392e439-c176-411b-b972-8acadac0f8df",
"subRequestId": "8c7935a4-79d8-4ec0-b661-dcca3cd68006",
"flags": null
},
"actionIdentifiers": {
"blueprintName": "apex-example-cba",
"blueprintVersion": "1.0.0",
"actionName": "modify-config",
"mode": "sync"
},
"status": {
"code": 200,
"eventType": "EVENT_COMPONENT_EXECUTED",
"timestamp": "2020-12-16T10:29:01.737Z",
"errorMessage": null,
"message": "success"
},
"payload": {
"modify-config-response": {
"execute-command-logs": [
"INFO:root:Arguments : Active,,"
],
"prepare-environment-logs": [
"Installed pip packages:\n requirements.txt\n\n"
]
}
}
}
|