Summary
Get Automations
Description
Search the Automation collection.
Route
GET /operations-manager/automations
Roles
admin
engineering
apiread
viewer
operations
Parameters
Details Example Schema
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}'
Copied to Clipboard
{
"queryParameters": {
"contains": "event",
"containsField": "name",
"equals": "my event trigger",
"equalsField": "name",
"startsWith": "my",
"startsWithField": "name",
"limit": 50,
"skip": 0,
"order": 1,
"sort": "name"
}
}
Return
Details Example Schema
Name
Type
Description
result
object
The Automations that matched the search query.
Copied to Clipboard
{
"message": "Successfully imported 3 of 4 documents",
"data": [
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": null,
"createdBy": "ut Ut irure in",
"created": "1989-11-05T14:35:16.632Z",
"lastUpdatedBy": "in consequat",
"lastUpdated": "1956-08-08T16:57:58.003Z",
"_id": "34539b54d0cc640cc3a90456",
"gbac": {
"write": [
"5f205c76796ed4becfa09428",
"e351d5e529a5405045bd53e8",
"c428e067b3b76316eaba82b6",
"d870680e5da015519a92ddd5",
"6192c14abcbc21fdbd4ba571"
],
"read": [
"ea59a0f53759ccea266bb50e",
"adb942b3c9a9a08e05849b85",
"1b50286deeb82a25d0254601",
"8c2cdc2a3ae2a094706968c9"
]
},
"componentId": ""
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "dolore Lorem ut esse",
"created": "1995-01-06T01:04:49.969Z",
"lastUpdatedBy": "id eiusmod sit aute",
"lastUpdated": "1960-11-30T06:43:02.536Z",
"_id": "e2bc8c81b022688b30d9b976",
"gbac": {
"write": [
"c1f08f0bed0ae68b3dd5e787",
"65ace1a753daa3ff15a2124f",
"89802dac75e441d49ec87639",
"9010f3f8f910b799cf5caa3f",
"84265d3f143c801bd5af353c"
],
"read": [
"1c22d0788a05faf7927b1cdb",
"9c4784320b9ccf480d8481d2",
"98e2ce208e3746de3164f942",
"2ef4b3e939765aae52bff95f",
"069e894b4e01e6e9fccb98f6"
]
},
"componentId": "d4ae3371ed8972e7173a6335",
"componentName": "aliqua"
}
],
"metadata": {
"skip": -64701711,
"limit": 81856527,
"total": -80709330,
"nextPageSkip": 55744695,
"previousPageSkip": -41061603,
"currentPageSize": -65762916
}
}