Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Create Network Zone

Use /app/form/createLlmNetworkZone to create an administrator-owned outbound allowlist for private provider Endpoints. A Network Zone is not required for a public HTTPS provider.

Fields

FieldRequiredDescription
Host IdYesRead-only host that owns the Zone and any Endpoint that selects it.
Zone NameYesStable operator-friendly name.
Allowed DNS NamesYesJSON array of private provider DNS names. Use [] only when CIDRs carry the complete allowlist.
Allowed CIDRsYesJSON array of approved private IPv4 or IPv6 ranges. Use [] only when DNS names carry the complete allowlist.
Allowed PortsYesNon-empty JSON array of integer ports from 1 through 65535.
Allow Private TLSYesPermit PRIVATE_TLS Endpoints in this Zone.
Allow Private PlaintextYesPermit explicitly acknowledged PRIVATE_PLAINTEXT; keep disabled unless an administrator accepts the risk.

Example for a private TLS provider:

{
  "zoneName": "private-embedding-provider",
  "dnsNames": ["embedding.internal.example.com"],
  "cidrs": ["10.42.0.0/16"],
  "allowedPorts": [443],
  "allowPrivateTls": true,
  "allowPrivatePlaintext": false
}

Choose Apply after editing each structured array. Portal generates the Network Zone Id and aggregate version.

NVIDIA hosted endpoint

Do not create a Network Zone for https://integrate.api.nvidia.com/v1. Its Endpoint uses PUBLIC_TLS, so the Endpoint must leave Network Zone and trust-bundle fields empty. Network Zone rows are real administrator configuration, not one placeholder row per Account.