应用代码检测
请求URL:
/v2/tenants/{tenant_name}/code-check
简要描述
应用代码检测, check code
请求方式:
POST
- 参数:
参数名 | 参数位置 | 必选 | 类型 | 说明 |
---|---|---|---|---|
tenant_name | path | True | string | - |
tenant_id | body | False | string | 租户id |
check_type | body | True | string | 检测类型, "first_check" |
code_from | body | True | string | git源, "gitlab_manual" |
code_version | body | True | string | 代码分支 |
git_project_id | body | True | integer | git project id, 0 |
git_url | body | True | string | git分支详情 |
action | body | False | Object | N/A |
service_id | body | True | string | 应用id |
url_repos | body | True | string | git地址 |