summaryrefslogtreecommitdiff
path: root/sample_data/auth_v3_token_system_admin.json
blob: bbf963f184d1df0d36f0b1758a41dedcf2c39cbc (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
    "token": {
        "methods": [
            "password"
        ],
        "expires_at": "2038-01-18T21:14:07Z",
        "issued_at": "2000-01-18T21:14:07Z",
        "roles": [
            {
                "id":"41b1af9bb39241e8b8b79fae5906abcc",
                "name": "admin"
            },
            {
                "id": "ac9add6b3c5a46dcaaf21390c4657949",
                "name": "member"
            },
            {
                "id": "b0cb8117845f4fd489865d498b80bab3",
                "name": "reader"
            }
        ],
        "system": {
            "all": true
        },
        "catalog": [
            {
                "endpoints": [
                    {
                        "id": "f84e070735e54914b41e2b5cfa94dcf7",
                        "interface": "admin",
                        "url": "http://127.0.0.1:8776/v1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    },
                    {
                        "id": "8220bba1d2844e0b81b171c6ede1155f",
                        "interface": "internal",
                        "url": "http://127.0.0.1:8776/v1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    },
                    {
                        "id": "719b92ea82a04e7a9ff1107c62da10da",
                        "interface": "public",
                        "url": "http://127.0.0.1:8776/v1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    }
                ],
                "type": "volume",
                "name": "volume",
                "id":"547e9195d1914b5eb087bedbc98fccc3"
            },
            {
                "endpoints": [
                    {
                        "id": "44752324c0d44375bc854168ea22f1fc",
                        "interface": "admin",
                        "url": "http://127.0.0.1:9292/v1",
                        "region": "regionOne"
                    },
                    {
                        "id": "a59b3734f57449078f1637c10f96c8e8",
                        "interface": "internal",
                        "url": "http://127.0.0.1:9292/v1",
                        "region": "regionOne"
                    },
                    {
                        "id": "16c3ab1a4df640569812e432c98b2a48",
                        "interface": "public",
                        "url": "http://127.0.0.1:9292/v1",
                        "region": "regionOne"
                    }
                ],
                "type": "image",
                "name": "glance",
                "id": "22c15d232e55419eb4aeb3ebbd12aac2"
            },
            {
                "endpoints": [
                    {
                        "id": "9c2fdc2d45bb45c5a7f973e235e0f998",
                        "interface": "admin",
                        "url": "http://127.0.0.1:8774/v1.1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    },
                    {
                        "id": "88ccfa8cbb7743998b38b998f4e6a720",
                        "interface": "internal",
                        "url": "http://127.0.0.1:8774/v1.1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    },
                    {
                        "id": "113ee928c6934c92b9a12bd4e456c804",
                        "interface": "public",
                        "url": "http://127.0.0.1:8774/v1.1/64b6f3fbcc53435e8a60fcf89bb6617a",
                        "region": "regionOne"
                    }
                ],
                "type": "compute",
                "name": "nova",
                "id": "fbf2afcdeb10473392636df9785d3fb5"
            },
            {
                "endpoints": [
                    {
                        "id": "c10a5cda00784049953296d18464aa38",
                        "interface": "admin",
                        "url": "http://127.0.0.1:35357/v3",
                        "region": "RegionOne"
                    },
                    {
                        "id": "334650263e064428bb2f0b7c3c7a743c",
                        "interface": "internal",
                        "url": "http://127.0.0.1:35357/v3",
                        "region": "RegionOne"
                    },
                    {
                        "id": "52ff54addc38430d9b656c7164e2caf8",
                        "interface": "public",
                        "url": "http://127.0.0.1:5000/v3",
                        "region": "RegionOne"
                    }
                ],
                "type": "identity",
                "name": "keystone",
                "id": "a0d9913a4bca4d5699e151804e0b5172"
            }
        ],
        "user": {
            "domain": {
                "id": "domain_id1",
                "name": "domain_name1"
            },
            "name": "user_name1",
            "id": "user_id1"
        }
    }
}