System Administration >
Configuration
>
Fabric
>
Compute Managers
Return inventory configuration
Supports retrieving following configuration of inventory module
1. Soft limit on number of compute managers that can be registered.
Request:
Method:
GET
URI Path(s):
/api/v1/configs/inventory
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/configs/inventory
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
InventoryConfig
+
InventoryConfig
(
schema
)
Name
Description
Type
Notes
compute_managers_soft_limit
Soft limit on number of compute managers
Soft limit on number of compute managers, which can be added, beyond which,
addition of compute managers will result in warning getting logged
int
Required
Example Response:
{ "compute_managers_soft_limit":5 }
Required Permissions:
read
Feature:
vm_vm_info
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable