Waiting for engine...
Skip to main content

environmentMigrationContainers

Returns the Runtime containers for a specific environment during the environment migration.

Input Parameters:

  • environmentId: ID of the environment to get migration containers.

Response: Array of Runtime objects representing containers for the environment migration.

Example Request:

query {
environmentMigrationContainers(environmentId: "<xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx>") {
id,
name,
authType,
webserviceType,
status,
type,
effectiveHostName,
ports {
internalPortNumber,
externalPortNumber
}
}
}

environmentMigrationContainers(
environmentId: String!
): [Atom!]!

Arguments

environmentMigrationContainers.environmentId ● String! non-null scalar miscellaneous

Type

Atom object platform

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

On this Page