History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
Domain name for API request: vpc.intl.tencentcloudapi.com.
This API is used to create an endpoint service.
A maximum of 20 requests can be initiated per second for this API.
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 | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| 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 |
| Parameter Name | Type | Description |
|---|---|---|
| EndPointService | EndPointService | Endpoint service details |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: vpc.intl.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"
}{
"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": []
}
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
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. |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários