调用ModifyDirectConnectConnectionAttributes修改指定物理专线的名称、描述和带宽等相关信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyDirectConnectConnectionAttributes | 要执行的操作,取值:ModifyDirectConnectConnectionAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectConnectionId | String | 是 | dcc-7qthudw0ll6jmc**** | 待修改信息的物理专线的ID。您可调用DescribeDirectConnectConnections查询物理专线的ID。 |
DirectConnectConnectionName | String | 否 | test | 物理专线的名称。
|
Description | String | 否 | This is a sample description | 物理专线的描述信息。
|
CustomerName | String | 否 | 韩*梅 | 专线联系人姓名。 |
CustomerContactPhone | String | 否 | 185****2333 | 专线联系人联系电话。 |
CustomerContactEmail | String | 否 | exampletest@163.com | 专线联系人联系邮箱。 |
Bandwidth | Integer | 否 | 1000 | 物理专线的带宽,单位:Mbps。不更改该参数时,保持原有配置。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202111161611080102121461940900**** | 请求ID。 |
GET /?Action=ModifyDirectConnectConnectionAttributes&Version=2020-04-01&DirectConnectConnectionId=dcc-7qthudw0ll6jmc****&DirectConnectConnectionName=test&Description=test HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202111161611080102121461940900****", "Action": "ModifyDirectConnectConnectionAttributes", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "202111161611080102121461940900****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidDirectConnectConnection.InvalidStatus | The specified direct connect connection is not in the correct status for the request. | 指定的物理专线所处的状态无法响应该请求。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidDirectConnectConnection.CustomerContactPhoneMalformed | The specified customer contact phone is malformed. | 指定的联系人手机格式不合法。 |
400 | InvalidDirectConnectConnection.CustomerContactEmailMalformed | The specified customer contact email is malformed. | 指定的联系人邮箱格式不合法。 |
400 | InvalidDirectConnectConnection.CustomerNameMalformed | The specified customer name is malformed. | 指定的联系人姓名格式不合法。 |
400 | InvalidDirectConnectConnection.BandwidthInsufficientForSharedConnection | The specified direct connect connection bandwidth is insufficient. It must be greater than or equal to the allocated shared connection bandwidth. | 指定的物理专线带宽值不足,必须大于或等于已分配的共享专线带宽值。 |
400 | InvalidDirectConnectConnection.BandwidthInsufficientForVirtualInterface | The specified direct connect connection bandwidth is insufficient. It must be greater than or equal to the maximum bandwidth limit of the associated virtual interface. | 指定的物理专线带宽值不足,必须大于或等于关联虚拟接口的最大带宽限速值。 |
400 | InvalidDirectConnectConnection.BandwidthMalformed | The specified bandwidth is malformed. | 指定的带宽不合法。 |
400 | InvalidDirectConnectConnection.SharedConnectionInModification | The specified direct connect connection has a shared connection in the process of modification. It is not supported to modify the bandwidth. | 指定的物理专线存在变配中的共享专线,不支持修改带宽值。 |
403 | Forbidden | Operation forbidden in direct connect | 不支持该操作。 |
404 | InvalidDirectConnectConnection.NotFound | The specified direct connect connection does not exist. | 指定的物理专线不存在。 |