Authorizations
API key authentication
Query Parameters
This data structure represents a date range.
This data structure represents a filter for scopes.
Response
This data structure is used to return logs count.
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/data-usage/v2/logs:count \
--header 'Authorization: <api-key>'{
"logsCount": [
{
"logsCount": 100,
"priority": "PRIORITY_UNSPECIFIED",
"severity": "SEVERITY_UNSPECIFIED",
"timestamp": "2023-11-07T05:31:56Z"
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/data-usage/v2/logs:count \
--header 'Authorization: <api-key>'{
"logsCount": [
{
"logsCount": 100,
"priority": "PRIORITY_UNSPECIFIED",
"severity": "SEVERITY_UNSPECIFIED",
"timestamp": "2023-11-07T05:31:56Z"
}
]
}API key authentication
This data structure represents a date range.
Show child attributes
This data structure represents a filter for scopes.
Show child attributes
This data structure is used to return logs count.
Show child attributes
Was this page helpful?