Skip to main content
Monitoring & Collection/Scrape Collection

GetMaintenanceTargets

List all scrape targets currently in maintenance mode

GET/api/v1/monitoring/scrape-health/maintenance

Operation ID

GetMaintenanceTargets

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Collection of result items

    Example: (nested array)

    • targetId
      String

      UUID of the target under maintenance

      Example: target-001-abc

    • reason
      String

      Reason for placing the target in maintenance mode

      Example: scheduled OS upgrade

    • startedAt
      String

      Started at

      Example: 2026-01-15T08:00:00Z