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 spans count.
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/data-usage/v2/spans:count \
--header 'Authorization: <api-key>'{
"spansCount": [
{
"errorSpanCount": 10,
"lowErrorSpanCount": 5,
"lowSuccessSpanCount": 50,
"mediumErrorSpanCount": 20,
"mediumSuccessSpanCount": 200,
"successSpanCount": 100,
"timestamp": "2021-01-01T00:00:00.000Z"
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dataplans/data-usage/v2/spans:count \
--header 'Authorization: <api-key>'{
"spansCount": [
{
"errorSpanCount": 10,
"lowErrorSpanCount": 5,
"lowSuccessSpanCount": 50,
"mediumErrorSpanCount": 20,
"mediumSuccessSpanCount": 200,
"successSpanCount": 100,
"timestamp": "2021-01-01T00:00:00.000Z"
}
]
}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 spans count.
Show child attributes
Was this page helpful?