ci:CreateDatasetExport permission to the action of the authorization policy. For all operation APIs supported by Cloud Infinite, see CI action.POST /datasetquery/export HTTP/1.1Host: <AppId>.ci.ap-jakarta.myqcloud.comAuthorization: Auth StringContent-Length: 100Content-Type: application/jsonAccept: application/json
{"Name": "fortest","DatasetName": "test","ExportJobType": 1,"Query": {"Operation": "and","SubQueries": [{"Field": "ContentType","Value": "image/jpeg","Operation": "eq"},{"Field": "Size","Value": "1000","Operation": "gt"}]},"Output": {"Bucket": "test-1250000000","Object": "prefix001","Region": "ap-jakarta"}}
Parameter Name | Description | Type | Required |
Name | Name of the new task. Supports Chinese, English, digits, hyphens (-), and underscores (_), with a maximum length of 128 characters | String | Yes |
DatasetName | Dataset name, unique within the same account | String | Yes |
ExportJobType | Task type: 1. Data export; 2. Data preheating, with a default value of 1 | Integer | No |
Query | Simple query parameter conditions that can be nested | Container | No |
Output | Storage location of task results | Container | No. Required when ExportJobType is 1. |
GfsPreHeatConfig | Preheating configuration | Container | No. Required when ExportJobType is 2. |
Parameter Name | Parent Node | Description | Type | Required |
Region | Request.Output | Region of the bucket for storing results | String | Yes |
Bucket | Request.Output | Bucket for storing results | String | Yes |
Object | Request.Output | Filename of the output result | String | Yes |
Parameter Name | Parent Node | Description | Type | Required |
ClusterId | Request.GfsPreHeatConfig | Preheat cluster instance ID | String | Yes |
Priority | Request.GfsPreHeatConfig | Task priority. The value ranges from 1 to 9999. A larger value indicates a higher priority. The default value is 1 | Integer | No |
{"Job": {"JobId": "xxxxxx","Name": "fortest","ExportJobType": 1,"Query": {"Operation": "and","SubQueries": [{"Field": "ContentType","Value": "image/jpeg","Operation": "eq"},{"Field": "Size","Value": "1000","Operation": "gt"}]},"Output": {"Bucket": "test-1250000000","Object": "prefix001","Region": "ap-jakarta"},"CreateTime": "2025-04-09T19:38:08.454310276+08:00","StartTime": "1970-01-01T00:00:00+08:00","EndTime": "1970-01-01T00:00:00+08:00","State": "todo","GfsPreHeatConfig": {"ClusterId": "","Priority": 1},"Progress": 0},"RequestId": "NjdmNjVjMjBfNzM0NjZjMT**********"}
Parameter Name | Type | Description |
RequestId | String | Request ID |
Job | Container | Information about the created task |
Parameter Name | Type | Description |
Name | String | Task Name |
JobId | String | Job ID, required for queries |
ExportJobType | Integer | Task type: 1. Data export; 2. Data preheating |
State | String | Task status, including todo (pending) / running (in progress) / failed / done |
Query | Container | Simple query parameter conditions, same as the value passed in the request |
Output | Container | Storage location of task results, same as the value passed in the request |
GfsPreHeatConfig | Container | Preheating configuration, same as the value passed in the request |
StartTime | String | Task start time |
EndTime | String | Task end time |
CreateTime | String | Task creation time |
Progress | Integer | Percentage of task completion progress |
Parameter Name | Type | Description |
ClusterId | String | Preheat cluster instance ID |
Priority | Integer | Task priority. A higher value indicates a higher priority. The value ranges from 1 to 9999, and the default value is 1 |
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan