Skip to main content

get all silences

get all silences

Query Parameters
    subscription_id uint64
    namespace_id uint64
Responses

A successful response.


Schema
    silences object[]
  • Array [
  • id string
    namespace_id uint64
    type string
    target_id uint64
    target_expression object
    created_at date-time
    updated_at date-time
    deleted_at date-time
  • ]
Loading...