Skip to main content

List Alert Triggers

Lists the alert triggers configured for the load balancer's underlying node, including each trigger's type, operator, threshold, severity, and enabled state. The node_id path parameter is the load balancer's node_detail.node_id. The alert_trigger_id of each entry is used by the Pause / Resume Alert endpoint.

GET/api/v1/nodes/{node_id}/monitoring/triggers/

Path parameters

  • node_idPathintegerrequired

    The node_id field from the node_detail object in the List Load Balancers response.

    • required
    • must be a valid node ID
    example23456

Query parameters

  • project_idQueryintegerrequired

    Identifier of the project to scope the request to. Required integer project ID.

    • required
    • must be a valid integer project ID
    example{{project_id}}
  • apikeyQuerystringrequired

    API key used to authenticate the request

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringrequired

    Region of the load balancer.

    • must be a non-empty string
    example{{location}}

Responses

200Successful response
object
codeinteger
example200
dataobject
errorsstring
example
messagestring
exampleMonitoring Data retrieved successfully