Retrieving organization memory usage
GET /v2/organizations/:guid/memory_usage
Request
Route
GET /v2/organizations/0c5251c6-ebf7-4df5-8c79-91f9bdac0a24/memory_usage
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/0c5251c6-ebf7-4df5-8c79-91f9bdac0a24/memory_usage" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0MyIsImVtYWlsIjoiZW1haWwtMTA2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjYxODc3NDN9.pHasZcf-gGDiE-6Kka9NugNdz1V4Yd_nKMgSKP6t-qw" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{"memory_usage_in_mb":0}
Headers