API Guide
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"
]
}
]
}
POST /vm-managers
Adds the user-provided vCenter/NSX URL and credentials.
API
POST /vm-managers
Description This API adds vCenter to NSX. SFD will contact the vCenter or NSX and configure the switches for the host
network.
Parameters
Table 86. API parameters
Filter name Description
body Provides input parameters to add vCenter/NSX
based on type. For example:
{
"type": "VCENTER"
"name": "string",
"description": "string",
"url": "string",
"username": "string",
"password": "string"
}
Responses 201 — New entity created successfully
{
"new_object_id":"102:51771201129512964",
"id": " vm_manager_add_successful ",
"message": " VmManager addition is successful ",
"messageParams": [""],
"messages": [
{
"id": "vm_manager_add_successful",
"message": "VmManager addition is successful",
"field_name": "null",
"messageParams": ["”]
}
]
}
190 VM-managers










