CreateCloudServicePayload
No description
type CreateCloudServicePayload implements OperationResultContainer {
result: OperationResult!
cloudService: CloudService
credentials: MonitoredSystemCredentialOperations
}
Fields
CreateCloudServicePayload.result ● OperationResult! non-null object
The result of the operation.
CreateCloudServicePayload.cloudService ● CloudService object
This field holds the created monitored system if the operation was successful.
CreateCloudServicePayload.credentials ● MonitoredSystemCredentialOperations object
Credential operations.
Interfaces
OperationResultContainer interface
Returned By
createCloudService mutation ● createCloudServiceDraft mutation ● promoteCloudServiceDraft mutation