Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.05 KB

File metadata and controls

15 lines (11 loc) · 1.05 KB

OpsNote

Properties

Name Type Description Notes
note str The note message
created_by str The user that created the Ops Note [optional]
scopes list[OpsNoteScope] 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 [optional]
id str The id associated with the Ops Note [optional]
happen_on_in_sec int The date and time associated with the note, in epoch seconds format [optional]
tags list[OpsNoteTagBase] 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 [optional]

[Back to Model list] [Back to API list] [Back to README]