Retrieving organization memory usage
GET /v2/organizations/:guid/memory_usage
Request
Route
GET /v2/organizations/5120ef85-9fad-4d14-94f3-2a90c71b174c/memory_usage
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/5120ef85-9fad-4d14-94f3-2a90c71b174c/memory_usage" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2IiwiZW1haWwiOiJlbWFpbC0zNkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYzNjE4NzA1fQ.fTd_A_VGLWZTkSJdCeX7XsQ8j13LZYX4fbs7h98aCuQ" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"memory_usage_in_mb": 0
}
Headers