Get View Composer By VC Id

Get View Composer By VC Id

View Composer is no longer supported from Horizon version 2012 onwards.

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
Optional

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

details
Optional

details

string
name
Optional

View Composer server host name or IP address.

integer As int32 As int32
port
Optional

View Composer server port number.


400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure