BulkImportScrapeTargets
Bulk import scrape targets from a list of host and port entries
POST
/api/v1/monitoring/scrape-health/targets/bulk-importOperation ID
BulkImportScrapeTargetsSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
entriesListRequiredEntries for this resource
Example: (nested array)
hostStringHostname or IP address of the target
Example: 192.168.1.20
portIntegerPort number of the metrics endpoint
Example: 9100
jobStringPrometheus job name for this target
Example: node
