Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to create a baseline fix record export task to export the records of fixed detection items, including detection item information, asset information, and repair time. The task executes asynchronously in the backend. Once completed, the result file can be downloaded from the export task list.
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: CreateBaselineFixRecordExportJob. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| Name | No | String | Export task name. If not specified, it will be auto generated. |
| MemberId.N | No | Array of String | Group account member id |
| Filters.N | No | Array of Filters | Universal Filter Criteria. Supported fields: detection item name (blurry), asset name/ID, risk level, and repair time interval. |
| Parameter Name | Type | Description |
|---|---|---|
| JobId | String | Export task ID, the unique identifier of an asynchronous export task, used for querying task status and obtaining download links. |
| 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. |
Export the system baseline fix records and return the export task ID.
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateBaselineFixRecordExportJob
<Common request parameters>
{
"Filters": [],
"MemberId": [
"mem-tencent-6*************29"
]
}
{
"Response": {
"JobId": "0001c003-0000-0000-0000-000000000003",
"RequestId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
}
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.
フィードバック