curl --request GET \
--url https://tenant.chronosphere.io/api/v1/config/consumption-config \
--header 'API-Token: <api-key>'{
"consumption_config": {
"created_at": "2023-11-07T05:31:56Z",
"partitions": [
{
"filters": [
{
"operator": "IN",
"conditions": [
{
"dataset_slug": "<string>",
"log_filter": {
"query": "<string>"
}
}
]
}
],
"name": "<string>",
"partitions": "<array>",
"slug": "<string>"
}
],
"updated_at": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://tenant.chronosphere.io/api/v1/config/consumption-config \
--header 'API-Token: <api-key>'{
"consumption_config": {
"created_at": "2023-11-07T05:31:56Z",
"partitions": [
{
"filters": [
{
"operator": "IN",
"conditions": [
{
"dataset_slug": "<string>",
"log_filter": {
"query": "<string>"
}
}
]
}
],
"name": "<string>",
"partitions": "<array>",
"slug": "<string>"
}
],
"updated_at": "2023-11-07T05:31:56Z"
}
}