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

KeyDatatypeRequiredDescription
commandstringCommand is the remote command to execute. argv array. Not executed within a shell.
containerstringContainer in which to execute the command. Defaults to only container if there is only one container in the pod.
stderrstringRedirect the standard error stream of the pod for this call.
stdinstringRedirect the standard input stream of the pod for this call. Defaults to false.
stdoutstringRedirect the standard output stream of the pod for this call.
ttystringTTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

&quot;\u003cstring\u003e&quot;