Authorizations
API key authentication
Query Parameters
This data structure represents a date range.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
Response
This data structure is used to return data usage.
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/data-usage/v2 \
--header 'Authorization: <api-key>'{
"entries": [
{
"dimensions": [
{
"pillar": "PILLAR_UNSPECIFIED"
}
],
"sizeGb": 123,
"timestamp": "2023-11-07T05:31:56Z",
"units": 123
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/data-usage/v2 \
--header 'Authorization: <api-key>'{
"entries": [
{
"dimensions": [
{
"pillar": "PILLAR_UNSPECIFIED"
}
],
"sizeGb": 123,
"timestamp": "2023-11-07T05:31:56Z",
"units": 123
}
]
}API key authentication
This data structure represents a date range.
Show child attributes
Show child attributes
Show child attributes
This data structure is used to return data usage.
Show child attributes
Was this page helpful?