CreateSapInstancePayload
No description
type CreateSapInstancePayload implements OperationResultContainer {
result: OperationResult!
sapInstance: SapInstance
credentials: MonitoredSystemCredentialOperations
}
Fields
CreateSapInstancePayload.result ● OperationResult! non-null object
The result of the operation.
CreateSapInstancePayload.sapInstance ● SapInstance object
This field holds the created monitored system if the operation was successful.
CreateSapInstancePayload.credentials ● MonitoredSystemCredentialOperations object
Credential operations.
Interfaces
OperationResultContainer interface
Returned By
createSapInstance mutation ● createSapInstanceDraft mutation ● promoteSapInstanceDraft mutation