Capacity - Retrieves capacities for a resource group

Retrieves a list of available capacities within the specified resource group.

get

This API call may take some more time as compared to other API calls

Authorizations
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: List of available capacities retrieved successfully, providing detailed capacity information.
get
GET /resourceGroupCapacities HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
[
  {
    "capacityName": "text",
    "capacityState": "text",
    "sku": "text"
  }
]

Last updated