更新应用探针信息, *注意此处为全量更新
请求URL:
/v2/tenants/{tenant_name}/services/{service_alias}/probe
简要描述
更新应用探针信息, *注意此处为全量更新, update probe
请求方式:
PUT
- 参数:
参数名 | 参数位置 | 必选 | 类型 | 说明 |
---|---|---|---|---|
tenant_name | path | True | string | - |
service_alias | path | True | string | - |
mode | body | False | string | mode |
period_second | body | False | integer | 检测间隔时间, 默认为3 |
probe_id | body | True | string | 探针id |
timeout_second | body | False | integer | 检测超时时间, 默认为30 |
http_header | body | False | string | http请求头,key=value,key2=value2 |
is_used | body | False | integer | 是否启用 |
initial_delay_second | body | False | integer | 初始化等候时间, 默认为1 |
path | body | False | string | path |
port | body | False | integer | 端口, 默认为80 |
scheme | body | False | string | mode |
success_threshold | body | False | integer | 标志为成功的检测次数 |
cmd | body | False | string | 运行命令 |
failure_threshold | body | False | integer | 标志为失败的检测次数 |