{
"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"
}
}{
"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"
}
}Chronosphere API token
The ConsumptionConfig to create.
Show child attributes
Partitions define non-overlapping groupings of telemetry data. Partitions are
defined in order of precedence, where incoming requests are allocated to the
first partition that matches. Requests that don't match any partition use an
implicit default partition.
Show child attributes
Criteria that defines which data matches the partition. Filters are
concatenated together as implied AND operators. A request must match every
filter to match the partition.
Show child attributes
Specifies the match operator for the request:
IN: the request must match at least one of the conditions.NOT_IN: the request must not match any of the conditions.IN, NOT_IN Conditions for the query to match.
Show child attributes
If set, matches incoming data that belongs to the specified dataset.
The dataset type must match the budget resource. For example,
resource=LOG_PERSISTED_BYTES, then the dataset type must be
type=LOGS.
Exactly one of dataset_slug or log_filter must be set.
If set, matches incoming log data by log query.
Exactly one of dataset_slug or log_filter must be set.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
Name of the partition. Must be unique within the parent partition. You can modify this value after the partition is created.
Optional. Child partitions of this partition. If set, requests that match the
current partition are allocated to the first child partition that matches.
Requests that don't match any child partition are assigned to an implicit default
child partition.
Immutable identifier of the partition. Must be unique within the parent partition. You can't modify this value after the partition is created.
If true, validates the specified configuration without creating the ConsumptionConfig. If the specified configuration is valid, the endpoint returns a partial response without the ConsumptionConfig. If the specified configuration is invalid, the endpoint returns an error.
A successful response containing the created ConsumptionConfig.
Show child attributes
Timestamp of when the ConsumptionConfig was created. Cannot be set by clients.
Partitions define non-overlapping groupings of telemetry data. Partitions are
defined in order of precedence, where incoming requests are allocated to the
first partition that matches. Requests that don't match any partition use an
implicit default partition.
Show child attributes
Criteria that defines which data matches the partition. Filters are
concatenated together as implied AND operators. A request must match every
filter to match the partition.
Show child attributes
Specifies the match operator for the request:
IN: the request must match at least one of the conditions.NOT_IN: the request must not match any of the conditions.IN, NOT_IN Conditions for the query to match.
Show child attributes
If set, matches incoming data that belongs to the specified dataset.
The dataset type must match the budget resource. For example,
resource=LOG_PERSISTED_BYTES, then the dataset type must be
type=LOGS.
Exactly one of dataset_slug or log_filter must be set.
If set, matches incoming log data by log query.
Exactly one of dataset_slug or log_filter must be set.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
Name of the partition. Must be unique within the parent partition. You can modify this value after the partition is created.
Optional. Child partitions of this partition. If set, requests that match the
current partition are allocated to the first child partition that matches.
Requests that don't match any child partition are assigned to an implicit default
child partition.
Immutable identifier of the partition. Must be unique within the parent partition. You can't modify this value after the partition is created.
Timestamp of when the ConsumptionConfig was last updated. Cannot be set by clients.