DeleteEndpointGroup_全球加速_API文档

插件下载了解更多
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.

接口说明

  • DeleteEndpointGroup 接口属于异步接口,即系统会先返回一个请求 ID,但终端节点组并未删除完成,系统后台的删除任务仍在进行。您可以调用 DescribeEndpointGroup 查询终端节点组的状态:
    • 当终端节点组处于 deleting 状态时,表示终端节点组正在删除中,在该状态下,您只能执行查询操作,不能执行其他操作。
    • 当查询不到该终端节点组时,表示终端节点组删除完成。
  • DeleteEndpointGroup 接口不支持在同一个全球加速实例内并发删除终端节点组。

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
ga:DeleteEndpointGroup
Delete
EndpointGroup
acs:ga:{#regionId}:{#accountId}:endpointgroup/{#endpointGroupId}

请求参数

字段名称字段详情
ClientTokenstring

客户端 Token,用于保证请求的幂等性。展开详情

示例值:123e4567-e89b-12d3-a456-426655440000
AcceleratorIdstring

全球加速实例 ID。

示例值:ga-bp1odcab8tmno0hdq****参考取值来源:
    ListAccelerators
    CreateAccelerator
    UpdateAcceleratorAutoRenewAttribute
EndpointGroupIdstring

要删除的终端节点组 ID。

示例值:epg-bp1dmlohjjz4kqaun****参考取值来源:
    UpdateEndpointGroups
    ListEndpointGroups
    CreateEndpointGroup
    GetBasicEndpoint
    DescribeCustomRoutingEndpoint

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:6FEA0CF3-D3B9-43E5-A304-D217037876A8

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
Resource.QuotaFull
The resource quota is exceeded.诊断
400
NotExist.EndPointGroup
The endpoint group does not exist.诊断
400
StateError.EndPointGroup
The specified state of endpoint group is invalid.诊断
400
NotExist.Listener
The listener does not exist.诊断
400
NotActive.Listener
The state of the listener is not active.诊断
400
NotExist.Accelerator
The accelerated instance does not exist.诊断
400
StateError.Accelerator
The state of the accelerated instance is invalid.诊断
403
Forbbiden.SubUser
You are not authorized to operate on the specified resource because your account was created by another user.诊断
403
Forbidden
The user is not authorized to operate on the specified resource.诊断
500
UnknownError
An error occurred while processing your request. Please try again. If the error persists, please submit a ticket.诊断

变更历史

暂无变更历史

相关示例

创建删除更新终端节点组
2022-12-26