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 {#id}
Atom.name ● String! non-null scalar miscellaneous {#name}
Name of the Atom
Atom.authType ● HTTPServerAuthType! non-null enum platform {#auth-type}
The Authetication Type used to communicate with the Atom
Atom.webserviceType ● HTTPServerWebserviceType! non-null enum platform {#webservice-type}
User management functionality level available on the Atom
Atom.status ● AtomStatus enum platform {#status}
Status of the Atom
Atom.ports ● [Port!] list object platform {#ports}
Listener ports configured on the Atom
Atom.type ● AtomType enum platform {#type}
Type of the Atom
Atom.effectiveHostName ● String scalar miscellaneous {#effective-host-name}
Atom.containerId ● String! non-null scalar miscellaneous {#container-id}
Atom.containerName ● String! non-null scalar miscellaneous {#container-name}
Returned By
environmentMigrationContainers query ●
migrationContainers query
Member Of
DeployedApiCallDetailData object ●
DeployedApiCallSummaryData object ●
Environment object
Implemented By
_Entity union