GET
/
organizations
/
{organization_name}
/
projects
/
{project_name}
/
containers
/
{container_group_name}
/
instances
/
{container_group_instance_id}

Authorizations

Salad-Api-Key
string
headerrequired

Path Parameters

organization_name
string
required

Your organization name. This identifies the billing context for the API operation and represents a security boundary for SaladCloud resources. The organization must be created before using the API, and you must be a member of the organization.

project_name
string
required

Your project name. This represents a collection of related SaladCloud resources. The project must be created before using the API.

container_group_name
string
required

The unique container group name

container_group_instance_id
string
required

The unique instance identifier

Response

202 - application/json
instance_id
string
required

The unique instance ID

machine_id
string
required

The machine ID

state
enum<string>
required

The state of the container group instance

Available options:
allocating,
downloading,
creating,
running,
stopping
update_time
string
required

The UTC date & time when the workload on this machine transitioned to the current state

version
integer
required

The version of the running container group

ready
boolean

Specifies whether the container group instance is currently passing its readiness check. If no readiness probe is defined, is true once fully started.

started
boolean

Specifies whether the container group instance passed its startup probe. Is always true when no startup probe is defined.