List subscriptions
List subscriptions
Query Parameters
namespace_id uint64
silence_id string
receiver_id uint64
with_subscription_receiver boolean
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
subscriptions object[]
id uint64
urn string
namespace uint64
receivers object[]
id uint64
configuration object
subscription_receiver_labels object
property name* string
match object
property name* string
created_at date-time
updated_at date-time
metadata object
created_by string
updated_by string
{
"subscriptions": [
{
"id": "string",
"urn": "string",
"namespace": "string",
"receivers": [
{
"id": "string",
"configuration": {},
"subscription_receiver_labels": {}
}
],
"match": {},
"created_at": "2024-07-09T13:51:06.080Z",
"updated_at": "2024-07-09T13:51:06.080Z",
"metadata": {},
"created_by": "string",
"updated_by": "string"
}
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...