Objects

Change object's maintenance state

Change object's maintenance state

post/objects/{object-id}/set-maintenance

Path parameters

object-idstring required

Object information identified by provided ID or GUID.

Request body

maintenanceboolean

true - if object should enter maintenance, and flase if object should leave maintenance

commentsstring

optional mintenance comment

Example request

{
  "maintenance": true,
  "comments": "MAintenance comment"
}

Response

Object maintenance status changed

Changes