Add Ops Note
Creates an Ops Note.
Basic Parameters
Parameter | Description |
---|---|
Created By | The user that created the Ops Note. |
Note | The note message. |
Scopes | The scopes associated with the note. Each scope has a type of device, service, deviceGroup or serviceGroup. A note with no scope will show up for everything in the account. |
Tags | The tags that should be associated with the note. Each tag has a unique id and a name - you can either include the name of a new or existing tag, or the id of an existing tag. |
Advanced Parameters
Parameter | Description |
---|---|
Associated Time | The date and time associated with the note, in epoch seconds format. |
ID | The id associated with the Ops Note. |
Example Output
{
"createdBy": "The user that created the Ops Note",
"happenOnInSec": 1488826440,
"id": "The id associated with the Ops Note",
"note": "software update from 1.0.0 to 1.2.4",
"scopes": [
{
"type": "device"
}
],
"tags": [
{
"createdOnInSec": 0,
"id": "string",
"name": "release",
"updateOnInSec": 0
}
]
}
Workflow Library Example
Add Ops Note with Logicmonitor and Send Results Via Email
Preview this Workflow on desktop