Skip to main content

Get-ZrManagementHttpsStatus

Reports control-plane HTTPS status for each connected manager — whether HTTPS is enabled, the certificate source, and whether the server certificate and CA root are ready to serve.

Syntax

Get-ZrManagementHttpsStatus
[-Managers <string[]>] [-Port <int>] [-Token <string>] [-TimeoutSec <int>]

Description

Get-ZrManagementHttpsStatus queries every connected manager and reports whether control-plane HTTPS is enabled, the certificate source (ca or provided), and whether the server certificate and CA root are ready to serve. Use it to verify Enable-ZrManagementHttps before restarting the services: a manager marked HTTPS-on whose server certificate is not yet ready is called out so you can re-provision. Requires an active workspace or an explicit -Managers list.

Parameters

ParameterTypeRequiredDescription
-Managersstring[]NoManagement Service endpoints to target; when omitted the active workspace's managers are used.
-PortintNoManagement Service port for bare-host managers. Default 7801.
-TokenstringNoAdmin bearer token for authenticated control-plane calls.
-TimeoutSecintNoPer-request timeout in seconds. Default 30.

Examples

Report whether each connected manager has control-plane HTTPS enabled and its server certificate ready.

Get-ZrManagementHttpsStatus