Operation
| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Operation ID | [optional] [readonly] |
| reason | ReasonEnum | Operation failure reason | [optional] [readonly] |
| reference | OperationReference | [optional] | |
| message | String | Operation message | [optional] [readonly] |
| state | StateEnum | Operation status | [optional] [readonly] |
| Name | Value |
|---|---|
| INCORRECT | "incorrect" |
| UNKNOWN | "unknown" |
| UNAVAILABLE | "unavailable" |
| FORBIDDEN | "forbidden" |
| BUSY | "busy" |
| FAULT | "fault" |
| PARTIAL | "partial" |
| NOT_FOUND | "not-found" |
| INTERRUPTED | "interrupted" |
| UNSUPPORTED | "unsupported" |
| CONFLICT | "conflict" |
| Name | Value |
|---|---|
| FAILURE | "failure" |
| PENDING | "pending" |
| SUCCESS | "success" |
| TIMEOUT | "timeout" |