Notification

Notification
Notification
JSON Example
{
    "id": 0,
    "creationDate": "string",
    "title": "string",
    "content": "string",
    "status": "string",
    "type": "string",
    "metadata": {
        "environmentId": "string",
        "productId": "string",
        "taskId": "string",
        "subProperty": [
            "string"
        ],
        "eventTimestamp": 0
    }
}
integer As int64 As int64
id
Optional

The notification ID.

string As date-time As date-time
creationDate
Optional

The notification creation date.

string
title
Optional

Title of the notification.

string
content
Optional

Content of the notification.

string
status
Optional

The notification status.

Possible values are : NEW, READ, ARCHIVED,
string
type
Optional

The notification type.

Possible values are : task completion, password expiration, password expiration warning, certificate expiration, certificate expiration warning,
metadata
Optional

Metadata for identification of the notification.

Returned By