Domain name for API request: cwp.tencentcloudapi.com.
This API is used to obtain the number of assets, including hosts, accounts, ports, processes, software, databases, web applications, web frameworks, web services, and web sites.
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: DescribeAssetInfo. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
Parameter Name | Type | Description |
---|---|---|
MachineCount | Integer | Number of Hosts |
AccountCount | Integer | Number of Accounts |
PortCount | Integer | Number of ports |
ProcessCount | Integer | Number of Processes |
SoftwareCount | Integer | Number of software |
DatabaseCount | Integer | Number of databases |
WebAppCount | Integer | Number of web applications |
WebFrameCount | Integer | Number of web frameworks |
WebServiceCount | Integer | Number of web services |
WebLocationCount | Integer | Number of web sites |
AccountNewCount | Integer | New accounts today |
PortNewCount | Integer | New ports today |
ProcessNewCount | Integer | New processes today |
SoftwareNewCount | Integer | New software today |
DatabaseNewCount | Integer | New databases today |
WebAppNewCount | Integer | New web applications today |
WebFrameNewCount | Integer | New web frameworks today |
WebServiceNewCount | Integer | New web services today |
WebLocationNewCount | Integer | New web sites today |
MachineNewCount | Integer | New hosts today |
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: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAssetInfo
<Common request parameters>
{}
{
"Response": {
"RequestId": "xx",
"MachineCount": 100,
"AccountCount": 100,
"PortCount": 100,
"ProcessCount": 100,
"SoftwareCount": 100,
"DatabaseCount": 100,
"WebAppCount": 100,
"WebFrameCount": 100,
"WebServiceCount": 100,
"WebLocationCount": 100,
"AccountNewCount": 100,
"PortNewCount": 100,
"ProcessNewCount": 100,
"SoftwareNewCount": 100,
"DatabaseNewCount": 100,
"WebAppNewCount": 100,
"WebFrameNewCount": 100,
"WebServiceNewCount": 100,
"WebLocationNewCount": 100,
"MachineNewCount": 100
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error |
InvalidParameter | Incorrect parameter. |
InvalidParameterValue | Invalid parameter value. |
MissingParameter | Missing parameter error. |
Was this page helpful?