Skip to main content

CksEnvironmentDetail

Full environment detail returned by orgEnvironment: the environment plus its components, change orders, audit, secrets, outputs, billing resources, live deploy/destroy progress, and Buddy health.

type CksEnvironmentDetail {
environment: CksEnvironment!
buddyHealth: CksBuddyHealth
components: [CksEnvironmentComponent!]!
changeOrders: [CksEnvironmentChangeOrder!]!
audit: [CksEnvironmentAudit!]!
secrets: [CksEnvironmentSecretValue!]!
outputs: [CksEnvironmentOutput!]!
billingResources: [CksEnvironmentBillingResource!]!
deployProgress: CksDeployProgress
destroyProgress: [CksDeployProgress!]!
}

Fields

CksEnvironmentDetail.environment ● CksEnvironment! non-null object

CksEnvironmentDetail.buddyHealth ● CksBuddyHealth object

Buddy UDP server heartbeat from mirrored server_status. Null when env is destroyed or management DB has no row.

CksEnvironmentDetail.components ● [CksEnvironmentComponent!]! non-null object

CksEnvironmentDetail.changeOrders ● [CksEnvironmentChangeOrder!]! non-null object

CksEnvironmentDetail.audit ● [CksEnvironmentAudit!]! non-null object

CksEnvironmentDetail.secrets ● [CksEnvironmentSecretValue!]! non-null object

CksEnvironmentDetail.outputs ● [CksEnvironmentOutput!]! non-null object

CksEnvironmentDetail.billingResources ● [CksEnvironmentBillingResource!]! non-null object

CksEnvironmentDetail.deployProgress ● CksDeployProgress object

Live deploy task/step progress for the active or most recent failed deploy

CksEnvironmentDetail.destroyProgress ● [CksDeployProgress!]! non-null object

Destroy tear-down progress for game-api and platform change orders

Returned By

createEnvironment mutation ● orgEnvironment query