调用 DisassociateCenBandwidthPackage 接口,解除带宽包实例与云企业网实例之间的绑定关系。
调用该接口时,请确保目标带宽包下不存在域间带宽,否则会失败。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DisassociateCenBandwidthPackage | 要执行的操作,取值为DisassociateCenBandwidthPackage。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
CenId | String | 是 | cen-7qthudw0ll6jmc**** | 云企业网实例ID。 |
CenBandwidthPackageId | String | 是 | cbp-4c2zaavbvh5fx**** | 带宽包的ID。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=DisassociateCenBandwidthPackage&Version=2020-04-01&CenBandwidthPackageId=cbp-4c2zaavbvh5fx****&CenId=cen-7qthudw0ll6jmc**** HTTP/1.1 Host: open.volcengineapi.com Service: cen Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021081115253901022514606****", "Action": "DisassociateCenBandwidthPackage", "Version": "2020-04-01", "Service": "cen", "Region": "cn-beijing" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidCenBandwidthPackage.InUse | The bandwidth package of the specified geographic regions is in use. | 指定地理区域间的带宽包正在使用中。 |
400 | InvalidCenBandwidthPackage.InvalidStatus | Specified CEN bandwidth package is being operated now. | 指定的带宽包所处状态无法响应该请求,请稍后重试。 |
404 | InvalidCen.NotFound | The specified CEN does not exist. | 指定的云企业网实例不存在。 |
404 | InvalidCenBandwidthPackage.NotFound | The bandwidth package of the specified geographic regions does not exist. | 指定的带宽包不存在。 |
404 | InvalidCenBandwidthPackage.NotInUse | Specified bandwidth package has not been associated with any CEN. | 指定的带宽包尚未关联至云企业网实例。 |
409 | InvalidCen.InvalidStatus | The specified CEN instance is not in the correct status for the request. | 指定的云企业网实例所处的状态无法响应该请求,请稍后再试。 |