Bulk load inventory nodes
Bulk insert nodes into an inventory. All existing nodes in the inventory are cleared before the new nodes are inserted.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
request body
inventory_identifier
The ID or name of the inventory to populate with nodes
nodes
Array of node objects to insert into the inventory. All existing nodes will be cleared before insertion.
Response
Result of bulk insertion with detailed statistics
status
result
message
Success message with operation summary
Errors
500
Internal Server Error