Domain name for API request: csip.intl.tencentcloudapi.com.
Cloud boundary analysis asset list (suitable for host assets)
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: DescribeCWPExposures. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| AssetID | Yes | String | Asset ID. |
| AssetAppID | Yes | Integer | Asset ownership User AppiD |
| MemberId.N | No | Array of String | Group account member id |
| Filters.N | No | Array of Filters | Filter content |
| Limit | No | Integer | Page size. |
| Offset | No | Integer | Offset. |
| Order | No | String | Sorting type |
| By | No | String | Sorting field. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Number of assets for cloud boundary analysis |
| ExposeList | Array of ExposesItem | Cloud boundary analysis asset list |
| 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. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCWPExposures
<Common request parameters>
{
"AssetID": "ins-2*3r**4u",
"AssetAppID": 260003006,
"MemberId": [
"mem-0001111"
],
"Limit": 1,
"Offset": 0,
"Order": "DESC",
"By": "UpdateTime"
}
{
"Response": {
"ExposeList": [
{
"AclList": "0.0.0.0/0",
"AclType": "allowlist",
"AppId": 260083796,
"AppIdStr": "260083796",
"AssetId": "lb-iza**f*k",
"AssetType": "clb_instance",
"AssetTypeIconSolidURL": "https://cloud-xspm-web-1258344699.cos.ap-guangzhou.myqcloud.com/asset-icon/containerNetworkingIcon_3d.png",
"AssetTypeIconURL": "https://cloud-xspm-web-1258344699.cos.ap-guangzhou.myqcloud.com/asset-icon/containerNetworkingIcon_2d.svg",
"AssetTypeName": "Load balancing",
"CloudAccountId": "700002365149",
"CloudAccountName": "700002365149",
"Comment": "",
"CreateTime": "2026-06-13 04:04:02",
"DisplayRiskType": "Other",
"DisplayStatus": "fully open",
"Domain": "lb-iza1lfwk-ma*7*p2f5wi9rqtn.clb.gz-*e**entclb*com",
"ExposureID": 2147503156,
"HasScan": "false",
"HighRiskPortServiceCount": 0,
"InstanceName": "ccs_cls-dqum4px0_tcss-workload-ingress-2",
"Ip": "",
"Port": "80",
"PortDetectCount": 0,
"PortDetectResult": "",
"PortServiceCount": 0,
"Provider": "tencent",
"RiskType": "other",
"RiskWebAppCount": 0,
"ScanTaskStatus": "unknown",
"Status": "open",
"Tag": "",
"ToGovernedRiskContent": "",
"ToGovernedRiskCount": 0,
"UpdateTime": "2026-07-01 12:04:00",
"Uuid": "38638ff07d71eb940627594b753f42ce5c154331",
"VulCount": 0,
"WeakPasswordCount": 0,
"WebAppCount": 0
}
],
"TotalCount": 18,
"RequestId": "1f5fe74f-152c-4090-88e0-40342c0b8585"
}
}
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.
フィードバック