app-operations_manager

On this page:

getAutomations

Summary

Get Automations

Description

Query the Automation document 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 searching are shown in the example tab and the schema for each parameter is shown in the schema tab. HTTP queries take the form of '?contains=myTitle&containsField=name&sort=name&order=1. An equivalent task query would be '{`contains`: `myTitle`, `containsField`: `name`, `sort`: `name`, `order`: 1}'.

Return

DetailsExampleSchema
Name Type Description
result object total number and a list of automations documents that matched the search query