Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization Quota Definition
|
|
|
Request
Headers
Route
GET /v2/quota_definitions/556ad792-6c7e-4e18-8a5f-6be5d8776874
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/556ad792-6c7e-4e18-8a5f-6be5d8776874" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2NiIsImVtYWlsIjoiZW1haWwtMTkxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTY1MjY3MDl9.Mv1Ip8jfQ7JuKIjyYUDPaAtzXhF0v0LYa0LpGjQgorA" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "556ad792-6c7e-4e18-8a5f-6be5d8776874",
"url": "/v2/quota_definitions/556ad792-6c7e-4e18-8a5f-6be5d8776874",
"created_at": "2014-11-13T23:38:29+00:00",
"updated_at": null
},
"entity": {
"name": "name-901",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"trial_db_allowed": false,
"instance_memory_limit": -1
}
}