summaryrefslogtreecommitdiffstats
path: root/test/remote-python/success/expected-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/remote-python/success/expected-response.json')
-rw-r--r--test/remote-python/success/expected-response.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/test/remote-python/success/expected-response.json b/test/remote-python/success/expected-response.json
new file mode 100644
index 0000000..8b0149f
--- /dev/null
+++ b/test/remote-python/success/expected-response.json
@@ -0,0 +1,36 @@
+{
+ "correlationUUID": "9acac95d-9b17-4224-9fe1-0cdb652d027c",
+ "commonHeader": {
+ "timestamp": "2020-07-02T22:52:50.662Z",
+ "originatorId": "System",
+ "requestId": "remote-python-request",
+ "subRequestId": "1",
+ "flags": null
+ },
+ "actionIdentifiers": {
+ "blueprintName": "RT-remote-python",
+ "blueprintVersion": "1.0.0",
+ "actionName": "remote-python",
+ "mode": "sync"
+ },
+ "status": {
+ "code": 200,
+ "eventType": "EVENT_COMPONENT_EXECUTED",
+ "timestamp": "2020-07-02T22:53:05.357Z",
+ "errorMessage": null,
+ "message": "success"
+ },
+ "payload": {
+ "remote-python-response": {
+ "execute-command-payload": {
+ "abc": [
+ "xyz",
+ "qqq"
+ ]
+ },
+ "execute-command-logs": [
+ "remote executor regression"
+ ]
+ }
+ }
+}