Skip to main content
Security & Audit/Security

GetAnhengInstanceMonitoring

Query real-time monitoring series for a ready Anheng instance. Project administrators supply X-ZStack-Session for Project derivation; platform administrators may omit it for the explicit management read. startTime and endTime are required RFC3339 timestamps; interval defaults to 20 when omitted or zero.

GET/api/v1/security/anheng/instances/{instanceUuid}/monitoring

Operation ID

GetAnhengInstanceMonitoring

Since

1.2.8

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

Path Parameters

  • instanceUuid
    StringRequired

    Unique UUID of the instance

Query Parameters

  • startTime
    StringRequired

    Required monitoring range start time in RFC3339 format.

  • endTime
    StringRequired

    Required monitoring range end time in RFC3339 format.

  • interval
    Integer

    Optional AH sampling interval. Zero uses the AH default value 20; positive values are passed through unchanged.

    Example: 0

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • instanceUuid
    String

    Instance uuid for this resource

    Example: value

  • startTime
    String

    Start time for this resource

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

  • endTime
    String

    End time for this resource

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

  • interval
    Integer

    Interval for this resource

    Example: 10

  • series
    List

    Series for this resource

    Example: (nested array)

    • metric
      String

      Metric for this resource

      Example: value

    • target
      String

      Target for this resource

      Example: value

    • points
      List

      Points for this resource

      Example: (nested array)

      • timestamp
        String

        Timestamp for this resource

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

      • value
        Long

        Value for this resource

        Example: 0

  • Change Time

    AddedRequest parameters X-ZStack-Session
    View API