alert-type

alert-type
alert-type

List of alert types

JSON Example
{
    "id": 0,
    "name": "string",
    "description": "string",
    "subTypes": [
        {
            "id": 0,
            "name": "string",
            "description": "string",
            "extension": {
                "anyObjects": [
                    {}
                ]
            },
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "name": "string",
                    "description": "string"
                }
            ]
        }
    ],
    "extension": {
        "anyObjects": [
            {}
        ]
    },
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ]
}
integer As int32 As int32
id
Required

System generated alert ID

string
name
Optional

Name of the alert type

string
description
Optional

Description of the alert type

subTypes
Optional

List of sub types for this alert type

extension
Optional

extension

array of link
links
Optional

links

Property Of