Authorizations
API key authentication
Response
This data structure is used to return data usage metrics export status.
Example:
true
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/data-usage/v2/export-status \
--header 'Authorization: <api-key>'{
"enabled": true
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/data-usage/v2/export-status \
--header 'Authorization: <api-key>'{
"enabled": true
}API key authentication
This data structure is used to return data usage metrics export status.
true
Was this page helpful?