Software Management Alert Profiles

Returns

GET/api/odata/1.0/SoftwareManagementAlertProfiles

Model Schema

Field

Datatype

SoftwareManagementAlertProfileId

integer

ScriptToRun

string

PartitionId

string

ProfileCreationDateTime

string

ProfileModificationDateTime

string

AlertProfileName

string

ProfileDescription

string

TriggerOnNewPatchAvailable

boolean

TriggerOnDeploymentFails

boolean

TriggerOnWindowsAutoUpdateChanged

boolean

ShouldCreateAlarm

boolean

ShouldCreateTicket

boolean

DedupPeriod

integer

AlertEmailRecipients

string

DedupTimeFrame

string

AlertMergeType

string

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"
  }