Get Quotas
Returns the quotas related with an organization
Request
URI
GET
https://api.app-catalog.vmware.com/v1/quotas
COPY
Responses
200
The quotas for an organization
Returns
Quotas
of type(s)
application/json
{
"applications": {
"limit": 25,
"usage": 0
}
}
object
applications
Optional
Quotas applied on the applications in the private catalog of the organization
403
The requesting user is not authorized to get quotas
Returns
Error403
of type(s)
application/problem+json
This response body class contains all of the following:
InlineError4030
"Error403 Object"
500
An internal server error object
Returns
Error500
of type(s)
application/problem+json
This response body class contains all of the following:
InlineError5000
"Error500 Object"
503
The server is temporarily unavailable
Returns
Error503
of type(s)
application/problem+json
This response body class contains all of the following:
InlineError5030
"Error503 Object"
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v1/quotas
Quotas Operations
GET
Get Quotas