summaryrefslogtreecommitdiffstats
path: root/test/remote-ansible/success/expected-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/remote-ansible/success/expected-response.json')
-rw-r--r--test/remote-ansible/success/expected-response.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/remote-ansible/success/expected-response.json b/test/remote-ansible/success/expected-response.json
new file mode 100644
index 0000000..5ade7b7
--- /dev/null
+++ b/test/remote-ansible/success/expected-response.json
@@ -0,0 +1,29 @@
+{
+ "correlationUUID": null,
+ "commonHeader": {
+ "timestamp": "2020-06-03T16:20:03.527Z",
+ "originatorId": "System",
+ "requestId": "remote-ansible-success",
+ "subRequestId": "remote-ansible-success-1",
+ "flags": null
+ },
+ "actionIdentifiers": {
+ "blueprintName": "RT-remote-ansible",
+ "blueprintVersion": "1.0.0",
+ "actionName": "execute-remote-ansible-success",
+ "mode": "sync"
+ },
+ "status": {
+ "code": 200,
+ "eventType": "EVENT_COMPONENT_EXECUTED",
+ "timestamp": "2020-06-03T16:20:18.859Z",
+ "errorMessage": null,
+ "message": "success"
+ },
+ "payload": {
+ "execute-remote-ansible-success-response": {
+ "ansible-command-status": "successful",
+ "ansible-command-logs": "Output for Job 456 :\n\n\n PLAY [Hello World Sample] ******************************************************\n\n TASK [Gathering Facts] *********************************************************\n ok: [localhost]\n\n TASK [Hello Message] ***********************************************************\n ok: [localhost] => {\n \"msg\": \"Hello World!\"\n }\n\n PLAY RECAP *********************************************************************\n localhost : ok=2 changed=0 unreachable=0 failed=0\n\n\n"
+ }
+ }
+}