Summary
Create Automation
Description
Create a new Automation.
Route
POST /operations-manager/automations
Roles
admin
apiwrite
engineering
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
automation |
object |
yes |
The details of the Automation document to be created. |
Copied to Clipboard
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": null,
"gbac": {
"write": [
"540d4da57a2d78c36cc7e34e",
"f44ca7b3f4cc55856cb8cf05"
],
"read": [
"a6a7085e075890e2837282f7",
"098e895d8bbfb277f748d55b",
"6e9b2b9944fa3a7c27b4340e",
"2856129c2e08967e8af21889",
"461112d8e5b7564e1b83c2da"
]
},
"componentId": "EfAcc03b-86A1-8aDb-a944-7db77623dF6D"
}
Return
DetailsExampleSchema
Name |
Type |
Description |
results |
object |
The result of the create operation. |
Copied to Clipboard
{
"message": "Successfully retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "Pronghorn",
"created": "2010-02-12T17:39:57.112Z",
"lastUpdatedBy": "e5a60a9f2a2b93676fc1aa44",
"lastUpdated": "1957-02-19T18:35:27.778Z",
"_id": "355abbd93a4b16dcd6d3e19c",
"gbac": {
"write": [
"c6efe129e33592c9363fef11",
"dd05c8b9e9f5d567de072a7b",
"801618276ed1b0f2ef277508",
"a8ba16315922d64c3aa43e63",
"734d6fe2e48ce572791af7ad"
],
"read": [
"f23740f808e15252f473eed8"
]
},
"componentId": null
}
}