Run in Enrichment Spreadsheet
Use this function as a column step in
deepline enrich.deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=clickhouse_click_pipe_reverse_private_endpoint_create:{"organizationId":"{{organizationId}}","serviceId":"{{serviceId}}"}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.organizationId | string | Yes | ID of the organization that owns the service. | |
payload.serviceId | string | Yes | ID of the service that owns the Reverse Private Endpoint. | |
payload.description | string | No | Reverse private endpoint description. Maximum length is 255 characters. | |
payload.type | "VPC_ENDPOINT_SERVICE" | "VPC_RESOURCE" | "MSK_MULTI_VPC" | "GCP_PSC_SERVICE_ATTACHMENT" | No | Reverse private endpoint type. | |
payload.vpcEndpointServiceName | string | No | VPC endpoint service name. | |
payload.vpcResourceConfigurationId | string | No | VPC resource configuration ID. Required for VPC_RESOURCE type. | |
payload.vpcResourceShareArn | string | No | VPC resource share ARN. Required for VPC_RESOURCE type. | |
payload.mskClusterArn | string | No | MSK cluster ARN. Required for MSK_MULTI_VPC type. | |
payload.mskAuthentication | "SASL_IAM" | "SASL_SCRAM" | No | MSK cluster authentication type. Required for MSK_MULTI_VPC type. | |
payload.gcpServiceAttachment | string | No | Private Preview. GCP PSC service attachment URI. Required for GCP_PSC_SERVICE_ATTACHMENT type. Format: projects/{project}/regions/{region}/serviceAttachments/{name}. | |
payload.customPrivateDnsMappings | array | No | Optional private DNS names for Reverse Private Endpoint. Can be used as data source destination address. Must be unique across the ClickHouse service. Generally available for Google Private Service Connect (PSC). For AWS PrivateLink (VPC endpoint service and VPC resource), available in Private Preview; contact ClickHouse support to enable it for your service. Not supported for MSK multi-VPC. Supports exact names and leading wildcard names such as *.example.com |
Allowed values
| Field | Allowed values |
|---|---|
payload.type | VPC_ENDPOINT_SERVICE, VPC_RESOURCE, MSK_MULTI_VPC, GCP_PSC_SERVICE_ATTACHMENT |
payload.mskAuthentication | SASL_IAM, SASL_SCRAM |
Output Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
result.data | object | Yes | Provider response payload. | |
result.meta | object | No | Additional response metadata (status, paging). |
Advanced: Direct CLI
Use direct execution for single payload debugging.
deepline tools execute clickhouse_click_pipe_reverse_private_endpoint_create --payload '{
"organizationId": "string",
"serviceId": "string"
}' --json
CLI flags
| Flag | Description |
|---|---|
--json | Print machine-readable output. |
--wait | Wait for terminal provider status when supported. |
--debug | Enable wait mode with additional status/log output. |
--wait-timeout SECONDS | Max seconds to wait in wait mode. |
--poll-interval SECONDS | Polling interval in seconds during wait mode. |
--timeout SECONDS | Request timeout in seconds. |
--connect-timeout SECONDS | Connection timeout in seconds. |
Cost
- Pricing model:
fixed(per call). - Estimated Deepline credits:
0per pricing unit. - Provider-native pricing may still exist outside Deepline credit billing.
- Billing mode:
no_bill.