tencent cloud

Cloud Security Center

Product Introduction
Product Overview
Purchase Guide
Billing Overview
Purchase Methods
Renewal Policies
Overdue Payment ‍Policies
Refund Policies
Getting Started
Operation Guide
Access Permissions Management
Multi-Cloud Multi-Account Management
Vulnerability and Risk Center
Alarm Center
Log Shipping
Managing Assets
Health Checks
Cloud API Exception Monitoring
User Behavior Analytics (UEBA)
Report Download
API Documentation
History
Introduction
API Category
Making API Requests
Multi-account management related APIs
Scan Task APIs
Risk Center APIs
Asset Center APIs
Cloud Boundary Analysis APIs
Cloud API Anomaly Detection APIs
Report Download APIs
Solid Protection APIs
Cloud Security Center Overview APIs
Data Types
Error Codes
Related Protocol,
Service Level Agreement
Terms Of Service
FAQs
Glossary

DescribeExposures

PDF
Focus Mode
Font Size
Last updated: 2026-01-29 18:11:55

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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.

3. Output Parameters

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.

4. Example

Example1 Cloud Boundary Analysis Asset List

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeExposures
<Common request parameters>

{}

Output Example

{
    "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
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback