调用 AssociateNetworkAcl 接口,为网络ACL关联子网。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AssociateNetworkAcl | 要执行的操作。取值:AssociateNetworkAcl。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
NetworkAclId | String | 是 | nacl-bp1fg655nh68xyz9**** | 网络ACL的ID。 |
Resource.N.ResourceId | String | 是 | Resource.1.ResourceId=subnet-67acfmxazb4p****&Resource.2.ResourceId=subnet-g655nh68xyz9**** | 待关联子网的ID。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=AssociateNetworkAcl&Version=2020-04-01&NetworkAclId=nacl-bp1fg655nh68xyz9****&Resource.1.ResourceId=subnet-67acfmxazb4p****&Resource.2.ResourceId=subnet-g655nh68xyz9**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "AssociateNetworkAcl", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****", } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidNetworkAcl.InvalidStatus | The specified Network ACL is not in the correct status for the request. | 指定的网络ACL所处状态无法响应该请求。 |
400 | InvalidResource.Associated | The specified resource has been associated. | 指定的资源关联关系已存在。 |
400 | InvalidResource.Disorder | The specified resource index orders are malformed. | 指定的资源条目的序号不合法。 |
400 | InvalidResource.VpcMismatch | The specified resource is not under the same vpc as the Network ACL. | 指定的资源与网络ACL不在同一个VPC下。 |
400 | InvalidSubnet.InvalidStatus | The specified subnet is not in the correct status for the request. | 指定的子网所处的状态无法响应该请求。 |
400 | LimitExceeded.ResourceId | You've reached the limit on the number of resources that you can operate one time. | 已达到单次可操作关联资源数量的上限。 |
404 | InvalidSubnet.NotFound | The specified subnet does not exist. | 指定的子网不存在。 |
404 | InvalidNetworkAcl.NotFound | The specified Network ACL does not exist. | 指定的网络ACL不存在。 |