blob: 7009a3581d7809917f6e0fb90ce0707576333afc [file] [log] [blame]
a.sreekumar9a12d022021-07-08 15:32:52 +01001{
2 "commonHeader": {
3 "timestamp": "2020-08-24T14:45:07.491Z",
4 "originatorId": "CDS",
5 "requestId": "123456",
6 "subRequestId": "123-123",
7 "flags": null
8 },
9 "actionIdentifiers": {
10 "blueprintName": "controlloop-hostname-update",
11 "blueprintVersion": "1.0.4",
12 "actionName": "update-config",
13 "mode": "sync"
14 },
15 "status": {
16 "code": 200,
17 "eventType": "EVENT_COMPONENT_EXECUTED",
18 "timestamp": "2020-08-24T14:45:12.863Z",
19 "errorMessage": null,
20 "message": "success"
21 },
22 "payload": {
23 "update-config-response": {
24 "execute-command-logs": [
25 "INFO:root:<data xmlns=\"urn:ietf:params:xml:ns:netconf:base:1.0\"/>",
26 "INFO:root:configuring Device....",
27 "INFO:root:Done Device Configuration Successfully",
28 "INFO:root:Device Configuration After modification",
29 "INFO:root:http://10.101.200.10:32777/restconf/config/network-topology:network-topology/topology/topology-netconf/node/927b2580-36d9-4f13-8421-3c9d43b7a57e/yang-ext:mount",
30 "INFO:root:<data xmlns=\"urn:ietf:params:xml:ns:netconf:base:1.0\"><system xmlns=\"urn:opendaylight:hostname\"><hostname>testhost-1212332324343</hostname></system></data>"
31 ],
32 "prepare-environment-logs": ["Installed pip packages:\n requirements.txt\n\n"]
33 }
34 }
35}