Software Management Alert Profiles
Returns
GET/api/odata/1.0/SoftwareManagementAlertProfiles
Model Schema
Field |
Datatype |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
[
{
"SoftwareManagementAlertProfileId": 0,
"ScriptToRun": "string",
"PartitionId": "string",
"ProfileCreationDateTime": "2022-01-14T08:13:23.239Z",
"ProfileModificationDateTime": "2022-01-14T08:13:23.239Z",
"AlertProfileName": "string",
"ProfileDescription": "string",
"TriggerOnNewPatchAvailable": true,
"TriggerOnDeploymentFails": true,
"TriggerOnWindowsAutoUpdateChanged": true,
"ShouldCreateAlarm": true,
"ShouldCreateTicket": true,
"DedupPeriod": 0,
"AlertEmailRecipients": "string",
"DedupTimeFrame": "string",
"AlertMergeType": "string"
}