Monitoring & Collection/Scrape Collection
GETMonitoringSince 1.0SynchronousAuth Required
GetScrapeAlertRules
List all alert rules configured for a specific scrape target
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
targetIdStringRequiredUUID of the scrape target to retrieve alert rules for
Responses
Endpoint
GET/api/v1/monitoring/scrape-health/targets/{targetId}/alert-rules
/api/v1/monitoring/scrape-health/targets/{targetId}/alert-rules
Request Example
curl -X GET '{host}/api/v1/monitoring/scrape-health/targets/{targetId}/alert-rules' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
