workloads

Get workload details

Get details of a specific workload

get/api/v1beta/workloads/{name}

Path parameters

namestring required

Workload name

Response

OK

authz_configstring

Authorization configuration

cmd_argumentsstring[]

Command arguments to pass to the container

env_varsobject

Environment variables to set in the container

groupstring

Group name this workload belongs to

hoststring

Host to bind to

imagestring

Docker image to use

namestring

Name of the workload

network_isolationboolean

Whether network isolation is turned on. This applies the rules in the permission profile.

proxy_modestring

Proxy mode to use

proxy_portinteger

Port for the HTTP proxy to listen on

target_portinteger

Port to expose from the container

toolsstring[]

Tools filter

tools_overrideobject

Tools override

transportstring

Transport configuration

trust_proxy_headersboolean

Whether to trust X-Forwarded-* headers from reverse proxies

urlstring

Remote server specific fields

volumesstring[]

Volume mounts

Changes