EnvironmentMigration
Represents the migration process of an environment from one gateway to another with configuration status tracking.
type EnvironmentMigration {
environment: Environment
toGateway: Gateway
fromGateway: Gateway
environmentConfigurationCompleted: Boolean!
containerConfigurationCompleted: Boolean!
apiConfigurationCompleted: Boolean!
gatewayConfigurationCompleted: Boolean!
environmentSettings: EnvironmentSettings
warnings: Warnings
}
Fields
EnvironmentMigration.environment ● Environment object event-streams-query
The environment being migrated.
EnvironmentMigration.toGateway ● Gateway object platform
The target gateway where the environment will be migrated to.
EnvironmentMigration.fromGateway ● Gateway object platform
The source gateway where the environment is currently located.
EnvironmentMigration.environmentConfigurationCompleted ● Boolean! non-null scalar miscellaneous
Whether the environment configuration has been completed.
EnvironmentMigration.containerConfigurationCompleted ● Boolean! non-null scalar miscellaneous
Whether the container configuration has been completed.
EnvironmentMigration.apiConfigurationCompleted ● Boolean! non-null scalar miscellaneous
Whether the API configuration has been completed.
EnvironmentMigration.gatewayConfigurationCompleted ● Boolean! non-null scalar miscellaneous
Whether the gateway configuration has been completed.
EnvironmentMigration.environmentSettings ● EnvironmentSettings object platform
The environment settings configuration.
EnvironmentMigration.warnings ● Warnings object platform
Any warnings or issues encountered during the migration process.
Returned By
environmentMigrationApiConfigurationUpdate mutation ●
environmentMigrationContainersUpdate mutation ●
environmentMigrationDelete mutation ●
environmentMigrations query ●
environmentMigrationSave mutation ●
environmentMigrationSettingsUpdate mutation ●
updateMigrationContainers mutation