tencent cloud

文档反馈

CreateVpcEndPointService

最后更新时间:2023-08-23 14:11:20

1. API Description

Domain name for API request: vpc.tencentcloudapi.com.

This API is used to create an endpoint service.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: CreateVpcEndPointService.
Version Yes String Common Params. The value used for this API: 2017-03-12.
Region No String Common Params. This parameter is not required for this API.
VpcId Yes String VPC instance ID
EndPointServiceName Yes String Endpoint service name
AutoAcceptFlag Yes Boolean Whether to automatically accept
ServiceInstanceId Yes String Real server ID, such as lb-xxx.
IsPassService No Boolean (Disused) Whether it’s a PaaS service
ServiceType No String Mounted PaaS service type. Values: CLB (default), CDB, CRS

3. Output Parameters

Parameter Name Type Description
EndPointService EndPointService Endpoint service details
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Creating an endpoint service

Input Example

POST / HTTP/1.1
Host: vpc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateVpcEndPointService
<Common request parameters>

{
    "AutoAcceptFlag": true,
    "EndPointServiceName": "Test",
    "VpcId": "vpce-h0fk8lfc",
    "IsPassService": true,
    "ServiceInstanceId": "lb-nswq8wkq",
    "ServiceType": "CLB"
}

Output Example

{
    "Response": {
        "RequestId": "b237f475-49b3-4b10-af8e-071e0a5c7d7a",
        "EndPointService": {
            "VpcId": "vpc-hj3he929",
            "AutoAcceptFlag": "false",
            "ServiceInstanceId": "lb-nswq8wkq",
            "ServiceName": "test_002",
            "EndPointServiceId": "vpcsvc-kngiybxl",
            "ServiceVip": "10.101.1.11",
            "CreateTime": "0000-00-00 00:00:00",
            "ServiceOwner": "1254277469",
            "EndPointCount": 1,
            "EndPointSet": []
        }
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InternalError.ModuleError Internal module error
InvalidParameterValue.Empty Missing parameters.
InvalidParameterValue.Malformed Invalid input parameter format.
InvalidParameterValue.TooLong Invalid parameter value. The parameter value is too long.
LimitExceeded Quota limit is reached.
ResourceInUse The resource is occupied.
ResourceNotFound The resource does not exist.
ResourceUnavailable The resource is unavailable.
UnsupportedOperation Unsupported operation.
UnsupportedOperation.InstanceMismatch The specified instance resource does not match.
UnsupportedOperation.NotMatchTargetService The target service specified does not match the one specified in the IP application.
UnsupportedOperation.ResourceIsInvalidState Operation prohibited: The resource is not available.
UnsupportedOperation.RoleNotFound No roles available. Please confirm whether you get the authorization for the role.
UnsupportedOperation.VpcMismatch The resources are not in the same VPC.