Skip to content

Commit

Permalink
perf: 提供根据特征数据查询任务信息的APIGW工具接口 #3398
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyzh39 committed Feb 14, 2025
1 parent 0f2df64 commit 8834b66
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ query gse task id by step instance id
|------------------|----------|---------------------------------------------------------------------------------------------|
| bk_scope_type | string | Resource scope type. Optional values: biz - Business,biz_set - Business Set |
| bk_scope_id | string | Resource scope ID. Corresponds to bk_scope_type, which means business ID or business set ID |
| bk_biz_id | long | Business ID |
| job_instance_id | long | Job instance ID |
| step_instance_id | long | Step instance ID |
| retry_count | int | Step retry count |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ query job link by gse task id
|------------------|----------|---------------------------------------------------------------------------------------------|
| bk_scope_type | string | Resource scope type. Optional values: biz - Business,biz_set - Business Set |
| bk_scope_id | string | Resource scope ID. Corresponds to bk_scope_type, which means business ID or business set ID |
| bk_biz_id | long | Business ID |
| job_instance_id | long | Job instance ID |
| step_instance_id | long | Step instance ID |
| retry_count | int | Step retry count |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
|------------------|----------|-----------------------------------------|
| bk_scope_type | string | 资源范围类型。可选值: biz - 业务,biz_set - 业务集 |
| bk_scope_id | string | 资源范围ID, 与bk_scope_type对应, 表示业务ID或者业务集ID |
| bk_biz_id | long | 业务ID |
| job_instance_id | long | 作业实例ID |
| step_instance_id | long | 脚本实例ID |
| retry_count | int | 重试次数 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
|------------------|----------|-----------------------------------------|
| bk_scope_type | string | 资源范围类型。可选值: biz - 业务,biz_set - 业务集 |
| bk_scope_id | string | 资源范围ID, 与bk_scope_type对应, 表示业务ID或者业务集ID |
| bk_biz_id | long | 业务ID |
| job_instance_id | long | 作业实例ID |
| step_instance_id | long | 脚本实例ID |
| retry_count | int | 重试次数 |
Expand Down

0 comments on commit 8834b66

Please sign in to comment.