Domain name for API request: csip.intl.tencentcloudapi.com.
Create a baseline main task export task to export detection items and subtask data under the specified main task. The task executes asynchronously in the backend. Once completed, the result file can be downloaded in 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: CreateBaselineMainTaskExportJob. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| TaskID | No | Integer | Baseline main task ID, precisely export the testing items and subtasks of this task; exports as empty if not provided. |
| Name | No | String | Export task name. If not specified, it will be automatically generated. |
| MemberId.N | No | Array of String | Group account member id |
| Filters.N | No | Array of Filters | Universal Filter Criteria. Supported fields include: TaskID (exact), TaskType, Status, CheckAssetType. |
| 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. |
Create a baseline main task export task and return the export task ID
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateBaselineMainTaskExportJob
<Common request parameters>
{
"Filters": [],
"MemberId": [
"mem-tencent-6*************29"
]
}
{
"Response": {
"JobId": "0001a001-0000-0000-0000-000000000001",
"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.
フィードバック