调用ModifyCustomerGatewayAttributes修改指定用户网关的名称、描述信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyCustomerGatewayAttributes | 要执行的操作,取值:ModifyCustomerGatewayAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
CustomerGatewayId | String | 是 | cgw-3tehy13n2l4c6c0v**** | 用户网关实例的ID。您可调用DescribeCustomerGateways查询用户网关的ID信息。 |
CustomerGatewayName | String | 否 | CGW-q04n | 用户网关实例的名称。
|
Description | String | 否 | This is a sample description | 用户网关实例的描述。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202203211611080102121461940900**** | 请求ID。 |
GET /?Action=ModifyCustomerGatewayAttributes&Version=2020-04-01&CustomerGatewayId=cgw-2d670j2o9lc0058ozfddg****&CustomerGatewayName=test&Description=test HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202203211611080102121461940900****", "Action": "ModifyCustomerGatewayAttributes", "Version": "2020-04-01", "Service": "vpn", "Region": "cn-beijing" }, "Result": { "RequestId": "202203211611080102121461940900****" } }
此处仅展示当前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 | InvalidCustomerGateway.InvalidStatus | The specified customer gateway is not in the correct status for the request. | 指定的用户网关所处的状态无法响应该请求。 |
404 | InvalidCustomerGateway.NotFound | The specified customer gateway does not exist. | 指定的用户网关不存在。 |