SapSystemDatabaseInput
No description
input SapSystemDatabaseInput {
monitoringServerSystemId: ID
host: String
port: Int
name: String
preventAutomaticUpdate: Boolean
}
Fields
SapSystemDatabaseInput.monitoringServerSystemId ● ID scalar
The system ID of the server responsible for monitoring the SAP system database (optional).
SapSystemDatabaseInput.host ● String scalar
The hostname to connect to the database (optional).
SapSystemDatabaseInput.port ● Int scalar
The database port.
SapSystemDatabaseInput.name ● String scalar
The database name (optional).
SapSystemDatabaseInput.preventAutomaticUpdate ● Boolean scalar
Whether to prevent automatic update of the database parameter by the agent or not.
Member Of
CreateSapSystemInput input ● UpdateSapSystemInput input