最近更新时间:2021-06-11 19:21:46
该接口适用于查询容器的日志
POST/GET
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
ContainerGroupId | String | 是 | 容器组id |
ContainerName | String | 是 | 容器名称 |
Tail | Integer | 否 | 日志显示尾部行数,默认200行,最大1000行 |
参数 | 类型 | 描述 |
---|---|---|
RequestId | String | 请求id |
Content | String | 日志内容 |
http://kci.api.ksyun.com/?Action=DescribeContainerLog&Version=2020-07-02
&ContainerGroupId=9f0c0be6-f6fe-4e29-af1axxxx
&ContainerName=nginx-container
{
"RequestId": "b13fb4bd-9ba8-4369-8c2dxxxx",
"Content": "xxxxxxxxxxxxxxxx"
}
纯净模式