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
| Parameter | Type | Required | Description |
|---|---|---|---|
-Managers | string[] | No | Management Service endpoints to target; when omitted the active workspace's managers are used. |
-Port | int | No | Management Service port for bare-host managers. Default 7801. |
-Token | string | No | Admin bearer token for authenticated control-plane calls. |
-TimeoutSec | int | No | Per-request timeout in seconds. Default 30. |
Examples
Report whether each connected manager has control-plane HTTPS enabled and its server certificate ready.
Get-ZrManagementHttpsStatus