调用AttachSecurityGroupToVpcEndpoint接口,为终端节点绑定安全组,操作说明和注意事项请参见更改关联安全组。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AttachSecurityGroupToVpcEndpoint | 要执行的操作,取值为AttachSecurityGroupToVpcEndpoint。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
EndpointId | String | 是 | ep-273yuq6q7bgn47fap8squ**** | 终端节点的ID。您可以调用DescribeVpcEndpoints接口获取终端节点的ID。 |
SecurityGroupId | String | 是 | sg-bp67acfmxazb4p**** | 安全组的ID。您可以调用DescribeSecurityGroups接口获取安全组ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28D**** | 请求ID。 |
GET /?Action=AttachSecurityGroupToVpcEndpoint&Version=2020-04-01&EndpointId=ep-273yuq6q7bgn47fap8squ****&SecurityGroupId=sg-bp67acfmxazb4p**** HTTP/1.1 Host: open.volcengineapi.com Service: privatelink Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "AttachSecurityGroupToVpcEndpoint", "Version": "2020-04-01", "Service": "privatelink", "Region": "cn-guangzhou" }, "Result": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter | The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request; for example, the 'XXX'. | 该请求缺少必要参数。请确保发起请求已提供全部必要参数,比如XXX。 说明 其中,XXX表示缺少的参数名称。 |
400 | InvalidSecurityGroup.Conflict | The specified security group is duplicated. | 指定的安全组重复。 |
400 | InvalidEndpoint.InvalidStatus | The specified endpoint is not in the correct status for the request. | 指定的终端节点所处的状态无法响应该请求。 |
400 | UnsupportedOperation.AccountArrears | The request on the specified instance is denied due to the account in arrears status. | 因账户处于欠费状态,对于该实例的操作请求被拒绝。 |
400 | SecurityGroupExist | The specified security group already exists. | 指定的安全组已经存在。 |
400 | InvalidSecurityGroup.VpcMismatch | The specified security group and endpoint are not in the same VPC. | 指定的安全组和终端节点不在同一个VPC。 |
400 | QuotaExceeded.SecurityGroup | The number of security groups bound to the ENI exceeded quota. | 当前网卡已达到可创建安全组的数量上限。 |
400 | InvalidSecurityGroup.VpcMismatch | The specified security group and elastic network interface are not in the same VPC. | 指定的安全组和弹性网卡不在同一个 VPC。 |
400 | InvalidAccount.SecurityGroupMisMatch | The specified account and security group don't match. | 指定的账户和安全组不匹配。 |
403 | Forbidden.SpecifiedSecurityGroup | You are not authorized to perform operations on the specified security group.The specified security group is a service-managed security group. | 无权限对指定安全组进行操作。指定的安全组为云产品托管的安全组。 |
404 | SecurityGroup.NotFound | The specified security group does not exist. | 指定的安全组不存在。 |
404 | InvalidEndpoint.NotFound | The specified endpoint does not exist. | 指定的终端节点不存在。 |
404 | InvalidEndpointService.NotFound | The specified EndpointService does not exist. | 指定的终端节点服务不存在。 |
409 | InvalidSecurityGroupId.Conflict | The specified security group is duplicated with another security group associated with the same elastic network interface. | 指定的安全组已关联至该网卡,无法重复绑定。 |