Get all change information from an Appliance.

Prev Next
Get
/appliances/{id}/change/{changeId}

When a change is requested on an appliance it returns a change id. We can use that change id to get information about that change.

Security
HTTP
Type bearer
Path parameters
changeId
stringRequired

Change id

id
string (uuid) Required

ID of the object.

Example12699e27-b584-464a-81ee-5b4784b6d425
Responses
200

Appliance change information.

object

Appliance Change information

id
string

Id for this change

result
string

Result of the requested change

status
string

Status of the requested change

details
string

Description of the requested change

401

Token error. Login again.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

403

Insufficient permissions to access this resource.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

404

The requested resource can not be found.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

412

Appliance is not in the right state for this operation.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.