请求地址
/v2/webservice/app/info
请求方法
Post
请求参数说明
| 参数名称 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| app_id | number | 是 | 项目ID |
示例
{
"app_id": 2
}
返回data说明
| 参数名称 | 类型 | 说明 |
|---|---|---|
| app_id | number | 项目ID |
| app_name | string | 项目名 |
| applicant | string[] | 运维 |
| developer | string[] | 开发 |
| zone_total | number | 区总数 |
成功返回
{
"code": 0,
"request_id": "75e63d87-be8d-4190-9e57-93a05a512add",
"data": {
"uid": 40,
"app_id": 3,
"app_name": "jxlin_Test-xxx的大",
"passwd": "A6F961B7D1ADB44D",
"cc": "",
"access_type": "TCP",
"tbus_tmpl": null,
"create_date": "2022-01-14T06:55:09.000Z",
"memo": "ffff",
"dir_beat_period": 1800,
"proxy_reconnect_span": 10,
"proxy_reconnect_count": 100,
"username": "tcaplus",
"report_qos_level": 0,
"zone_model": 1,
"select_set": 0,
"price_id": 4001,
"idl_type": 1,
"passwd_update_time": null,
"old_passwd": null,
"old_passwd_expire_time": null,
"studio": null,
"bip_id": null,
"star_level": 0,
"app_area": "上海",
"data_editable_in_oms": 1,
"data_read_write_privilege": "",
"rest_access": "",
"shared_proxy_priority": 0,
"qcloud_cluster": 0,
"qcloud_status": 0,
"qcloud_status_time": null,
"qcloud_proxyt1_num": 0,
"qcloud_svrt1_num": 0,
"restproxy_status": 0,
"censorship": 0,
"censor_users": null,
"rebuild_slave_without_data_flag": 0,
"sign_type": 0,
"forbidden_auto_trigger_rebuild_slave": 0,
"applicant": [
"sanzhang",
"danmiwang"
],
"developer": [
"danmiwang",
"ReadFeed"
],
"dba_name": [
"tcaplus"
],
"alloc_set_mod": {
"formal": "1",
"innertest": "1",
"censortest": "1"
},
"zone_total": 19
}
}
失败返回
{
"request_id": "5c52b39e-281e-405c-b3c9-44ada9a32eca",
"code": 104,
"message": "业务不存在",
"debug_message": {
"app_id": 0
}
}