networking
Update a PrivateLink endpoint
Updates a PrivateLink endpoint (name, privateDns).
patch/v1/networking/privatelink/endpoints/{endpointId}
Path parameters
endpointIdstring required
The unique identifier of the PrivateLink endpoint.
Example:ple_a1b2c3d4e5f6g7h8
The unique identifier of the PrivateLink endpoint.
Query parameters
projectIdstring required
The project ID the PrivateLink endpoint belongs to.
Example:prj_a1b2c3d4e5f6g7h8
The project ID the PrivateLink endpoint belongs to.
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Request body
Example request
{
"name": "payments-db"
}Response
The updated PrivateLink endpoint.
Example response
{
"endpointId": "ple_a1b2c3d4e5f6g7h8",
"name": "payments-db",
"teamId": "team_a1b2c3d4e5f6g7h8",
"projectId": "prj_a1b2c3d4e5f6g7h8",
"vercelRegion": "iad1",
"awsServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-0123456789abcdef0",
"vpcEndpointId": "vpce-0123456789abcdef0",
"awsDnsEntries": [
"vpce-0123456789abcdef0-a1b2c3d4.vpce-svc-0123456789abcdef0.us-east-1.vpce.amazonaws.com"
],
"privateDnsNames": [
"payments.internal.example.com"
],
"status": "available",
"statusMessage": "Endpoint did not become available in time. Try deleting and recreating, or visit https://vercel.com/help if the issue persists.",
"createdAt": 1610963878358,
"updatedAt": 1610963878358
}Changes
Changed in 1 of the 43 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○