Skip to main content

PrimaryDomainSwitchJob

A job that switches an environment's primary domain.

type PrimaryDomainSwitchJob implements JobInterface {
completedAt: String
createdAt: String
id: Int
inProgressLock: Boolean
metadata: [JobMetadata]
newDomain: Domain
progress: JobProgress
type: String
}

Fields

PrimaryDomainSwitchJob.completedAt ● String scalar common

When the job completed.

PrimaryDomainSwitchJob.createdAt ● String scalar common

When the job was created.

PrimaryDomainSwitchJob.id ● Int scalar common

The unique identifier for the job.

PrimaryDomainSwitchJob.inProgressLock ● Boolean scalar common

Whether the job currently holds an in-progress lock.

PrimaryDomainSwitchJob.metadata ● [JobMetadata] list object common

Additional metadata for the job.

PrimaryDomainSwitchJob.newDomain ● Domain object common

The domain being set as primary.

PrimaryDomainSwitchJob.progress ● JobProgress object common

The current progress of the job.

PrimaryDomainSwitchJob.type ● String scalar common

The job type.

Interfaces

JobInterface interface common

Common fields shared by all job types.