部署 CODEARTS DEPLOY-查询主机列表 (推荐):响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
total |
Integer |
主机数量 |
status |
String |
请求成功失败状态 |
result |
Array of HostInfo objects |
主机信息列表 |
参数 |
参数类型 |
描述 |
---|---|---|
uuid |
String |
主机id |
ip |
String |
主机IP |
os |
String |
主机操作系统 |
port |
Integer |
端口 |
authorization |
HostAuthorizationBody object |
登录主机鉴权,使用密码登录则填写密码即可,使用密钥则填写密钥,二选一即可。 |
permission |
PermissionHostDetailNew object |
主机相关权限详情类 |
host_name |
String |
主机名称 |
as_proxy |
Boolean |
是否为代理机 |
group_id |
String |
主机集群id |
proxy_host_id |
String |
代理机id |
owner_id |
String |
主机所属人id |
owner_name |
String |
主机所属人名称 |
proxy_host |
HostInfo object |
代理机信息详情 |
connection_status |
String |
连通性状态 |
create_time |
String |
创建时间 |
lastest_connection_time |
String |
上次连通时间 |
connection_result |
String |
连通性验证结果 |
nick_name |
String |
主机所属人昵称 |
import_status |
String |
导入状态 |
env_count |
Integer |
关联环境数量 |