Inventory Sources REST Endpoints

Inventory Sources

REST API endpoints for Inventory Sources

Create a Credential for an Inventory Source
Method: post
Path: /api/v2/inventory_sources/{id}/credentials/
Create a Group for an Inventory Source
Method: delete
Path: /api/v2/inventory_sources/{id}/groups/
Create a Host for an Inventory Source
Method: delete
Path: /api/v2/inventory_sources/{id}/hosts/
Create a Notification Template for an Inventory Source
Method: post
Path: /api/v2/inventory_sources/{id}/notification_templates_error/
Create a Notification Template for an Inventory Source
Method: post
Path: /api/v2/inventory_sources/{id}/notification_templates_started/
Create a Notification Template for an Inventory Source
Method: post
Path: /api/v2/inventory_sources/{id}/notification_templates_success/
Create a Schedule for an Inventory Source
Method: post
Path: /api/v2/inventory_sources/{id}/schedules/
Create an Inventory Source
Method: post
Path: /api/v2/inventory_sources/
Delete an Inventory Source
Method: delete
Path: /api/v2/inventory_sources/{id}/
List Activity Streams for an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/activity_stream/
List Credentials for an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/credentials/
List Groups for an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/groups/
List Hosts for an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/hosts/
List Inventory Sources
Method: get
Path: /api/v2/inventory_sources/
List Inventory Updates for an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/inventory_updates/
List Notification Templates for an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/notification_templates_error/
List Notification Templates for an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/notification_templates_started/
List Notification Templates for an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/notification_templates_success/
List Schedules for an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/schedules/
Retrieve an Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/
Update an Inventory Source
Method: patch
Path: /api/v2/inventory_sources/{id}/
Update an Inventory Source
Method: put
Path: /api/v2/inventory_sources/{id}/
Update Inventory Source
Method: get
Path: /api/v2/inventory_sources/{id}/update/
Update Inventory Source
Method: post
Path: /api/v2/inventory_sources/{id}/update/