app.container_console_choices

Returns container console choices for app_name.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: app_name

app_name

Type: string

Name of the application to get console choices for.

Must be at least 1 characters long

AppContainerResponse

Type: object

Object containing container choices available for console access.

Each additional property must conform to the following schema

ContainerDetails

Type: object
No Additional Properties

Id

Type: string

Unique identifier for the container.

Must be at least 1 characters long

Service Name

Type: string

Name of the service this container provides.

Must be at least 1 characters long

Image

Type: string

Docker image name and tag used by this container.

Must be at least 1 characters long

State

Type: enum (of string)

Current state of the container.

Must be one of:
  • "crashed"
  • "created"
  • "exited"
  • "running"
  • "starting"


Required roles: APPS_READ | READONLY_ADMIN