通过 OpenAPI 获取主机组。
|
适用版本 |
中心版、Region版 |
服务接入点与授权信息
|
产品 |
资源 |
所需权限 |
|
流水线 |
主机组 |
只读 |
请求语法
中心版
GET https://{domain}/oapi/v1/flow/organizations/{organizationId}/hostGroups/{id}
Region版
GET https://{domain}/oapi/v1/flow/hostGroups/{id}
请求头
|
参数 |
类型 |
是否必填 |
描述 |
示例值 |
|
x-yunxiao-token |
string |
是 |
个人访问令牌。 |
pt-0fh3****0fbG_35af****0484 |
请求参数
|
参数 |
类型 |
位置 |
是否必填 |
描述 |
示例值 |
|
organizationId |
string |
path |
|
企业 Id。 |
5ebbc0228123212b59xxxxx |
|
id |
integer |
path |
是 |
主机组 Id。 |
11222 |
请求示例
中心版
curl -X 'GET' \
'https://{domain}/oapi/v1/flow/organizations/5ebbc0228123212b59xxxxx/hostGroups/11222' \
-H 'Content-Type: application/json' \
-H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'
Region版
curl -X 'GET' \
'https://{domain}/oapi/v1/flow/hostGroups/11222' \
-H 'Content-Type: application/json' \
-H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'
返回参数
|
参数 |
类型 |
描述 |
示例值 |
| - |
object |
|
|
| aliyunRegion |
string |
阿里云区域。 |
cn-hangzhou |
| createTime |
integer |
创建时间。 |
1586863220000 |
| creatorAccountId |
string |
创建人。 |
1111111111111 |
| description |
string |
主机组描述。 |
主机组描述 |
| ecsLabelKey |
string |
ecs 标签 Key。 |
ecs |
| ecsLabelValue |
string |
ecs 标签 Value。 |
ecs |
| ecsType |
string |
ecs 类型,暂只支持 ECS_ALIYUN。 |
ECS_ALIYUN |
| hostInfos |
array |
|
|
| - |
object |
|
|
| aliyunRegion |
string |
阿里云区域。 |
cn-hangzhou |
| createTime |
integer |
创建时间。 |
1586863220000 |
| creatorAccountId |
string |
创建者阿里云账号。 |
1111111111111 |
| instanceName |
string |
主机名。 |
ceshi |
| ip |
string |
机器 ip。 |
127.0.0.1 |
| machineSn |
string |
机器 sn。 |
1ssasa |
| modifierAccountId |
string |
修改者阿里云账号。 |
1111111111111 |
| objectType |
string |
MachineInfo 值固定为 MachineInfo。 |
MachineInfo |
| status |
string |
Runner 状态。 |
ok |
| updateTime |
integer |
更新时间。 |
1586863220000 |
| hostNum |
integer |
主机数。 |
1 |
| id |
integer |
主机组 id。 |
1234 |
| modifierAccountId |
string |
更新人。 |
1111111111111 |
| name |
string |
主机组名称。 |
主机组名称 |
| serviceConnectionId |
integer |
服务连接 id。 |
1234 |
| type |
string |
主机组类型。 |
ECS |
| updateTime |
integer |
更新时间。 |
1586863220000 |
| uuid |
string |
主机组 uuid。 |
KxqtcgPp7y5ROZdd |
返回示例
{
"aliyunRegion": "cn-hangzhou",
"createTime": 1586863220000,
"creatorAccountId": "1111111111111",
"description": "主机组描述",
"ecsLabelKey": "ecs",
"ecsLabelValue": "ecs",
"ecsType": "ECS_ALIYUN",
"hostInfos": [
{
"aliyunRegion": "cn-hangzhou",
"createTime": 1586863220000,
"creatorAccountId": "1111111111111",
"instanceName": "ceshi",
"ip": "127.0.0.1",
"machineSn": "1ssasa",
"modifierAccountId": "1111111111111",
"objectType": "MachineInfo",
"status": "ok",
"updateTime": 1586863220000
}
],
"hostNum": 1,
"id": 1234,
"modifierAccountId": "1111111111111",
"name": "主机组名称",
"serviceConnectionId": 1234,
"type": "ECS",
"updateTime": 1586863220000,
"uuid": "KxqtcgPp7y5ROZdd"
}
错误码
访问错误码中心查看 API 相关错误码。