Domain name for API request: csip.intl.tencentcloudapi.com.
Cloud Boundary Analysis Asset List.
A maximum of 2 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: DescribeExposures. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group Account Member ID |
| Filters.N | No | Array of Filters | Filtered Content |
| Limit | No | Integer | Pagination size. |
| Offset | No | Integer | Offset. |
| Order | No | String | Sorting type |
| By | No | String | Sorting field. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Cloud boundary analytics number of assets. |
| ExposeList | Array of ExposesItem | Cloud boundary analytics 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: DescribeExposures
<Common request parameters>
{}{
"Response": {
"ExposeList": [
{
"AclList": "0.0.0.0/0",
"AclType": "whitelist",
"AssetId": "ins-bvxns9uy",
"AssetType": "cvm_instance",
"AssetTypeName": "Cloud Virtual Machine",
"CloudAccountId": "100010427547",
"CloudAccountName": "Security Attack and Defense",
"CreateTime": "2024-10-15T07:21:22Z",
"DisplayRiskType": "Non-standard Port"
"DisplayStatus": "Fully open"
"Domain": "",
"HighRiskPortServiceCount": 0,
"InstanceName": "tke_cls-5q9sj52q_worker21",
"Ip": "1.1.1.1",
"Port": "30000-32768",
"PortServiceCount": 0,
"Provider": "Tencent Cloud",
"RiskType": "no_standard_port",
"RiskWebAppCount": 0,
"Status": "open",
"UpdateTime": "2025-01-14T02:31:55Z",
"VulCount": 0,
"WeakPasswordCount": 0,
"WebAppCount": 0,
"ScanTaskStatus": "running",
"Uuid": "sadsds",
"HasScan": "true",
"AppId": 12465129,
"Tag": "",
"ToGovernedRiskContent": "",
"ToGovernedRiskCount": 0,
"ExposureID": 1,
"PortDetectCount": 2
}
],
"RequestId": "0ce09587-eaba-4f70-ae9b-1a80b69ee21f",
"TotalCount": 102
}
}
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.
Feedback