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