Operations
Operations API overview
The Operations API allows integrators to manage operations within SCM.
The API supports the following actions:
- Listing operations
- Retrieving operation results
- Stopping an in-progress operation.
Operations API endpoints
The following table lists the endpoints for managing operations.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| Stop an operation | POST | /api/discovery/v1/{type}/{taskId}/operation/{opId}/stop | Stop a currently running operation. |
| Get operations list | GET | /api/discovery/v1/{type}/{taskId}/operation | Retrieve a list of operations with optional filters. |
| Get result of operation | GET | /api/discovery/v1/{type}/{taskId}/operation/{opId}/result | Retrieve the final result or output of a specific operation. |
Updated about 23 hours ago