Get View Composer By VC Id

Get View Composer By VC Id

Gets monitoring information of view composer for a given virtual center

Request
URI
GET
https://{api_host}//localhost/rest/monitor/v1/view-composers/{vcId}
COPY
Path Parameters
string
vcId
Required

vcId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ViewComposerMonitorInfoV2 of type(s) */*
{
    "connection_servers": [
        {
            "certificate": {
                "valid": true,
                "valid_from": 1561939200000,
                "valid_to": 1561939200000
            },
            "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
            "last_updated_timestamp": 1582029025748,
            "name": "cs1.example.com",
            "status": "OK",
            "thumbprint_accepted": false
        }
    ],
    "details": {
        "api_verion": 3.5,
        "build": 1234567,
        "min_esx_version": 5.5,
        "min_vc_version": 5.5,
        "referenced_vcs": [
            "string"
        ],
        "version": "7.9.0.12345"
    },
    "name": "composer1.example.com",
    "port": 18443
}
connection_servers
Required

Information about the View Composer connections from each of the connection servers.

details
Required

details

string
name
Required

View Composer server host name or IP address.

integer As int32 As int32
port
Required

View Composer server port number.


401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure