summaryrefslogtreecommitdiff
path: root/test/units/modules/cloud/amazon/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_3.json
blob: c98007e22f6b6100def6c75d1ac1d14b02c3e000 (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
{
    "status_code": 200,
    "data": {
        "pipelineDescriptionList": [
            {
                "fields": [
                    {
                        "stringValue": "2017-07-14T19:21:46",
                        "key": "@creationTime"
                    },
                    {
                        "stringValue": "ansible-datapipeline-unit-test",
                        "key": "description"
                    },
                    {
                        "stringValue": "PIPELINE",
                        "key": "@sphere"
                    },
                    {
                        "stringValue": "AIDAJKBIP5ANB55M7EUTC",
                        "key": "pipelineCreator"
                    },
                    {
                        "stringValue": "ansible-unittest-create-pipeline",
                        "key": "name"
                    },
                    {
                        "stringValue": "df-09359422DAX2M66ZHFVF",
                        "key": "@id"
                    },
                    {
                        "stringValue": "PENDING",
                        "key": "@pipelineState"
                    },
                    {
                        "stringValue": "448830907657",
                        "key": "@accountId"
                    },
                    {
                        "stringValue": "9fee08b05473783e91357fadb089e036",
                        "key": "uniqueId"
                    },
                    {
                        "stringValue": "AIDAJKBIP5ANB55M7EUTC",
                        "key": "@userId"
                    }
                ],
                "name": "ansible-unittest-create-pipeline",
                "description": "ansible-datapipeline-unit-test",
                "tags": [],
                "pipelineId": "df-09359422DAX2M66ZHFVF"
            }
        ],
        "ResponseMetadata": {
            "RequestId": "adb27bcf-68c9-11e7-b9c1-53eb374c7a33",
            "HTTPHeaders": {
                "date": "Fri, 14 Jul 2017 19:21:46 GMT",
                "x-amzn-requestid": "adb27bcf-68c9-11e7-b9c1-53eb374c7a33",
                "content-type": "application/x-amz-json-1.1",
                "content-length": "757"
            },
            "RetryAttempts": 0,
            "HTTPStatusCode": 200
        }
    }
}