创建 Spark 回填预检任务 (V2)
Creates a Spark Backfill precheck job. It validates target schema, fields, source sample, and column mapping without modifying Collection data. Confirm data.precheckReport.passed before submitting Backfill.
POST/v2/projects/{projectId}/jobs/backfill/precheck
该 API 的 Base URL 格式如下:
https://api.cloud.zilliz.com
📘说明
控制面接口速率限制为单用户单接口每秒最多 20 个请求。
shell
export BASE_URL="https://api.cloud.zilliz.com"
参数
Authorizationstringheader必填项
授权令牌。
Idempotency-Keystringheader
用于确保重复创建请求幂等的唯一键。
projectIdstringpath必填项
项目 ID。
请求体application/json
clusterIdstring必填项
目标集群 ID。
dbNamestring必填项
数据库名称。
collectionNamestring必填项
集合名称。
fieldsarray必填项
目标字段。
[]fieldsstring
(待补充)
columnMappingobject必填项
源列到目标列的映射。
resourceSizestring必填项
Spark 资源规格。
timeoutSecondsinteger<int64>必填项
超时时间(秒)。
响应201 Created - application/json
Backfill precheck job created.
jobIdstring必填项
任务 ID。
projectIdstring必填项
任务所属的项目 ID。
typestring必填项
任务类型。
descriptionstring
任务描述。
statusstring必填项
任务状态。
regionIdstring必填项
云地域 ID。
clusterIdstring
集群 ID。
createdAtstring
创建时间(ISO 8601)。
startedAtstring
开始时间(ISO 8601)。
finishedAtstring
结束时间(ISO 8601)。
durationSecondsinteger<int64>
持续时间(秒)。