Cloud Gateway Pools
The /cloudGatewayPools resource collection represents all cloud gateway pools.
Collection URL
The /cloudGatewayPools resource collection is located at the following URL:
Collection Representation
[ { "instanceUid": "a8d8032d-534d-4945-844d-cafe51869747", "name": "Alpha Pool", "numberOfGateways": 7, "cloudAgentUid": "6e8b485b-c729-4c26-94d6-bc843b4f645e", "_links": [ { "rel": "self", "method": "GET", "href": "https://vac:1281/v2/cloudGatewayPools/a8d8032d-534d-4945-844d-cafe51869747" } ] }, { "instanceUid": "02d73fed-3ca6-434d-a5d2-33fe6ea59461", "name": "Delta Pool", "numberOfGateways": 5, "cloudAgentUid": "680d80da-01ca-4e87-ad53-4a4e10b22b9a", "_links": [ { "rel": "self", "method": "GET", "href": "https://vac:1281/v2/cloudGatewayPools/02d73fed-3ca6-434d-a5d2-33fe6ea59461" } ] } ] |