OBJECT
SapHanaSystemSummary
Description
Supported in v5.3+
link GraphQL Schema definition
- type SapHanaSystemSummary {
- # The container type of SAP HANA system.
- : SapHanaSystemSummaryContainerType
- # Required. Supported in v5.3+
- : [SapHanaHost!]!
- # Required. Supported in v5.3+
- # The ID of the SAP HANA system.
- : String!
- # Required. Supported in v5.3+
- # The instance number of the SAP HANA system.
- : String!
- # Supported in v7.0+
- # Specifies whether a SAP HANA system is archived.
- : Boolean
- # Supported in v5.3+
- # The UTC timestamp for when the SAP HANA system was last refreshed.
- : DateTime
- # Required. Supported in v5.3+
- # The number of databases in the SAP HANA system.
- : Int!
- # Required. Supported in v5.3+
- # The SAP System Identification (SID) code for the SAP HANA system.
- : String!
- # Details of the SLA Domain assigned to the SAP HANA system.
- : SlaAssignable
- # Supported in v5.3+
- : SapHanaSslInfo
- # Supported in v5.3+
- # The status of the SAP HANA system.
- : SapHanaSystemSummaryStatus!
- # Supported in v5.3+
- # The message associated with the current SAP HANA system status.
- : String
- # Supported in v5.3+
- : SapHanaSystemInfo
- # Required. Supported in v5.3+
- # The username of the SAP HANA system.
- : String!
- }