CLI commands for Cloudera Private Links Network

Learn more about the available CLI command for Cloudera Private Links Network.

Command Description
create-private-link-endpoint Creating private endpoints.
authorize-private-link-service-access Authorize private link service’s access for the Azure subscription ID. It returns the list of private link service names and their respective authorization status.
list-private-link-endpoint-statuses

This command can be used after creating private endpoints using the cdp create-private-link-endpoint command, after deleting private endpoints by using the cdp delete-private-link-endpoint command.

Pass the tracking-id returned from the create or delete command to get the status of request.

list-private-link-services-for-region

Returns a list of the private endpoints services that are supported for the Azure region. It returns the list of private endpoint service names and the mapped service component.

You can use this command to check which private endpoint services are supported in your Azure region.

delete-private-link-endpoint Delete a previously created private link endpoint. This first deletes the associated private dns zones and VNet links, and then deletes the endpoints specified.
revoke-private-link-service-access Revokes Private Link service access authorization for a previously authorized subscription ID. This is the inverse operation of authorize-private-link-service-access. This command removes the subscription from the visibility and auto-approval list of the Private Link services for the specified region and service group. Returns the revocation status along with a list of service components and their respective revocation status. For more information, see the Revoking Private Link access documentation.
get-private-link-status Retrieves the current status of Private Links for a given VNet. Returns whether Private Link is ENABLED or DISABLED for the specified network. The status is ENABLED only when all Private Link endpoints in that network have been successfully created and are active. You can quickly verify with this command whether the Private Link is operational in your cloud network without needing a tracking ID.

For the full list of command references, see CDP CLI documentation.