AlarmResult

AlarmResult
AlarmResult

Contains result for queryActiveAlarm API.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "storageAlarm": [
        {
            "_typeName": "string",
            "alarmId": 0,
            "alarmType": "string",
            "containerId": "string",
            "objectId": "string",
            "objectType": "string",
            "status": "string",
            "alarmTimeStamp": "string",
            "messageId": "string",
            "parameterList": [
                {
                    "_typeName": "string",
                    "parameterName": "string",
                    "parameterValue": "string"
                }
            ],
            "alarmObject": {
                "_typeName": "string"
            }
        }
    ],
    "pageMarker": "string"
}
storageAlarm
Optional

Resulting storage alarms.

string
pageMarker
Optional

The page marker used for query pagination.

This is an opaque string that will be set by the VASA provider. The client will set the same value in AlarmFilter.pageMarker to query the next page. VP should unset this value to indicate the end of page.