API Guide

"Id": 3,
"Name": "Email",
"ParameterDetails": [
{
"Name": "subject",
"Value": "Device Name: $name, Device IP Address: $ip,
Severity: $severity",
"Type": "string",
"TypeParams": [
{
"Name": "maxLength",
"Value": "255"
}
]
},
{
"Name": "to",
"Value": "test@dell.com",
"Type": "string",
"TypeParams": [
{
"Name": "maxLength",
"Value": "255"
}
]
},
{
"Name": "from",
"Value": "MCSIApplication@Dell.com",
"Type": "string",
"TypeParams": [
{
"Name": "maxLength",
"Value": "255"
}
]
},
{
"Name": "message",
"Value": "Event occurred for Device Name: $name, Device IP
Address: $ip, Service Tag: $identifier, Time: $time, Severity:
$severity, $message",
"Type": "string",
"TypeParams": [
{
"Name": "maxLength",
"Value": "255"
}
]
}
],
"TemplateId": 50
}
]
},
"State": true
}
/api/AlertService/AlertPolicies(Id)
This URI represents a specific policy within the collection.
GET method for AlertPolicies(Id)
This method returns the details of a specific policy.
Description
Returns the details of a specific policy.
Alerts 103