Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/ed22bf3d-1570-4906-9dd5-03a373901235
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/ed22bf3d-1570-4906-9dd5-03a373901235" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE2OSIsImVtYWlsIjoiZW1haWwtMTQ4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzIzMTM2MTV9.T7wj1Npvbyig-0_UQYmOFYkzziw2Q2nWMgBgnyEZyjg" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "ed22bf3d-1570-4906-9dd5-03a373901235",
"url": "/v2/quota_definitions/ed22bf3d-1570-4906-9dd5-03a373901235",
"created_at": "2015-05-15T16:53:35Z",
"updated_at": null
},
"entity": {
"name": "name-794",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"trial_db_allowed": false,
"instance_memory_limit": -1
}
}
Headers