Waiting for engine...
Skip to main content

Atom

The Atom details (Name, Auth type, Webservice type, Status etc.,)

type Atom {
id: ID!
name: String!
authType: HTTPServerAuthType!
webserviceType: HTTPServerWebserviceType!
status: AtomStatus
ports: [Port!]
type: AtomType
effectiveHostName: String
containerId: String!
containerName: String!
}

Fields

Atom.id ● ID! non-null scalar miscellaneous

Atom.name ● String! non-null scalar miscellaneous

Name of the Atom

Atom.authType ● HTTPServerAuthType! non-null enum platform

The Authetication Type used to communicate with the Atom

Atom.webserviceType ● HTTPServerWebserviceType! non-null enum platform

User management functionality level available on the Atom

Atom.status ● AtomStatus enum platform

Status of the Atom

Atom.ports ● [Port!] list object platform

Listener ports configured on the Atom

Atom.type ● AtomType enum platform

Type of the Atom

Atom.effectiveHostName ● String scalar miscellaneous

Atom.containerId ● String! non-null scalar miscellaneous

Atom.containerName ● String! non-null scalar miscellaneous

Returned By

environmentMigrationContainers query ●  migrationContainers query

Member Of

DeployedApiCallDetailData object ●  DeployedApiCallSummaryData object ●  Environment object

Implemented By

_Entity union

On this Page