UpdateSapSystemInput
No description
input UpdateSapSystemInput {
id: ID!
unifiedSapSid: String
realSapSid: String
description: String
customerId: ID
applicationType: String
applicationTypeId: ID
roleId: ID
timezone: String
remoteOptions: SapSystemRemoteOptionsInput
customAttributes: [CustomAttributeInput!]
database: SapSystemDatabaseInput
notes: String
administratorUserId: ID
deputyUserId: ID
serviceLevelAgreementId: ID
operationalSince: DateTime
operationalUntil: DateTime
}
Fields
UpdateSapSystemInput.id ● ID! non-null scalar
The id of the server to update.
UpdateSapSystemInput.unifiedSapSid ● String scalar
The name of the SAP system - this is the unified SAP SID.
UpdateSapSystemInput.realSapSid ● String scalar
The real SAP SID.
UpdateSapSystemInput.description ● String scalar
The description for this server.
UpdateSapSystemInput.customerId ● ID scalar
Customer ID - for which avantra customer this server should be added. To fetch the list of available IDs use e.g. the customers(...) query.
UpdateSapSystemInput.applicationType ● String scalar
Application Type: Has to be one of Avantra's application types defined in the customizations.
UpdateSapSystemInput.applicationTypeId ● ID scalar
Application Type ID: if this is set the application type field is ignored.
UpdateSapSystemInput.roleId ● ID scalar
The role of this monitored system.
UpdateSapSystemInput.timezone ● String scalar
What is the server's timezone. If not set it will fall back to default.
UpdateSapSystemInput.remoteOptions ● SapSystemRemoteOptionsInput input
UpdateSapSystemInput.customAttributes ● [CustomAttributeInput!] list input
Custom attributes (see documentation) to set.
UpdateSapSystemInput.database ● SapSystemDatabaseInput input
SAP system database input.
UpdateSapSystemInput.notes ● String scalar
Notes for this system
UpdateSapSystemInput.administratorUserId ● ID scalar
The administrator user ID for the monitored system.
UpdateSapSystemInput.deputyUserId ● ID scalar
The administrator deputy user ID for the monitored system.
UpdateSapSystemInput.serviceLevelAgreementId ● ID scalar
The service level agreement ID.
UpdateSapSystemInput.operationalSince ● DateTime scalar
Operational since
UpdateSapSystemInput.operationalUntil ● DateTime scalar
Operational until
Member Of
updateSapSystem mutation