get a silence
get a silence
Path Parameters
id string required
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
silence object
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
{
"silence": {
"id": "string",
"namespace_id": "string",
"type": "string",
"target_id": "string",
"target_expression": {},
"created_at": "2024-07-09T13:51:06.079Z",
"updated_at": "2024-07-09T13:51:06.079Z",
"deleted_at": "2024-07-09T13:51:06.079Z"
}
}
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...