alert-note

alert-note
alert-note

Model to represent a Alert Note

JSON Example
{
    "id": "string",
    "alertId": "string",
    "creationTimeUTC": 0,
    "type": "string",
    "userId": "string",
    "userName": "string",
    "note": "string",
    "extension": {
        "anyObjects": [
            {}
        ]
    },
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ]
}
string As uuid As uuid
id
Required

Identifier of the alert note

string As uuid As uuid
alertId
Required

Identifier of the associated alert

integer As int64 As int64
creationTimeUTC
Required

UTC time when the alert note created

string
type
Required

Indicates the type of an Alert Note

Possible values are : SYSTEM, USER, UNKNOWN,
string As uuid As uuid
userId
Optional

Identifier of the user who created the alert note

string
userName
Optional

Name of the user who created the alert note

string
note
Required

Content of alert note

extension
Optional

extension

array of link
links
Optional

links