Get cluster namespace Container log

Get cluster namespace Container log

get

Get the logs of Containers in the specified cluster and namespace.

Path parameters
clusterIdstringRequired
namespaceNamestringRequired
podNamestringRequired
Query parameters
typestringRequired

Log Retrieval Method(tail or since)

countstringOptional

The number of lines to read when the type is 'tail' (up to 10,000).

sinceSecondsstringOptional

Return logs from before the value in seconds

Responses
200

OK

*/*
get
/v1/clusters/{clusterId}/namespaces/{namespaceName}/pods/{podName}/containers/log
200

OK

Last updated

Was this helpful?