DescribeVServerGroups
Description
call the DescribeVServerGroups to query the list of server groups.
Request Method
POST
Request Path
/apsara/route/Slb/DescribeVServerGroups
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
LoadBalancerId | BODY | string | Yes | lb-bp1o94dp5i6ea**** | load balancing instance ID. |
RegionId | BODY | string | Yes | cn-qingdao-env17-d01 | the region ID of the load balancing instance. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
VServerGroupId | string | rsp-bp1oygn**** | server group ID. |
RequestId | string | 9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C | request ID. |
VServerGroupName | string | k8s/31065/nginx-ingress-lb/kube-system/clust**** | server group name. |
VServerGroups | array of vservergroup | No sample value for this parameter. | backend server list. |
VServerGroup | No sample value for this parameter. | No description for this parameter. |
Example
Successful Response example
{
"VServerGroupId":"rsp-bp1oygn****",
"RequestId":"9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C",
"VServerGroupName":"k8s/31065/nginx-ingress-lb/kube-system/clust****",
"VServerGroups":"",
"VServerGroup":""
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}