OBJECT
SlaUpgrade
Description
Information about the most recently attempted SLA Domain upgrade.
link GraphQL Schema definition
- type SlaUpgrade {
- # Failure message.
- : String!
- # Status of the upgrade.
- : SlaMigrationStatus!
- # Taskchain ID for upgrade.
- : String!
- }