Retrieving organization memory usage
GET /v2/organizations/:guid/memory_usage
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
Request
Headers
Route
GET /v2/organizations/b2dcee6f-bde0-4c3a-8e9d-5c70ecfe3ced/memory_usage
cURL
curl "https://api.[your-domain.com]/v2/organizations/b2dcee6f-bde0-4c3a-8e9d-5c70ecfe3ced/memory_usage" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxOSIsImVtYWlsIjoiZW1haWwtMjUxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQzMTAxNDF9.xbwjbl5_Zpka-ngD_zMM0ccfHBXpUpp7jkiY5ibLabM" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{"memory_usage_in_mb":0}