diff options
Diffstat (limited to 'csit/config/sim-all/cdsresponse')
3 files changed, 0 insertions, 101 deletions
diff --git a/csit/config/sim-all/cdsresponse/apex-example-cba-modify-config.json b/csit/config/sim-all/cdsresponse/apex-example-cba-modify-config.json deleted file mode 100644 index 4f03bbfa..00000000 --- a/csit/config/sim-all/cdsresponse/apex-example-cba-modify-config.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "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" - ] - } - } -} diff --git a/csit/config/sim-all/cdsresponse/apex-example-cba-restart.json b/csit/config/sim-all/cdsresponse/apex-example-cba-restart.json deleted file mode 100644 index 694bc6df..00000000 --- a/csit/config/sim-all/cdsresponse/apex-example-cba-restart.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "correlationUUID": null, - "commonHeader": { - "timestamp": "2020-12-16T10:30:46.213Z", - "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": "restart", - "mode": "sync" - }, - "status": { - "code": 200, - "eventType": "EVENT_COMPONENT_EXECUTED", - "timestamp": "2020-12-16T10:30:46.828Z", - "errorMessage": null, - "message": "success" - }, - "payload": { - "restart-response": { - "execute-command-logs": [ - "INFO:root:Arguments : Active,," - ], - "prepare-environment-logs": [ - "Installed pip packages:\n requirements.txt\n\n" - ] - } - } -} diff --git a/csit/config/sim-all/cdsresponse/controlloop-hostname-update-update-config.json b/csit/config/sim-all/cdsresponse/controlloop-hostname-update-update-config.json deleted file mode 100644 index 7009a358..00000000 --- a/csit/config/sim-all/cdsresponse/controlloop-hostname-update-update-config.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "commonHeader": { - "timestamp": "2020-08-24T14:45:07.491Z", - "originatorId": "CDS", - "requestId": "123456", - "subRequestId": "123-123", - "flags": null - }, - "actionIdentifiers": { - "blueprintName": "controlloop-hostname-update", - "blueprintVersion": "1.0.4", - "actionName": "update-config", - "mode": "sync" - }, - "status": { - "code": 200, - "eventType": "EVENT_COMPONENT_EXECUTED", - "timestamp": "2020-08-24T14:45:12.863Z", - "errorMessage": null, - "message": "success" - }, - "payload": { - "update-config-response": { - "execute-command-logs": [ - "INFO:root:<data xmlns=\"urn:ietf:params:xml:ns:netconf:base:1.0\"/>", - "INFO:root:configuring Device....", - "INFO:root:Done Device Configuration Successfully", - "INFO:root:Device Configuration After modification", - "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", - "INFO:root:<data xmlns=\"urn:ietf:params:xml:ns:netconf:base:1.0\"><system xmlns=\"urn:opendaylight:hostname\"><hostname>testhost-1212332324343</hostname></system></data>" - ], - "prepare-environment-logs": ["Installed pip packages:\n requirements.txt\n\n"] - } - } -} |