Contents
Query Deployment Targets
Method
GET
Syntax
/grs/v1/tenant/{tenantId}/deploytargets
Request Body
N/A
Response Body
"deploytargets":[
{
"name" : "GRE_1",
"type" : SINGLE
},
{
"name" : "GRE_2",
"type" : SINGLE
},
{
"name" : "GRE_CLUSTER",
"type" : CLUSTER
}
]
}
HTTP Status Codes
- 200 OK—Response body provided
- 401 Unauthorized—APIToken not valid
- 403 Forbidden—User does not have permission for the specified tenant.
Notes
Type
- SINGLE—represents a single GRE node target
- CLUSTER—represents a cluster of GRE nodes
This page was last edited on May 16, 2017, at 08:21.
Comments or questions about this documentation? Contact us for support!