API Guide
PUT /vm-managers/{id}
Updates a specific VM manager using the VM manager ID.
API
PUT /vm-managers/{id}
Description This API updates the VM manager by ID.
Parameters
Table 88. API parameters
Filter name Description
*id
string
(path)
Unique identifier of the vCenter/NSX to update.
body For example:
{
"type": "VCENTER",
"name": "string",
"description": "string",
"url": "string",
"username": "string",
"password": "string"
}
Responses 200 — Successful update
{
"new_object_id": null,
"id": "vm_manager_update_successful",
"message": "VmManager updated successfully
",
"messageParams": [
"102:51773391620440069"
],
"messages": [
{
"id": "vm_manager_update_successful"
"message": " VmManager updated successfully ",
"field_name": null,
"messageParams": [
"102:51773391620440069"
]
}
]
}
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"
]
}
VM-managers
193










