{
"azure_metrics_integration": {
"name": "<string>",
"count_metrics_enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"principal": {
"client_id": "<string>",
"tenant_id": "<string>"
},
"propagate_tags": true,
"scrape_config": {
"locations": [
"<string>"
],
"resource_types": [
{
"metric_names": [
"<string>"
],
"name": "<string>"
}
],
"subscription_ids": [
"<string>"
]
},
"slug": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"usage_metrics_enabled": true
}
}{
"azure_metrics_integration": {
"name": "<string>",
"count_metrics_enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"principal": {
"client_id": "<string>",
"tenant_id": "<string>"
},
"propagate_tags": true,
"scrape_config": {
"locations": [
"<string>"
],
"resource_types": [
{
"metric_names": [
"<string>"
],
"name": "<string>"
}
],
"subscription_ids": [
"<string>"
]
},
"slug": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"usage_metrics_enabled": true
}
}Chronosphere API token
The AzureMetricsIntegration to update.
Show child attributes
The name of the AzureMetricsIntegration. You can modify this value after the AzureMetricsIntegration is created.
Enables Azure count metrics for the configured resources.
The Azure principal that should be used for this config.
Specifies whether Azure resource, group, and subscription tags should be propagated as metric labels.
Specifies the scrape config for this integration.
Show child attributes
Locations to be ingested for this integration (these apply to all subscriptions; use empty for all locations).
Metric groups to be ingested for this integration.
Subscriptions to be targeted for this integration (use empty for all subscriptions).
The unique identifier of the AzureMetricsIntegration. If a slug isn't provided, one is generated based on the name field. You can't modify this field after the AzureMetricsIntegration is created.
Enables collection of azure usage metrics under this principal (Microsoft.Compute, Microsoft.Network, Microsoft.Storage).
If true, the AzureMetricsIntegration will be created if it does not already exist, identified by slug. If false, an error will be returned if the AzureMetricsIntegration does not already exist.
If true, validates the specified configuration without creating or updating the AzureMetricsIntegration. If the specified configuration is valid, the endpoint returns a partial response without the AzureMetricsIntegration. If the specified configuration is invalid, the endpoint returns an error.
A successful response containing the updated AzureMetricsIntegration.
Show child attributes
The name of the AzureMetricsIntegration. You can modify this value after the AzureMetricsIntegration is created.
Enables Azure count metrics for the configured resources.
Timestamp of when the AzureMetricsIntegration was created. Cannot be set by clients.
The Azure principal that should be used for this config.
Specifies whether Azure resource, group, and subscription tags should be propagated as metric labels.
Specifies the scrape config for this integration.
Show child attributes
Locations to be ingested for this integration (these apply to all subscriptions; use empty for all locations).
Metric groups to be ingested for this integration.
Subscriptions to be targeted for this integration (use empty for all subscriptions).
The unique identifier of the AzureMetricsIntegration. If a slug isn't provided, one is generated based on the name field. You can't modify this field after the AzureMetricsIntegration is created.
Timestamp of when the AzureMetricsIntegration was last updated. Cannot be set by clients.
Enables collection of azure usage metrics under this principal (Microsoft.Compute, Microsoft.Network, Microsoft.Storage).