Skip to main content

Inspects the current deployment status for this app env

Inspects the current deployment status for this app env

Path Parameters
    workspace stringrequired

    Workspace to use

    appenv stringrequired

    Application environment to use

Responses

Current status of the deployment

Schema
    components undefined[]

    Components describes the status of the deployed components

    certReady boolean
    cloudResource

    CloudResource identifies the status of the cloud resource associated with this component, when the component type is CloudResource.

    moduleVersion string
    plan string
    ready boolean
    component string
    componentType string
    deployed boolean
    endpoint string
    exposed boolean
    pods undefined[]

    Pods gives a detailed status for each pod for this component in the environment.

    conditions undefined[]
    lastProbeTime string
    lastTransitionTime string
    message string
    reason string
    status string
    type string
    containerStatuses undefined[]

    The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status

    containerID string
    image string
    imageID string
    lastState

    Details about the container's last termination condition.

    running

    Details about a running container

    startedAt string
    terminated

    Details about a terminated container

    containerID string
    exitCode int32
    finishedAt string
    message string
    reason string
    signal int32
    startedAt string
    waiting

    Details about a waiting container

    message string
    reason string
    name string
    ready boolean
    restartCount int32
    started boolean
    state

    Details about the container's current condition.

    running

    Details about a running container

    startedAt string
    terminated

    Details about a terminated container

    containerID string
    exitCode int32
    finishedAt string
    message string
    reason string
    signal int32
    startedAt string
    waiting

    Details about a waiting container

    message string
    reason string
    initContainerStatuses undefined[]

    The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status

    containerID string
    image string
    imageID string
    lastState

    Details about the container's last termination condition.

    running

    Details about a running container

    startedAt string
    terminated

    Details about a terminated container

    containerID string
    exitCode int32
    finishedAt string
    message string
    reason string
    signal int32
    startedAt string
    waiting

    Details about a waiting container

    message string
    reason string
    name string
    ready boolean
    restartCount int32
    started boolean
    state

    Details about the container's current condition.

    running

    Details about a running container

    startedAt string
    terminated

    Details about a terminated container

    containerID string
    exitCode int32
    finishedAt string
    message string
    reason string
    signal int32
    startedAt string
    waiting

    Details about a waiting container

    message string
    reason string
    message string
    phase string
    reason string
    podsReady int32
    podsTotal int32
    tls boolean
    deployed boolean
Loading...