Inventories REST Endpoints
Core/Inventories
The inventories resource is used to view, create, update, or delete an inventory. It is also used to create or retrieve the file property for a specific inventory. Actions such as install inventory, deinstall inventory, and so on are also supported on this resource.
- Create inventories
- Method: postPath:
/rest/ofscCore/v1/inventories - Deinstall an inventory
- Method: postPath:
/rest/ofscCore/v1/inventories/{inventoryId}/custom-actions/deinstall - Delete a file property
- Method: deletePath:
/rest/ofscCore/v1/inventories/{inventoryId}/{propertyLabel} - Delete an Inventory
- Method: deletePath:
/rest/ofscCore/v1/inventories/{inventoryId} - Get a file property
- Method: getPath:
/rest/ofscCore/v1/inventories/{inventoryId}/{propertyLabel} - Get an inventory
- Method: getPath:
/rest/ofscCore/v1/inventories/{inventoryId} - Install an inventory
- Method: postPath:
/rest/ofscCore/v1/inventories/{inventoryId}/custom-actions/install - Set a file property
- Method: putPath:
/rest/ofscCore/v1/inventories/{inventoryId}/{propertyLabel} - Undo deinstall an inventory
- Method: postPath:
/rest/ofscCore/v1/inventories/{inventoryId}/custom-actions/undoDeinstall - Undo install an inventory
- Method: postPath:
/rest/ofscCore/v1/inventories/{inventoryId}/custom-actions/undoInstall - Update an inventory
- Method: patchPath:
/rest/ofscCore/v1/inventories/{inventoryId}