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
integer
integer
1451606400
9007199254740991
Failure key enum, identifying reason for the failure
failureKey
enum
The 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
string
string
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
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
IN_PROGRESS |
|
COMPLETED |
|
FAILED |