本接口用于修改外网防火墙。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifySecurityGroupAttribute | 公共参数。该参数表示接口名称。取值:ModifySecurityGroupAttribute。 |
Version | String | 是 | 2021-04-30 | 公共参数。该参数表示接口版本。取值:2021-04-30。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
group_identity | String | 是 | veew-sg-2551200256591525**** | 外网防火墙的 ID。您可以通过 DescribeSecurityGroups 接口查询外网防火墙的 ID。 |
name | String | 是 | New_SG_name | 外网防火墙的名称。命名规则如下:
|
remark | String | 否 | test | 外网防火墙的描述。最多可输入 80 个字符。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
security_group | 请参见返回示例 | 外网防火墙的详细信息。 |
POST https://veenedge.volcengineapi.com/?Action=ModifySecurityGroupAttribute&Version=2021-04-30 &<其他公共参数> { "group_identity": "veew-sg-9250505551518201****", "name":"new-test" }
{ "ResponseMetadata": { "RequestId": "2023051916470136425C037E71C574****", "Action": "ModifySecurityGroupAttribute", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "security_group": { "group_identity": "veew-sg-9250505551518201****", "account_identity": 210000****, "user_identity": 0, "name": "new-test", "region": "EastChina", "city": "321000", "cluster_name": "****-yzcm", "vpc_identity": "vpc-djxn57****", "vpc_name": "扬州移动01-默认VPC", "vpc_cidr": [ "172.**.**.64/26" ], "group_type": "custom", "remark": "", "ingress_rule": { "total": 0, "rules": [] }, "egress_rule": { "total": 0, "rules": [] }, "binds": { "total": 0, "binds": [] }, "cluster_name_alias": "扬州移动01", "create_time": 1684481333, "update_time": 1684486021 } } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。