Containerization feature of SO
[so.git] / adapters / mso-adapter-utils / src / test / resources / __files / OpenstackResponse_Access.json
1 {
2         "access": {
3                 "token": {
4                         "id": "tokenId1234",
5                         "issued_at": null,
6                         "expires": "1517418429142",
7                         "tenant": null
8                 },
9                 "serviceCatalog": [
10                         {
11                                 "type": "orchestration",
12                                 "name": null,
13                                 "endpoints": [
14                                         {
15                                                 "region": "regionOne",
16                                                 "publicURL": "port",
17                                                 "internalURL": null,
18                                                 "adminURL": null
19                                         }
20                                 ],
21                                 "endpointsLinks": null
22                         },
23                         {
24                                 "type": "network",
25                                 "name": null,
26                                 "endpoints": [
27                                         {
28                                                 "region": "regionOne",
29                                                 "publicURL": "port",
30                                                 "internalURL": null,
31                                                 "adminURL": null
32                                         }
33                                 ],
34                                 "endpointsLinks": null
35                         },
36                         {
37                                 "type": "identity",
38                                 "name": null,
39                                 "endpoints": [
40                                         {
41                                                 "region": "regionOne",
42                                                 "publicURL": "port",
43                                                 "internalURL": null,
44                                                 "adminURL": null
45                                         }
46                                 ],
47                                 "endpointsLinks": null
48                         }
49                 ],
50                 "user": null,
51                 "metadata": null
52         }
53 }