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.

ActionMethodPathDescription
Stop an operationPOST/api/discovery/v1/{type}/{taskId}/operation/{opId}/stopStop a currently running operation.
Get operations listGET/api/discovery/v1/{type}/{taskId}/operationRetrieve a list of operations with optional filters.
Get result of operationGET/api/discovery/v1/{type}/{taskId}/operation/{opId}/resultRetrieve the final result or output of a specific operation.