connect Core V1Post Namespaced Pod Exec
POST {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name/exec?command=<string>&container=<string>&stderr=<boolean>&stdin=<boolean>&stdout=<boolean>&tty=<boolean>
connect POST requests to exec of Pod
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
command | string | Command is the remote command to execute. argv array. Not executed within a shell. | |
container | string | Container in which to execute the command. Defaults to only container if there is only one container in the pod. | |
stderr | string | Redirect the standard error stream of the pod for this call. | |
stdin | string | Redirect the standard input stream of the pod for this call. Defaults to false. | |
stdout | string | Redirect the standard output stream of the pod for this call. | |
tty | string | TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
"\u003cstring\u003e"