Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
operations
viewer
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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": null,
"createdBy": null,
"created": "2013-03-27T05:52:22.469Z",
"lastUpdatedBy": null,
"lastUpdated": "1957-01-15T18:57:09.31Z",
"_id": "8ef90403f2ad6c70fecbd62d",
"gbac": {
"write": [
"e3ecbf9e6e51e42e41c8cb08",
"f02d0d88a7141ea30458923f",
"e0b4a5b577a8a851b50a74e9",
"84e615eb02c8ec764152ffee",
"4536b20048279f9b927070e7"
],
"read": [
"2cace4933c5787252e4ab03d",
"28e3d715de13cdcb977d7895",
"da5cb39ee008c0781b1e7f28",
"5e92e6d7d1da8a0375c87004",
"4c9aa79f68172c69ef2a5d4b"
]
},
"componentName": null
}
}