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_identifierstringOptional>=1 character
The ID or name of the inventory to populate with nodes
nodeslist of objectsOptional
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
statusstring
resultobject
messagestring
Success message with operation summary

Errors

500
Internal Server Error