Inventory Updates REST Endpoints
Inventory Updates
REST API endpoints for Inventory Updates
- Delete an Inventory Update
- Method: deletePath:
/api/v2/inventory_updates/{id}/
- List Credentials for an Inventory Update
- Method: getPath:
/api/v2/inventory_updates/{id}/credentials/
- List Inventory Update Events for an Inventory Update
- Method: getPath:
/api/v2/inventory_updates/{id}/events/
- List Inventory Updates
- Method: getPath:
/api/v2/inventory_updates/
- List Notifications for an Inventory Update
- Method: getPath:
/api/v2/inventory_updates/{id}/notifications/
- Retrieve an Inventory Update
- Method: getPath:
/api/v2/inventory_updates/{id}/
- Retrieve an Inventory Update
- Method: getPath:
/api/v2/inventory_updates/{id}/cancel/
- Retrieve an Inventory Update
- Method: postPath:
/api/v2/inventory_updates/{id}/cancel/
- Retrieve Inventory Update Stdout
- Method: getPath:
/api/v2/inventory_updates/{id}/stdout/