Domain name for API request: vpc.intl.tencentcloudapi.com.
This API is used to modify the VPC endpoint service attributes.
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: ModifyVpcEndPointServiceAttribute. |
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. |
EndPointServiceId | Yes | String | Endpoint service ID |
VpcId | Yes | String | VPC ID |
EndPointServiceName | No | String | Endpoint service name |
AutoAcceptFlag | No | Boolean | Whether to automatically accept VPC endpoint connection requests. Valid values: true : yesfalse : no |
ServiceInstanceId | No | String | Real server ID in the format of lb-xxx . |
Parameter Name | Type | Description |
---|---|---|
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: ModifyVpcEndPointServiceAttribute
<Common request parameters>
{
"AutoAcceptFlag": true,
"EndPointServiceName": "Test",
"EndPointServiceId": "vpcsvc-kngiybxl",
"VpcId": "vpc-hj3he929"
}
{
"Response": {
"RequestId": "fefb383a-7394-46c9-ba34-6b21e8fb3ac1"
}
}
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.Malformed | Invalid input parameter format. |
MissingParameter | Missing parameter. |
ResourceInUse | The resource is occupied. |
ResourceNotFound | The resource does not exist. |
ResourceUnavailable | The resource is unavailable. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.VpcMismatch | The resources are not in the same VPC. |
문제 해결에 도움이 되었나요?