Monitoring & Collection/Scrape Collection
GETMonitoringSince 1.0SynchronousAuth Required
GetScrapeTarget
Retrieve a single scrape target by its UUID
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the scrape target to retrieve
Responses
Endpoint
GET/api/v1/monitoring/scrape-targets/{uuid}
/api/v1/monitoring/scrape-targets/{uuid}
Request Example
curl -X GET '{host}/api/v1/monitoring/scrape-targets/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "target-001-abc",
"name": "node-exporter-host01",
"endpoint": "http://192.168.1.10:9100",
"metricsPath": "/metrics",
"scrapeInterval": 15,
"labels": null,
"enabled": true,
"tenantUuid": "tenant-001-xyz"
}Change History
This API has no change history records yet.
