调用ModifyDirectConnectGatewayAttributes修改指定专线网关的名称、描述信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyDirectConnectGatewayAttributes | 要执行的操作,取值为ModifyDirectConnectGatewayAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectGatewayId | String | 是 | dcg-7qthudw0ll6jmc**** | 待修改信息的专线网关的ID。您可调用DescribeDirectConnectGateways查询专线网关的ID。 |
DirectConnectGatewayName | String | 否 | test | 专线网关的名称。
|
Description | String | 否 | This is a sample description | 专线网关的描述信息。
|
EnableIpv6 | Boolean | 否 | false | 是否启用IPv6。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202111161611080102121461940900**** | 请求ID。 |
GET /?Action=ModifyDirectConnectGatewayAttributes&Version=2020-04-01&DirectConnectGatewayId=dcg-7qthudw0ll6jmc****&DirectConnectGatewayName=test&Description=test HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202111161611080102121461940900****", "Action": "ModifyDirectConnectGatewayAttributes", "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 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidDirectConnectGateway.InvalidStatus | The specified direct connect gateway is not in the correct status for the request. | 指定的专线网关所处的状态无法响应该请求。 |
400 | InvalidDirectConnectGateway.InvalidBusinessStatus | The specified direct connect gateway is not in the correct status for the request. The specified direct connect gateway is in freeze. | 指定的专线网关所处的状态无法响应该请求。当前专线网关被冻结。 |
400 | InvalidDirectConnectGateway.DisableIPv6 | The specified direct connect gateway does not support disabling IPv6. | 指定的专线网关不支持禁用IPv6。 |
403 | Forbidden.IPv6 | You are not authorized to operate IPv6 functions. | 无权限操作IPv6功能。 |
404 | InvalidDirectConnectGateway.NotFound | The specified direct connect gateway does not exist. | 指定的专线网关不存在。 |