Oore CI
ReferenceAPIOperationsSystem

Get backend update state

Reports whether the backend is managed by the supported macOS launchd service and whether an update is currently running. Requires owner role.

Operation IDget_runtime_update_status
GET
/v1/system/update

Reports whether the backend is managed by the supported macOS launchd service and whether an update is currently running. Requires owner role.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/system/update"
{  "error": "string",  "managed_service": true,  "phase": "idle"}