Get Vcenter Manager

Get Vcenter Manager

Show vCenter manager details

Request
URI
GET
https://vrni.example.com/api/ni/entities/vcenter-managers/{id}
COPY
Path Parameters
string
id
Required

The Entity ID of object requestion information on

Query Parameters
integer
time
Optional

Time in epoch seconds


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VCenterManager of type(s) application/json
This response body class contains all of the following: BaseManager
{
    "entity_id": "1000:104:12213212",
    "name": "My Name",
    "entity_type": "VirtualMachine",
    "ip_address": {
        "ip_address": "string",
        "netmask": "string",
        "network_address": "string"
    },
    "fqdn": "string",
    "vm": {
        "entity_id": "string",
        "entity_type": "VirtualMachine"
    },
    "nsx_manager": {
        "entity_id": "string",
        "entity_type": "VirtualMachine"
    },
    "vc_uuid": "string"
}

400

Bad Request

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details


401

Unauthorized

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure