< Back

Get-DrmmAccountAlertsResolved

Mon Jan 13, 2020 8:59 am

NAME Get-DrmmAccountAlertsResolved



SYNOPSIS

Fetches resolved alerts of the authenticated user's account





SYNTAX

Get-DrmmAccountAlertsResolved [-muted] [<CommonParameters>]





DESCRIPTION

Returns account resolved alerts.



AlertsPage {

alerts (Array[Alert]),

pageDetails (PaginationData)

}

Alert {

alertContext (AlertContext, optional),

alertMonitorInfo (AlertMonitorInfo, optional),

alertSourceInfo (AlertSourceInfo, optional),

alertUid (string, optional),

autoresolveMins (integer, optional),

diagnostics (string, optional),

muted (boolean, optional),

priority (string, optional) = ['Critical', 'High', 'Moderate', 'Low', 'Information', 'Unknown'],

resolved (boolean, optional),

resolvedBy (string, optional),

resolvedOn (integer, optional),

responseActions (Array[ResponseAction], optional),

ticketNumber (string, optional),

timestamp (integer, optional)

}

PaginationData {

count (integer, optional),

nextPageUrl (string, optional),

prevPageUrl (string, optional)

}

AlertContext {}

AlertMonitorInfo {

createsTicket (boolean, optional),

sendsEmails (boolean, optional)

}

AlertSourceInfo {

deviceName (string, optional),

deviceUid (string, optional),

siteName (string, optional),

siteUid (string, optional)

}

ResponseAction {

actionReference (string, optional),

actionTime (integer, optional),

actionType (string, optional) = ['EMAIL_SENT', 'EMAIL_SEND_ERROR', 'TICKET_PENDING', 'TICKET_CREATED',

'TICKET_CREATION_ERROR', 'TICKET_CLOSED_CALL'],

description (string, optional)

}





PARAMETERS

-muted [<SwitchParameter>]

Use this switch to only show muted alerts



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS