Capacity - Retrieves capacities for a resource group
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
Success: List of available capacities retrieved successfully, providing detailed capacity information.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
GET /resourceGroupCapacities HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
[
{
"capacityName": "text",
"capacityState": "text",
"sku": "text"
}
]
Last updated