Monitoring & Collection/Scrape Collection
POSTMonitoringSince 1.0SynchronousAuth Required
InstantHealthCheck
Run an on-demand health check against a set of scrape targets
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
targetIdsListRequiredTarget ids
Example: item1,item2
Responses
Endpoint
POST/api/v1/monitoring/scrape-health/check
/api/v1/monitoring/scrape-health/check
Request Example
curl -X POST '{host}/api/v1/monitoring/scrape-health/check' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"targetIds":"item1,item2"}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
