PUT - /kubernetes/pod/exec
Description
This API trigger maintenance operation in a pod.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
 configuration |  body | object |  yes |  |
 name | body | string |  yes |  |
commands | body | array of strings | yes | Â |
processResult | body | boolean | no | Â if true the API will try to convert the response into a json object |
Â