Skip to main content

CreateServerPayload

Result of the createServer(...) operation

type CreateServerPayload implements OperationResultContainer {
result: OperationResult!
server: Server
credentials: MonitoredSystemCredentialOperations
}

Fields

CreateServerPayload.result ● OperationResult! non-null object

CreateServerPayload.server ● Server object

This field holds the created server if the operation was successful.

CreateServerPayload.credentials ● MonitoredSystemCredentialOperations object

Credential operations.

Interfaces

OperationResultContainer interface

Returned By

createServer mutation ● createServerDraft mutation ● promoteServerDraft mutation