ListMetricAssets
Identify dashboards, monitors, notebooks, and SLOs associated with a specific metric in Datadog. Updated daily to ensure accurate insights into metric usage.
Instructions
Returns dashboards, monitors, notebooks, and SLOs that a metric is stored in, if any. Updated every 24 hours.
Path Parameters:
metric_name (Required): The name of the metric.
Responses:
200 (Success): Success
Content-Type:
application/jsonResponse Properties:
included: Array of objects related to the metric assets.
Example:
{
"data": "unknown_type",
"included": [
"unknown_type"
]
}400: API error response.
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}403: API error response.
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}404: API error response.
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}429: Too Many Requests
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric_name | Yes | The name of the metric. |