DescribeGroup
查看服务群组信息
服务地址:
华东1(杭州)
输入参数
只看必填
ClusterId所属所在地域ID
GroupName服务群组名称
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求语法

GET /api/v2/groups/{ClusterId}/{GroupName} HTTP/1.1

路径参数

字段名称字段详情
ClusterIdstring

所属所在地域 ID。

示例值:cn-shanghai
GroupNamestring

服务群组名称。如何获取群组名称,请参见ListServices

示例值:foo

返回参数

字段名称字段详情
Namestring

服务群组名称。

示例值:foo
ClusterIdstring

服务群组所在区域。

示例值:cn-shanghai
CreateTimestring

服务群组创建时间。使用 UTC 时间格式。

示例值:2020-05-19T14:19:42Z
UpdateTimestring

服务群组更新时间。使用 UTC 时间格式。

示例值:2021-01-29T11:13:20Z
QueueServicestring

服务群组包含的队列服务。

示例值:qservice
InternetEndpointstring

服务群组公网地址。

示例值:http://1110*****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/test_group
IntranetEndpointstring

服务群组内网地址。

示例值:http://1110*****.vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/test_group
AccessTokenstring

服务组流量入口 Token。

示例值:MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm********
TrafficModestring

流量模式

示例值:auto枚举值:autocustomized
变更历史
变更时间变更内容概要操作
2022-09-27
新增OpenAPI,查看服务群组详情