Read Compute Manager Status

Read Compute Manager Status

Returns connection and version information about a compute manager

Request
URI
GET
https://nsxmanager.your.domain/api/v1/fabric/compute-managers/{compute-manager-id}/status
COPY
Path Parameters
string
compute-manager-id
Required

compute-manager-id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ComputeManagerStatus of type(s) application/json
{
    "version": "string",
    "connection_status": "string",
    "connection_errors": [
        {
            "timestamp": 0,
            "error_message": "string"
        }
    ],
    "last_sync_time": 0,
    "connection_status_details": "string",
    "registration_errors": [
        {
            "timestamp": 0,
            "error_message": "string"
        }
    ],
    "registration_status": "string"
}
string
version
Optional

Version of the compute manager

string
connection_status
Optional

Status of connection with the compute manager

Possible values are : UP, DOWN, CONNECTING,
array of ErrorInfo
connection_errors
Optional

Errors when connecting with compute manager

integer As int64 As int64
last_sync_time
Optional

Timestamp of the last successful update of Inventory, in epoch milliseconds.

string
connection_status_details
Optional

Details about connection status

array of ErrorInfo
registration_errors
Optional

Errors when registering with compute manager

string
registration_status
Optional

Registration status of compute manager

Possible values are : REGISTERED, UNREGISTERED, REGISTERING,

400
Returns BadRequest of type(s) application/json
{
    "details": "string",
    "related_errors": [
        "ApiError Object"
    ],
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
object
error_data
Optional

Additional data about the error

string
details
Optional

Further details about the error

array of ApiError
related_errors
Optional

Other errors related to this error

string
module_name
Optional

The module name where the error occurred

string
error_message
Optional

A description of the error

integer As int64 As int64
error_code
Optional

A numeric error code


403
Returns Forbidden of type(s) application/json
{
    "details": "string",
    "related_errors": [
        "ApiError Object"
    ],
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
object
error_data
Optional

Additional data about the error

string
details
Optional

Further details about the error

array of ApiError
related_errors
Optional

Other errors related to this error

string
module_name
Optional

The module name where the error occurred

string
error_message
Optional

A description of the error

integer As int64 As int64
error_code
Optional

A numeric error code


404

Not Found

Operation doesn't return any data structure

412
Returns PreconditionFailed of type(s) application/json
{
    "details": "string",
    "related_errors": [
        "ApiError Object"
    ],
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
object
error_data
Optional

Additional data about the error

string
details
Optional

Further details about the error

array of ApiError
related_errors
Optional

Other errors related to this error

string
module_name
Optional

The module name where the error occurred

string
error_message
Optional

A description of the error

integer As int64 As int64
error_code
Optional

A numeric error code


500
Returns InternalServerError of type(s) application/json
{
    "details": "string",
    "related_errors": [
        "ApiError Object"
    ],
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
object
error_data
Optional

Additional data about the error

string
details
Optional

Further details about the error

array of ApiError
related_errors
Optional

Other errors related to this error

string
module_name
Optional

The module name where the error occurred

string
error_message
Optional

A description of the error

integer As int64 As int64
error_code
Optional

A numeric error code


503
Returns ServiceUnavailable of type(s) application/json
{
    "details": "string",
    "related_errors": [
        "ApiError Object"
    ],
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
object
error_data
Optional

Additional data about the error

string
details
Optional

Further details about the error

array of ApiError
related_errors
Optional

Other errors related to this error

string
module_name
Optional

The module name where the error occurred

string
error_message
Optional

A description of the error

integer As int64 As int64
error_code
Optional

A numeric error code