PUT
/
maintenance
/
{rule_id}
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "created_by": "<string>",
  "cel_query": "<string>",
  "start_time": "2023-11-07T05:31:56Z",
  "end_time": "2023-11-07T05:31:56Z",
  "duration_seconds": 123,
  "updated_at": "2023-11-07T05:31:56Z",
  "suppress": false,
  "enabled": true
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

rule_id
integer
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.