Call CreateVpcEndpoint to create an access endpoint for a ledger instance in a VPC.

Request parameters

Parameter Type Required Example Description
Action String Required CreateVpcEndpoint

The operation that you want to perform. Valid values: CreateVpcEndpoint

LedgerId String Required l-c8cc7be3eea542axxxxxxxxxx

The Ledger instance ID that needs to be created to access the endpoint.

VpcId String Required vpc-bp15nlkfxxxxxxxxxxxxx

The ID of the VPC to which the endpoint belongs.

VSwitchId String Required vsw-bp1l50xxxxxxxxxxxx

The ID of the vSwitch to which the access endpoint belongs.

ClientToken String No 123e4567-e89b-12d3-a456-426655440000

This parameter ensures the idempotency of each request. Each client generates a unique token to identify different requests. Only ASCII characters are allowed. It can contain up to 64 ASCII characters.

Response parameters

Parameter Type Example Description
RequestId String 89E6B5F5-7511-46A7-9EDB-3C6F8AA4D48C

The request ID.

VpcEndpointId String xxxxxxxxxxxxxx.ledgerdb.aliyuncs.com

The ID of the access endpoint.

Examples

Sample requests

http(s)://[Endpoint]/? Action=CreateVpcEndpoint
&LedgerId=l-c8cc7be3eea542axxxxxxxxxx
&VpcId=vpc-bp15nlkfxxxxxxxxxxxxx
&VSwitchId=vsw-bp1l50xxxxxxxxxxxx
&<Common request parameters>

Sample success responses

XML format

<RequestId>89E6B5F5-7511-46A7-9EDB-3C6F8AA4D48C</RequestId>
<VpcEndpointId>xxxxxxxxxxxxxx.ledgerdb.aliyuncs.com</VpcEndpointId>

JSON format

{"RequestId":"89E6B5F5-7511-46A7-9EDB-3C6F8AA4D48C","VpcEndpointId":"xxxxxxxxxxxxxx.ledgerdb.aliyuncs.com"}

Error codes

HttpCode Error code Error message Description
400 InvalidParameter The specified parameter %s is invalid. The error message returned because the specified parameters are invalid.
400 MissingParameter You must specify the parameter %s. The error message returned when the client token is not specified.
404 ResourceNotFound The specified resource %s does not exist. Resource not found
409 ResourceAlreadyExist The resource %s already exists. The resource already exists.
403 UnauthorizedOperation You are not authorized to perform this operation. %s No operation permissions

For a list of error codes, visit the API Error Center.