Skip to main content
POST
cURL
This endpoint is in Limited Access and may not be available to all users. Refer to the API support policy for more details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cluster_id
string
required

cluster_id is the ID for the cluster.

Body

application/json
external_owner_id
string
required

external_owner_id is the identifier of the owner within the cloud provider for private endpoint connections. A wildcard character ("*") can be used to denote all owners.

type
enum<string>
required
  • AWS_ACCOUNT_ID: AWS_ACCOUNT_ID represents the 12-digit AWS account number.
Available options:
AWS_ACCOUNT_ID

Response

A successful response.

trusted_owner
PrivateEndpointTrustedOwner · object
required

PrivateEndpointTrustedOwner represents a trusted owner entry for private endpoint connections.