K8s容器终端
获取Pod中的容器列表
获取指定Pod中所有容器的名称列表,用于终端连接时选择容器
get/k8s/cluster/{id}/namespaces/{namespaceName}/pods/{podName}/containers
Path parameters
idinteger required
集群ID
namespaceNamestring required
命名空间名称
podNamestring required
Pod名称
Headers
Authorizationstring required
Bearer 用户Token
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.