-
chooseDevice
Choose Device (manual workflow task)
/mop/task/chooseDevice -
createAnalyticTemplate
Create an Analytic Template
POST /mop/createAnalyticTemplateCreate an Analytic Template.
-
createTemplate
Create a Command Template
POST /mop/createTemplateCreate a Command Template.
-
deleteAnalyticTemplate
Delete an Analytic Template
POST /mop/deleteAnalyticTemplate/:idDelete an Analytic Template by ID.
-
deleteTemplate
Delete a Command Template
POST /mop/deleteTemplate/:idDelete a Command Template by ID.
-
diffConfig
MOP Diff Config (manual workflow task)
/mop/task/diffConfig -
exportTemplate
Export Template
POST /mop/exportExport a single template
-
GetBootFlash
MOP Get Boot Flash
POST /mop/GetBootFlashGet the boot flash image
-
getDeviceObjectsFiltered
Get Filtered Devices
POST /mop/deviceObjectsGet the devices with name matching the given options.
-
getDevicesFiltered
Get Filtered Devices
GET /mop/devices/:substringGet the devices with name matching the given string.
-
getDevicesFilteredDetailedResults
Get Filtered Devices with detailed query results
GET /mop/devices/detailed/:substringGet the devices with name matching the given string. Also returns the number of results found and number returned
-
getDiff
Find the diff of two config strings.
POST /mop/diffFind the diff of two config strings.
-
importTemplate
Import Template
POST /mop/importImport a single template
-
listAnalyticTemplates
Get All Analytic Templates
GET /mop/listAnalyticTemplatesGet all Analytic Templates.
-
listAnAnalyticTemplate
Get an Analytic Template by Name
GET /mop/listAnAnalyticTemplate/:nameGet an Analytic Template by name.
-
listATemplate
Get a Command Template by Name
GET /mop/listATemplate/:nameGet a Command Template by name.
-
listTemplates
Get All Command Templates
GET /mop/listTemplatesGet all Command Templates.
-
passThru
MOP Pass Thru
POST /mop/passThru/:devicePass Through to execute direct device commands
-
reattempt
Retry a task automatically for x number of attempts with n minute intervals.
POST /mop/reattemptWorkflow will follow reattempt task's outgoing transition after n minutes of delay.
-
reloadFailed
MOP Manual Task (manual workflow task)
/mop/task/reloadFailed -
reviewSummary
MOP Review Summary (manual workflow task)
/mop/task/reviewSummaryReview job summary, all tasks' metrics, and all tasks' runtime data. Optionally download a JSON with all the job's data.
-
runAnalyticsTemplate
Run an Analytics Template
POST /mop/runAnalyticsTemplateRun an Analytic Template.
-
runAnalyticsTemplateDevices
Run an Analytics Template for Devices
POST /mop/runAnalyticsTemplateDevicesRun an Analytic Template for Devices.
-
RunCommand
Run a Command against a Device
POST /mop/RunCommandRun a command against a device.
-
RunCommandDevices
Run a Command against Devices
POST /mop/RunCommandDevicesRun a command against devices.
-
RunCommandTemplate
Run Command Template
POST /mop/RunCommandTemplateRun a Command Template against devices.
-
RunCommandTemplateSingleCommand
Run single command from template
POST /mop/RunCommandTemplateSingleCommandRun a single command from a template on a devices.
-
runTemplatesDiff
MOP Diff Config (manual workflow task)
/mop/task/runTemplatesDiff -
updateAnalyticTemplate
Update an Analytic Template
POST /mop/updateAnalyticTemplate/:mopIDUpdate an Analytic Template by ID.
-
updateTemplate
Update a Command Template
POST /mop/updateTemplate/:mopIDUpdate a Command Template by ID.
-
verifyConfig
MOP Verify Config (manual workflow task)
/mop/task/verifyConfig -
viewTemplateResults
View MOP Template Results (manual workflow task)
/mop/task/viewTemplateResults