The deck gateway ping
command checks that decK can contact the Admin API. This could be either the Konnect API, or an on-prem installation.
deck gateway ping
validates both network connectivity and authentication details.
The deck gateway ping
command checks that decK can contact the Admin API. This could be either the Konnect API, or an on-prem installation.
deck gateway ping
validates both network connectivity and authentication details.
deck gateway ping --kong-addr https://example.com:8001
deck gateway ping \
--konnect-token $KONNECT_TOKEN \
--konnect-addr https://us.api.konghq.com \
--konnect-control-plane-name default
Usage:
deck gateway ping [flags]
Flags:
-h, --help help for ping
-w, --workspace string Ping configuration with a specific Workspace (Kong Enterprise only).
Useful when RBAC permissions are scoped to a Workspace.