Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
operations
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
The id of the Automation to get. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The requested Automation. |
Copied to Clipboard
{
"message": "Successfully imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "dolore nostrud ullamco Duis eu",
"created": "1953-07-27T11:47:36.888Z",
"lastUpdatedBy": "Lorem velit",
"lastUpdated": "2021-06-16T13:51:30.65Z",
"_id": "963035cdba7ab79fd22a1bdf",
"gbac": {
"write": [
"de78a5a630a00d56660f351e",
"0e1a1ab3ee52ba57adbe12af"
],
"read": [
"2765bd89a1bfc853340f95a4"
]
},
"componentId": "d357ae18ba98714ddcb841b7",
"componentName": null
}
}