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. |
Parameter | Description |
---|---|
Associated Time | The date and time associated with the note, in epoch seconds format. |
ID | The id associated with the Ops Note. |
{
"scopes": [
{
"type": "<string>",
"groupId": 1,
"fullPath": null,
"deviceId": 9710174,
"deviceName": "<string>"
}
],
"id": "<string>",
"note": "<string>",
"happenOnInSec": 765077688,
"createdBy": "<string>",
"tags": [
{
"id": "<string>",
"name": "<string>",
"createdOnInSec": 649015482,
"updateOnInSec": 465544824
},
{
"id": "<string>",
"name": "<string>",
"createdOnInSec": 1661449714,
"updateOnInSec": 3045495516
}
]
}
Was this page helpful?