Domain name for API request: cwp.tencentcloudapi.com.
This API is used to obtain the number of resources, 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: DescribeAssetTotalCount. |
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 |
---|---|---|
Types | Array of AssetKeyVal | Number of individual resources system: resource monitoring account: account port: port process: process app: application software database: database webapp: Web application webframe: Web framework webservice: Web service weblocation: Web site jar: Jar package initservice: startup service planTask: scheduled task env: environment variable coremodule: kernel module |
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. |
This example shows you how to obtain the quantity of all resources.
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAssetTotalCount
<Common request parameters>
{}
{
"Response": {
"RequestId": "058e4d84-10de-4943-8b30-2a50f204f7c7",
"Types": [
{
"Desc": "",
"Key": "system",
"NewCount": 0,
"Value": 531
},
{
"Desc": "",
"Key": "account",
"NewCount": 0,
"Value": 6526360
},
{
"Desc": "",
"Key": "port",
"NewCount": 0,
"Value": 2355
},
{
"Desc": "",
"Key": "app",
"NewCount": 8,
"Value": 3193
},
{
"Desc": "",
"Key": "process",
"NewCount": 21,
"Value": 21749346
},
{
"Desc": "",
"Key": "database",
"NewCount": 1,
"Value": 18
},
{
"Desc": "",
"Key": "webapp",
"NewCount": 0,
"Value": 4
},
{
"Desc": "",
"Key": "webservice",
"NewCount": 0,
"Value": 17
},
{
"Desc": "",
"Key": "webframe",
"NewCount": 0,
"Value": 5
},
{
"Desc": "",
"Key": "weblocation",
"NewCount": 0,
"Value": 11
},
{
"Desc": "",
"Key": "jar",
"NewCount": 0,
"Value": 1086
},
{
"Desc": "",
"Key": "initservice",
"NewCount": 0,
"Value": 1922
},
{
"Desc": "",
"Key": "plantask",
"NewCount": 0,
"Value": 2950
},
{
"Desc": "",
"Key": "env",
"NewCount": 0,
"Value": 5914763
},
{
"Desc": "",
"Key": "coremodule",
"NewCount": 0,
"Value": 22143622
},
{
"Desc": "",
"Key": "package",
"NewCount": 0,
"Value": 310039
}
]
}
}
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. |
InvalidParameter.MissingParameter | Missing parameter. |
InvalidParameterValue | Invalid parameter value. |
MissingParameter | Missing parameter error. |
Was this page helpful?