Capacity - Refresh capacity detail for any particular tenant
This API call may take some more time as compared to other API calls
Authorizations
Path parameters
tenantIdstring · uuidRequired
Expects Id of an existing tenant
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Acknowledgment for successful refresh of capacity details for a any given tenant
401
Un-authorized request
500
Server related error
post
POST /tenants/{tenantId}/refreshCapacity HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated