NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ComputeManagerStatus (schema)
Runtime status information of the compute manager
| Name | Description | Type | Notes |
|---|---|---|---|
| certificates | Certificates known to NSX for this compute manager List of VC certificates NSX tracks for this compute manager. This contains two entries: one with type MACHINE_SSL for the VC machine SSL (leaf) certificate pinned in the NSX trust store, and one with type CA_CERTIFICATE for the VC trusted root imported into the NSX trust store. Populated by Add, Edit, and the machine SSL certificate refresh flows. |
array of CACertificateData | Readonly |
| connection_errors | Errors when connecting with compute manager | array of ErrorInfo | Readonly |
| connection_status | Status of connection with the compute manager | string | Readonly Enum: UP, DOWN, CONNECTING |
| connection_status_details | Details about connection status | string | Readonly |
| last_sync_time | Timestamp of the last successful update of Inventory, in epoch milliseconds. | EpochMsTimestamp | Readonly |
| machine_ssl_cert_id | NSX trust-store id of the pinned VC machine SSL certificate Identifier of the VC machine SSL (leaf) certificate entry in the NSX trust store. Populated by Add, Edit, and the machine SSL certificate refresh flows. |
string | Readonly |
| oidc_end_point_id | Specifies Id of corresponding OidcEndPoint If Compute manager is trusted as authorization server, then this Id will be Id of corresponding oidc end point. |
string | Readonly |
| registration_errors | Errors when registering with compute manager | array of ErrorInfo | Readonly |
| registration_status | Registration status of compute manager | string | Readonly Enum: REGISTERED, UNREGISTERED, REGISTERING, REGISTERED_WITH_ERRORS |
| version | Version of the compute manager | string | Readonly |