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

Param

Source

Type

Required

Description

configuration

query

object

yes

 

name

query

string

yes

 

follow

query

boolean

no

"default": false

lines

query

integer

no

"default": 400, "minimum": 400, "maximum": 2000

Â