Status Of An Apply Change
Returns the status of an Apply Change
Request
URI
GET
https://{opsmanager-installation}//api/v0/installations/{installation_id}
COPY
Path Parameters
number
installation_id
Required
The installation id
Responses
200
OK
Returns InstallationStatus of type(s) application/json
{
"status": "string",
"started_at": "string",
"finished_at": "string"
}
string
status
Optional
status
Possible values are : running, succeeded, failed,
string
started_at
Optional
started_at
string
finished_at
Optional
finished_at