app-operations_manager

On this page:

getAutomations

Summary

Get Automations

Description

Search the Automation collection.

Route

GET /operations-manager/automations

Roles

admin engineering apiread operations

Parameters

DetailsExampleSchema
Name Type Required Description
queryParameters object yes The query parameters available for this method. HTTP queries take the form of '?contains=myTitle&containsField=name&sort=name&order=1. An equivalent task configuration would be '{`contains`: `myTitle`, `containsField`: `name`, `sort`: `name`, `order`: 1}'

Return

DetailsExampleSchema
Name Type Description
result object The Automations that matched the search query.