summaryrefslogtreecommitdiff
path: root/test/units/modules/cloud/amazon/placebo_recordings/data_pipeline/check_dp_status/datapipeline.DescribePipelines_1.json
blob: 23a454b445b38d1c6162dbaedb56d81666315072 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
    "status_code": 200,
    "data": {
        "pipelineDescriptionList": [
            {
                "fields": [
                    {
                        "stringValue": "2017-07-14T19:16:40",
                        "key": "@lastActivationTime"
                    },
                    {
                        "stringValue": "2017-07-14T19:16:35",
                        "key": "@creationTime"
                    },
                    {
                        "stringValue": "ansible-datapipeline-unit-test",
                        "key": "description"
                    },
                    {
                        "stringValue": "PIPELINE",
                        "key": "@sphere"
                    },
                    {
                        "stringValue": "AIDAJKBIP5ANB55M7EUTC",
                        "key": "pipelineCreator"
                    },
                    {
                        "stringValue": "2017-07-14T19:16:42",
                        "key": "@finishedTime"
                    },
                    {
                        "stringValue": "1",
                        "key": "@version"
                    },
                    {
                        "stringValue": "ansible-test-create-pipeline",
                        "key": "name"
                    },
                    {
                        "stringValue": "df-0590406117G8DPQZY2HA",
                        "key": "@id"
                    },
                    {
                        "stringValue": "FINISHED",
                        "key": "@pipelineState"
                    },
                    {
                        "stringValue": "448830907657",
                        "key": "@accountId"
                    },
                    {
                        "stringValue": "881b104bff5f07052e897bd79048b951",
                        "key": "uniqueId"
                    },
                    {
                        "stringValue": "AIDAJKBIP5ANB55M7EUTC",
                        "key": "@userId"
                    },
                    {
                        "stringValue": "2017-07-14T19:16:40",
                        "key": "@firstActivationTime"
                    }
                ],
                "name": "ansible-test-create-pipeline",
                "description": "ansible-datapipeline-unit-test",
                "tags": [],
                "pipelineId": "df-0590406117G8DPQZY2HA"
            }
        ],
        "ResponseMetadata": {
            "RequestId": "bec5ab3e-68c9-11e7-8d5f-8781ccf20ee6",
            "HTTPHeaders": {
                "date": "Fri, 14 Jul 2017 19:22:15 GMT",
                "x-amzn-requestid": "bec5ab3e-68c9-11e7-8d5f-8781ccf20ee6",
                "content-type": "application/x-amz-json-1.1",
                "content-length": "980"
            },
            "RetryAttempts": 0,
            "HTTPStatusCode": 200
        }
    }
}