调用ModifySharedDirectConnectConnectionAttributes为租户修改共享专线的端口带宽规格。
租户需自行与运营者申请修改共享专线端口带宽规格,运营者根据租户需求修改共享专线的端口带宽规格。
运营者应确保租户共享专线端口带宽变配后,该共享专线所属物理专线下所有共享专线的带宽总和,不超过物理专线的总带宽。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifySharedDirectConnectConnectionAttributes | 要执行的操作,取值:ModifySharedDirectConnectConnectionAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectConnectionId | String | 是 | dcc-e5z1z57glr0g2yjrzamy**** | 共享专线的ID。您可调用DescribeSharedDirectConnectConnections查询共享专线的ID。 |
ExpectBandwidth | Integer | 否 | 1000 | 期望共享专线的带宽,单位:Mbps。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202111161611080102121461940900**** | 请求ID。 |
GET /?Action=ModifySharedDirectConnectConnectionAttributes&Version=2020-04-01&DirectConnectConnectionId=dcc-e5z1z57glr0g2yjrzamy****&ExpectBandwidth=1000 HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202111161611080102121461940900****", "Action": "ModifySharedDirectConnectConnectionAttributes", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "202111161611080102121461940900****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidDirectConnectConnection.InvalidStatus | The specified direct connect connection is not in the correct status for the request. | 指定的物理专线所处的状态无法响应该请求。 |
400 | InvalidSharedDirectConnectConnection.BandwidthMalformed | The specified bandwidth is malformed. Only support bandwidth of given values: 50, 100, 200, 300, 400, 500, 1000, 2000, 5000, 8000, 10000. | 指定的带宽数值不合法。仅支持指定带宽: 50, 100, 200, 300, 400, 500, 1000, 2000, 5000, 8000, 10000。 |
400 | LimitExceeded.Bandwidth | You've reached the limit on the bandwidth that you can create. | 已达到带宽上限。 |
400 | InvalidDirectConnectConnection.BandwidthMalformed | The specified expect bandwidth is malformed | 指定的期望带宽值不合法。 |
400 | InvalidDirectConnectConnection.InvalidStatus | Operation does not support while the specified direct connect connection's bandwidth in changing progress. | 专线变配中,不支持当前操作。 |
400 | LimitExceeded.PhysicalLineBandwidth | You’ve reached the bandwidth limit on the number of physical line. | 已达到物理线路可分配带宽上限。 |
403 | Forbidden | You are not authorized to create a shared connection on the specified bandwidth. | 无权限创建指定带宽的共享专线。 |
403 | InvalidDirectConnectConnection.ConnectionType | The specified direct connect connection does not support bandwidth changes. | 独享物理专线不支持变配操作。 |
404 | InvalidDirectConnectConnection.NotFound | The specified direct connect connection does not exist. | 指定的物理专线不存在。 |