CreateSapInstanceInput
The initial monitoring status will be derived from the referenced SAP system.
input CreateSapInstanceInput {
customAttributes: [CustomAttributeInput!]
sapSystem: SapSystemReferenceInput!
sapInstanceTypeId: ID!
systemNumber: String!
monitoringServerId: ID!
remoteAgentlessHost: String
serviceLevelAgreementId: ID
}
Fields
CreateSapInstanceInput.customAttributes ● [CustomAttributeInput!] list input
Custom attributes (see documentation) to set.
CreateSapInstanceInput.sapSystem ● SapSystemReferenceInput! non-null input
The associated agentless SAP system.
CreateSapInstanceInput.sapInstanceTypeId ● ID! non-null scalar
The SAP system type ID. You can find all the available types using the query: sapInstanceTypes(...)
CreateSapInstanceInput.systemNumber ● String! non-null scalar
SAP Instance number is a two-digit number between 00 to 99. SAP instances are numbered because system can contain more than once instance at a specific point of time.
CreateSapInstanceInput.monitoringServerId ● ID! non-null scalar
The ID of the monitoring server.
CreateSapInstanceInput.remoteAgentlessHost ● String scalar
CreateSapInstanceInput.serviceLevelAgreementId ● ID scalar
The service level agreement ID.
Member Of
createSapInstance mutation ● createSapInstanceDraft mutation