Capacity - Fetch list of available capacities
This API call may take some more time as compared to other API calls
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Indicates successful retrieval of list of available capacities
400
Bad request received
500
Server related error
get
GET /capacities HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"capacityId": "123e4567-e89b-12d3-a456-426614174000",
"capacityName": "text",
"sku": "text",
"capacityState": "text",
"region": "text"
}
Last updated