GET - /kubernetes/pod/log
Description
This API fetches the container Logs and capable to tail the log if follow is set to true.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
configuration | query | object | yes | Â |
name | query | string | yes | Â |
follow | query | boolean | no |
|
lines | query | integer | no | "default": 400,
"minimum": 400,
"maximum": 2000 |
Â