summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/ansible-python-dg/mock-payloads/job-output.json
blob: 48777375039f918297d6e232f046588b4b357844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "httpRequest" : {
    "method" : "GET",
    "path" : "/ansible-python-dg/success/api/v2/jobs/456/stdout/"
  },
  "httpResponse" : {
    "body" : "

    PLAY [Hello World Sample] ******************************************************

    TASK [Gathering Facts] *********************************************************
    ok: [localhost]

    TASK [Hello Message] ***********************************************************
    ok: [localhost] => {
        \"msg\": \"Hello World!\"
    }

    PLAY RECAP *********************************************************************
    localhost                  : ok=2    changed=0    unreachable=0    failed=0

"
  }
}