Custom Inventory Scripts REST Endpoints
Custom Inventory Scripts
REST API endpoints for Custom Inventory Scripts
- Create a Custom Inventory Script
- Method: postPath:
/api/v2/inventory_scripts/ - Delete a Custom Inventory Script
- Method: deletePath:
/api/v2/inventory_scripts/{id}/ - List Custom Inventory Scripts
- Method: getPath:
/api/v2/inventory_scripts/ - List Roles for a Custom Inventory Script
- Method: getPath:
/api/v2/inventory_scripts/{id}/object_roles/ - Retrieve a Custom Inventory Script
- Method: getPath:
/api/v2/inventory_scripts/{id}/ - Update a Custom Inventory Script
- Method: patchPath:
/api/v2/inventory_scripts/{id}/ - Update a Custom Inventory Script
- Method: putPath:
/api/v2/inventory_scripts/{id}/ - Inventory Scripts Copy Create
- Method: postPath:
/api/v2/inventory_scripts/{id}/copy/ - Inventory Scripts Copy List
- Method: getPath:
/api/v2/inventory_scripts/{id}/copy/