Domain name for API request: csip.tencentcloudapi.com.
This API is used to list cluster pods.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeClusterPodAssets. |
Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
Region | No | String | Common Params. This parameter is not required. |
Filter | No | Filter | Filter conditions |
Parameter Name | Type | Description |
---|---|---|
Data | Array of AssetClusterPod | Data list |
TotalCount | Integer | Total number of results |
PodStatusList | Array of FilterDataObject | List of cluster pod status |
NamespaceList | Array of FilterDataObject | List of namespaces |
RegionList | Array of FilterDataObject | List of regions |
AppIdList | Array of FilterDataObject | List of users (AppId) |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Example
POST / HTTP/1.1
Host: csip.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeClusterPodAssets
<Common request parameters>
{
"Filter": {
"Limit": 0,
"Offset": 0,
"Order": "abc",
"By": "abc",
"Filters": [
{
"Name": "abc",
"Values": [
"abc"
],
"OperatorType": 0
}
],
"StartTime": "abc",
"EndTime": "abc"
}
}
{
"Response": {
"Data": [
{
"AppId": 0,
"Uin": "abc",
"Nick": "abc",
"Region": "abc",
"AssetId": "abc",
"AssetName": "abc",
"InstanceCreateTime": "abc",
"Namespace": "abc",
"PublicIp": "abc",
"PrivateIp": "abc",
"Status": "abc",
"ClusterId": "abc",
"ClusterName": "abc",
"MachineId": "abc",
"MachineName": "abc",
"PodIp": "abc",
"ServiceCount": 0,
"ContainerCount": 0
}
],
"TotalCount": 0,
"PodStatusList": [
{
"Value": "abc",
"Text": "abc"
}
],
"RegionList": [
{
"Value": "abc",
"Text": "abc"
}
],
"AppIdList": [
{
"Value": "abc",
"Text": "abc"
}
],
"NamespaceList": [
{
"Value": "abc",
"Text": "abc"
}
],
"RequestId": "abc"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?