-
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.
-
GetBootFlash
MOP Get Boot Flash
POST /mop/GetBootFlashGet the boot flash image
-
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
-
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
-
ping
Task to introduce delay then ping.
POST /mop/pingAfter waiting [input parameter] seconds, it will try and ping the device: after connection was verified, it will confirm reachability for X seconds. To be used after reload to verify device is back.
-
reattempt
Re-attempt
POST /mop/reattemptRe-attempt after n minutes
-
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.
-
SetBoot
Task to set the boot parameters
POST /mop/SetBootSet boot is used to set the boot statement, fileName supports an ordered array in conjunction with ios NED ver. ncs-4.3.2-cisco-ios-5.2.2.tar.gz and up
-
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.