调用VerifyVpcEndpointServicePrivateDNS接口,验证指定终端节点服务的DNS名称,仅支持验证公网域名,操作说明和注意事项请参见修改/验证私有DNS名称。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | VerifyVpcEndpointServicePrivateDNS | 要执行的操作,取值为VerifyVpcEndpointServicePrivateDNS。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
ServiceId | String | 是 | epsvc-2fe630gurkl37k5gfuy33**** | 终端节点服务的ID。您可以调用DescribeVpcEndpointServices接口获取终端节点服务的ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28D**** | 请求ID。 |
GET /?Action=VerifyVpcEndpointServicePrivateDNS&Version=2020-04-01&ServiceId=epsvc-2fe630gurkl37k5gfuy33**** HTTP/1.1 Host: open.volcengineapi.com Service: privatelink Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "VerifyVpcEndpointServicePrivateDNS", "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。 |
400 | InvalidPrivateDNS.UnsupportedOperation | The request on the specified PrivateDNS is denied due to the PrivateDNS is disabled. | 因为未开启私有DNS功能,该请求被拒绝。 |
400 | InvalidPrivateDNSName.InvalidStatus | The specified PrivateDNSName is not in the correct status for the request. | 指定的私有 DNS 所处的状态无法响应该请求。 |
400 | InvalidPrivateDNSType.UnsupportedOperation | The operation of verifying private dns is not supported by the private type dns. | 私网类型的DNS不支持验证私有DNS功能。 |
403 | Forbidden | You are not authorized to perform operations on the specified service. | 无权限对指定服务进行操作。 |
404 | InvalidEndpointService.NotFound | The specified EndpointService does not exist. | 指定的终端节点服务不存在。 |
409 | InvalidPrivateDNSName.Conflict | The specified PrivateDNSName already exists. | 指定的私有 DNS 名称已存在。 |
409 | InvalidVerifiedPrivateDNSName.Conflict | The specified PrivateDNSName already verified. | 指定的私有 DNS 名称已经被成功验证通过。 |
409 | InvalidVerifyingPrivateDNSName.Conflict | The specified PrivateDNSName is verifying. | 指定的私有 DNS 名称正在被验证中。 |