UpdateCloudServiceInput
No description
input UpdateCloudServiceInput {
id: ID!
name: String
description: String
customerId: ID
roleId: ID
customAttributes: [CustomAttributeInput!]
administratorUserId: ID
deputyUserId: ID
operationalSince: DateTime
operationalUntil: DateTime
settings: CloudSettingsInput
monitoringServerId: ID
proxyID: ID
serviceLevelAgreementId: ID
}
Fields
UpdateCloudServiceInput.id ● ID! non-null scalar
Which cloud service should be updated.
UpdateCloudServiceInput.name ● String scalar
The name for this monitored system.
UpdateCloudServiceInput.description ● String scalar
The description for this monitored system.
UpdateCloudServiceInput.customerId ● ID scalar
Customer ID - for which avantra customer this monitored system should be added. To fetch the list of available IDs use e.g. the customers(...) query.
UpdateCloudServiceInput.roleId ● ID scalar
The role of this monitored system.
UpdateCloudServiceInput.customAttributes ● [CustomAttributeInput!] list input
Custom attributes (see documentation) to set.
UpdateCloudServiceInput.administratorUserId ● ID scalar
The administrator user ID for the monitored system.
UpdateCloudServiceInput.deputyUserId ● ID scalar
The administrator deputy user ID for the monitored system.
UpdateCloudServiceInput.operationalSince ● DateTime scalar
Operational since
UpdateCloudServiceInput.operationalUntil ● DateTime scalar
Operational until
UpdateCloudServiceInput.settings ● CloudSettingsInput input
Settings for this cloud service. The used input type decides the service type.
UpdateCloudServiceInput.monitoringServerId ● ID scalar
The ID of the monitoring server.
UpdateCloudServiceInput.proxyID ● ID scalar
An optional proxy that can be set. To query the id list the query: proxies {id name} can help.
UpdateCloudServiceInput.serviceLevelAgreementId ● ID scalar
The service level agreement ID.
Member Of
updateCloudService mutation