app.container_ids

Returns container IDs for app_name.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: app_name

app_name

Type: string

Must be at least 1 characters long

Parameter 2: options

options

Type: object Default: {"alive_only": true}
No Additional Properties

Alive Only

Type: boolean Default: true

AppContainerResponse

Type: object

Each additional property must conform to the following schema

ContainerDetails

Type: object
No Additional Properties

Id

Type: string

Must be at least 1 characters long

Service Name

Type: string

Must be at least 1 characters long

Image

Type: string

Must be at least 1 characters long

State

Type: enum (of string)
Must be one of:
  • "crashed"
  • "created"
  • "exited"
  • "running"
  • "starting"


Required roles: APPS_READ