Custom Inventory Scripts REST Endpoints

Custom Inventory Scripts

REST API endpoints for Custom Inventory Scripts

Create a Custom Inventory Script
Method: post
Path: /api/v2/inventory_scripts/
Delete a Custom Inventory Script
Method: delete
Path: /api/v2/inventory_scripts/{id}/
List Custom Inventory Scripts
Method: get
Path: /api/v2/inventory_scripts/
List Roles for a Custom Inventory Script
Method: get
Path: /api/v2/inventory_scripts/{id}/object_roles/
Retrieve a Custom Inventory Script
Method: get
Path: /api/v2/inventory_scripts/{id}/
Update a Custom Inventory Script
Method: patch
Path: /api/v2/inventory_scripts/{id}/
Update a Custom Inventory Script
Method: put
Path: /api/v2/inventory_scripts/{id}/
Inventory Scripts Copy Create
Method: post
Path: /api/v2/inventory_scripts/{id}/copy/
Inventory Scripts Copy List
Method: get
Path: /api/v2/inventory_scripts/{id}/copy/