http://maasglobal.com/core/components/subscriptionChangeState.json
MaaS state schemas
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | No | Develop | No | Forbidden | Permitted | core/components/subscriptionChangeState.json |
http://maasglobal.com/core/components/subscriptionChangeState.json
http://maasglobal.com/core/components/units.json| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| created | integer |
Optional | No | subscriptionChangeState (this schema) |
| failureKey | enum |
Optional | No | subscriptionChangeState (this schema) |
| id | string |
Required | No | subscriptionChangeState (this schema) |
| state | enum |
Required | No | subscriptionChangeState (this schema) |
* |
any | Additional | Yes | this schema allows additional properties |
POSIX time in milliseconds, https://en.wikipedia.org/wiki/Unix_time
created
integerinteger
14516064009007199254740991Failure key enum, identifying reason for the failure
failureKey
enumThe value of this property must be equal to one of the known values below.
| Value | Description |
|---|---|
UNKNOWN_ERROR |
|
NOT_ELIGIBLE |
|
EXISTING_TICKET |
Subscription change state id
id
stringstring
All instances must conform to this regular expression
^[A-Fa-f0-9]{8}(-[A-Fa-f0-9]{4}){3}-[A-Fa-f0-9]{12}$
"4828507e-683f-41bf-9d87-689808fbf958"
State enum
state
enumThe value of this property must be equal to one of the known values below.
| Value | Description |
|---|---|
IN_PROGRESS |
|
COMPLETED |
|
FAILED |