curl --location --request POST 'https://api.victorops.com//api-public/v1/maintenancemode/start' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"names": [
"string"
],
"purpose": "string",
"type": "RoutingKeys"
}'
{
"activeInstances": [
{
"instanceId": "string",
"isGlobal": true,
"startedAt": 0,
"startedBy": "string",
"targets": [
{
"names": [
"string"
],
"type": "RoutingKeys"
}
]
}
],
"companyId": "string"
}