Skip to contents

This function is deprecated. Use `get_control_plane_url()` for control plane operations or `get_data_plane_url()` for vector operations.

Usage

get_url(controller, set_path = NA)

Arguments

controller

Controller name (ignored in new API)

set_path

API path

Value

Full URL string

Examples

if (FALSE) { # \dontrun{
# Old usage (deprecated):
get_url("controller", "databases")

# New usage:
get_control_plane_url("indexes")
} # }