OBJECT
GlobalSlaStatus
Description
Global SLA status for cluster.
link GraphQL Schema definition
- type GlobalSlaStatus {
- # Sync status of given cluster.
- SlaSyncStatus! :
- # Pause status of given cluster.
- PauseStatus! :
- # Cluster where the global SLA is synced.
- Cluster :
- }
link Require by
- GlobalSlaStatusConnectionPaginated list of GlobalSlaStatus objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- GlobalSlaStatusEdgeWrapper around the GlobalSlaStatus object. This wrapper is used for pagination.