1. API Description
Domain name for API request: cwp.intl.tencentcloudapi.com.
This API is used to export the asset management process list.
A maximum of 20 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.
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: ExportAssetProcessInfoList. |
| Version |
Yes |
String |
Common Params. The value used for this API: 2018-02-28. |
| Region |
No |
String |
Common Params. This parameter is not required. |
| Quuid |
No |
String |
Query information of a specified QUUID host |
| Filters.N |
No |
Array of Filter |
Filter criteria Name - String - whether required: no - process nameUser - String - whether required: no - Process userGroup - String - whether required: no - Process user groupPid - uint64 - whether required: no - process IDPpid - uint64 - whether required: no - parent process IDOsType - uint64 - whether required: no - windows/LinuxStatus - string - whether required: no - process status: 0: all 1: R executable 2: S interruptible 3: UninterruptibleRunTimeStart - String - whether required: no - start time of runningRunTimeEnd - String - whether required: no - end time of runningInstallByPackage - uint64 - whether required: no - whether to install via a package: 0 - no; 1 - yes |
| Order |
No |
String |
Sorting method: asc for ascending order or desc for descending order |
| By |
No |
String |
Sorting method: [FirstTime|StartTime] |
3. Output Parameters
| Parameter Name |
Type |
Description |
| TaskId |
String |
Asynchronous download of task ID, to be used with the ExportTasks API |
| 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 Exporting the List of Asset Management Process
POST / HTTP/1.1
Host: cwp.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ExportAssetProcessInfoList
<Common request parameters>
{}
Output Example
{
"Response": {
"TaskId": "07a92740-5e54-4ea6-9320-c6fc3f3a1122",
"RequestId": "07a92740-5e54-4ea6-9320-c6fc3f3a1121"
}
}
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
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. |