Updating Descriptions of VPC Endpoint Connections
Function
This API is used to update descriptions of VPC endpoint connections.
Calling Method
For details, see Calling APIs.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
 - If you are using identity policy-based authorization, the following identity policy-based permissions are required. 
     
Action
Access Level
Resource Type (*: required)
Condition Key
Alias
Dependencies
vpcep:endpointServices:updateConnectionDescription
Write
endpointServices *
-
- vpcep:connections:update
 
-
 
URI
PUT /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}/connections/description
| 
         Parameter  | 
       
         Mandatory  | 
       
         Type  | 
       
         Description  | 
      
|---|---|---|---|
| 
         project_id  | 
       
         Yes  | 
       
         String  | 
       
         Specifies the tenant ID.  | 
      
| 
         vpc_endpoint_service_id  | 
       
         Yes  | 
       
         String  | 
       
         Specifies the ID of the VPC endpoint service.  | 
      
Request Parameters
| 
         Parameter  | 
       
         Mandatory  | 
       
         Type  | 
       
         Description  | 
      
|---|---|---|---|
| 
         connections  | 
       
         Yes  | 
       
         Array of ConnectionsDesc objects  | 
       
         Specifies the VPC endpoint connections.  | 
      
Response Parameters
Status code: 200
| 
         Parameter  | 
       
         Type  | 
       
         Description  | 
      
|---|---|---|
| 
         connections  | 
       
         Array of ConnectionEndpoints objects  | 
       
         Specifies the connection list.  | 
      
| 
         Parameter  | 
       
         Type  | 
       
         Description  | 
      
|---|---|---|
| 
         id  | 
       
         String  | 
       
         Specifies the unique ID of the VPC endpoint.  | 
      
| 
         marker_id  | 
       
         Integer  | 
       
         Specifies the packet ID of the VPC endpoint.  | 
      
| 
         created_at  | 
       
         String  | 
       
         Specifies when the VPC endpoint was created. The UTC time format YYYY-MM-DDTHH:MM:SSZ is used.  | 
      
| 
         updated_at  | 
       
         String  | 
       
         Specifies when the VPC endpoint was updated. The UTC time format YYYY-MM-DDTHH:MM:SSZ is used.  | 
      
| 
         domain_id  | 
       
         String  | 
       
         Domain ID of a user.  | 
      
| 
         error  | 
       
         Array of QueryError objects  | 
       
         Specifies the error message. This field is returned when the VPC endpoint is abnormal, that is, the value of status is failed.  | 
      
| 
         status  | 
       
         String  | 
       
         Specifies the status of the VPC endpoint. 
  | 
      
| 
         description  | 
       
         String  | 
       
         Specifies the description of a VPC endpoint connection.  | 
      
Example Requests
Updating the description of a VPC endpoint connection
https://{endpoint}/v1/{project_id}/vpc-endpoint-services/813d9300-8473-405b-bfcd-f711117bad65/connections/description
{
  "connections" : [ {
    "id" : "0df78897-35b0-4a93-ad17-0bc0585f546b",
    "description" : "Specifies the VPC endpoint 1, which belongs to account [0605767a3300d5762fb7c0186d9e1779]abc_26."
  }, {
    "id" : "0d837f75-90d5-4528-bd11-5d974238ebca",
    "description" : "Specifies the VPC endpoint 2, which belongs to account [7876999999999]abc_26."
  } ]
}
  Example Responses
Status code: 200
The server has successfully processed the request.
{
  "connections" : [ {
    "id" : "0d837f75-90d5-4528-bd11-5d974238ebca",
    "status" : "accepted",
    "description" : "Specifies the VPC endpoint 2, which belongs to account [7876999999999]abc_26.",
    "marker_id" : 302008767,
    "domain_id" : "05b5408a0a80d2b10f06c0184a774460",
    "created_at" : "2022-04-14T02:09:08Z",
    "updated_at" : "2022-04-14T07:55:40Z"
  }, {
    "id" : "0df78897-35b0-4a93-ad17-0bc0585f546b",
    "status" : "accepted",
    "description" : "Specifies the VPC endpoint 1, which belongs to account [0605767a3300d5762fb7c0186d9e1779]abc_26.",
    "marker_id" : 302001833,
    "domain_id" : "05b5408a0a80d2b10f06c0184a774460",
    "created_at" : "2022-04-14T01:59:31Z",
    "updated_at" : "2022-04-14T07:57:39Z"
  } ]
}
  Status Codes
| 
         Status Code  | 
       
         Description  | 
      
|---|---|
| 
         200  | 
       
         The server has successfully processed the request.  | 
      
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.