Capacity - Start paused capacity in Azure portal
This API call may take some more time as compared to other API calls
Authorizations
Query parameters
capacityNamestringRequired
CapacityName which needs to be started(Type: String)
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Acknowledgment for successful starting of capacity
401
Un-authorized request
500
Server related error
post
POST /capacities/startCapacity?capacityName=text HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated