API Guide

401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
GET /vm-managers/{id}
Returns a specific VM manager using the VM manager ID.
API
GET /vm-managers/{id}
Description This API returns configured VM manager by given ID.
Parameters
Table 87. API parameters
Filter name Description
*id
string
(path)
Unique identifier of the vCenter/NSX to update.
Responses 200 — vCenter and NSX managed by SFD
{
"id": "102:51771201129512964",
"name": "",
"type": "VCENTER",
"url": "https://10.175.225.12",
"description": "",
VM-managers 191