Skip to main content

UpdateSapInstanceInput

No description

input UpdateSapInstanceInput {
id: ID!
sapInstanceTypeId: ID
systemNumber: String
monitoringServerId: ID
remoteAgentlessHost: String
serviceLevelAgreementId: ID
customAttributes: [CustomAttributeInput!]
}

Fields

UpdateSapInstanceInput.id ● ID! non-null scalar

Which SAP instance should be updated.

UpdateSapInstanceInput.sapInstanceTypeId ● ID scalar

The SAP system type ID. You can find all the available types using the query: sapInstanceTypes(...)

UpdateSapInstanceInput.systemNumber ● String 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.

UpdateSapInstanceInput.monitoringServerId ● ID scalar

The ID of the monitoring server.

UpdateSapInstanceInput.remoteAgentlessHost ● String scalar

UpdateSapInstanceInput.serviceLevelAgreementId ● ID scalar

The service level agreement ID.

UpdateSapInstanceInput.customAttributes ● [CustomAttributeInput!] list input

Custom attributes (see documentation) to set.

Member Of

updateSapInstance mutation