Capacity - Starts a paused capacity
This API call may take some more time as compared to other API calls
Authorizations
Query parameters
capacityNamestringRequired
Enter the name of the capacity that needs to be started. (Type: String)
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Capacity started successfully, acknowledgment received.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
POST /capacities/startCapacity?capacityName=text HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
PreviousCapacity - Retrieves capacities for a resource groupNextCapacity - Pauses a running capacity
Last updated