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: post
Path: /rest/ofscCore/v1/inventories
Deinstall an inventory
Method: post
Path: /rest/ofscCore/v1/inventories/{inventoryId}/custom-actions/deinstall
Delete a file property
Method: delete
Path: /rest/ofscCore/v1/inventories/{inventoryId}/{propertyLabel}
Delete an Inventory
Method: delete
Path: /rest/ofscCore/v1/inventories/{inventoryId}
Get a file property
Method: get
Path: /rest/ofscCore/v1/inventories/{inventoryId}/{propertyLabel}
Get an inventory
Method: get
Path: /rest/ofscCore/v1/inventories/{inventoryId}
Install an inventory
Method: post
Path: /rest/ofscCore/v1/inventories/{inventoryId}/custom-actions/install
Set a file property
Method: put
Path: /rest/ofscCore/v1/inventories/{inventoryId}/{propertyLabel}
Undo deinstall an inventory
Method: post
Path: /rest/ofscCore/v1/inventories/{inventoryId}/custom-actions/undoDeinstall
Undo install an inventory
Method: post
Path: /rest/ofscCore/v1/inventories/{inventoryId}/custom-actions/undoInstall
Update an inventory
Method: patch
Path: /rest/ofscCore/v1/inventories/{inventoryId}