Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/9f591291-98d0-4b44-a6f1-0a8fcd9517fb
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/9f591291-98d0-4b44-a6f1-0a8fcd9517fb" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxMSIsImVtYWlsIjoiZW1haWwtMjMyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjk2NjQxNDl9.VUuRk5X_lBR1SNhHhNcWTpTqh7GnxwlQUBe3pvPO_qI" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "9f591291-98d0-4b44-a6f1-0a8fcd9517fb",
"url": "/v2/quota_definitions/9f591291-98d0-4b44-a6f1-0a8fcd9517fb",
"created_at": "2015-04-15T00:55:49Z",
"updated_at": null
},
"entity": {
"name": "name-1928",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"trial_db_allowed": false,
"instance_memory_limit": -1
}
}
Headers