VrmsInfo

VrmsInfo
VrmsInfo

Detailed information about the vSphere Replication Management Server.

JSON Example
{
    "id": "string",
    "url": "string",
    "name": "string",
    "server_status": "string",
    "certificates": [
        {
            "serial_number": 0,
            "not_after": "string",
            "not_before": "string",
            "signature": [
                "string"
            ],
            "version": 3,
            "issuer_dn": "C=US, OU=DR Division, O=\"VMware, Inc.\", CN=\"VMware, Inc.\"",
            "subject_dn": "C=US, OU=DR Division, O=\"VMware, Inc.\", CN=\"VMware, Inc.\"",
            "sig_alg_name": "SHA256withRSA",
            "sig_alg_oid": "1.2.840.10040.4.3",
            "public_key": "string",
            "public_key_format": "X.509",
            "public_key_algorithm": "RSA",
            "thumbprint": "string",
            "certificate": "string",
            "issuer_unique_id": [
                false
            ],
            "subject_unique_id": [
                false
            ],
            "key_usage": [
                false
            ],
            "issuer_alternative_names": [
                "string"
            ],
            "subject_alternative_names": [
                "string"
            ],
            "extended_key_usage": [
                "string"
            ]
        }
    ],
    "certificate_warnings": [
        {
            "server_guid": "string",
            "server_url": "string",
            "certificate": {
                "serial_number": 0,
                "not_after": "string",
                "not_before": "string",
                "signature": [
                    "string"
                ],
                "version": 3,
                "issuer_dn": "C=US, OU=DR Division, O=\"VMware, Inc.\", CN=\"VMware, Inc.\"",
                "subject_dn": "C=US, OU=DR Division, O=\"VMware, Inc.\", CN=\"VMware, Inc.\"",
                "sig_alg_name": "SHA256withRSA",
                "sig_alg_oid": "1.2.840.10040.4.3",
                "public_key": "string",
                "public_key_format": "X.509",
                "public_key_algorithm": "RSA",
                "thumbprint": "string",
                "certificate": "string",
                "issuer_unique_id": [
                    false
                ],
                "subject_unique_id": [
                    false
                ],
                "key_usage": [
                    false
                ],
                "issuer_alternative_names": [
                    "string"
                ],
                "subject_alternative_names": [
                    "string"
                ],
                "extended_key_usage": [
                    "string"
                ]
            }
        }
    ],
    "version": "string",
    "vc_guid": "string",
    "vc_name": "string",
    "extension_key": "string"
}
string As uuid As uuid
id
Optional

id

string
url
Optional

url

string
name
Optional

Name of the server.

string
server_status
Optional

Status of the server.

Possible values are : OK, WARNING, ERROR,
certificates
Optional

Certificates of the current server.

certificate_warnings
Optional

A list of certificate warnings that are related to the server.

string
version
Optional

version

string As uuid As uuid
vc_guid
Optional

GUID of the local vCenter Server

string
vc_name
Optional

Name of the local vCenter Server

string
extension_key
Optional

The extension key under which this server is registered in the Lookup Service.