VMware Cloud Community
vmhelp201110141
Enthusiast
Enthusiast
Jump to solution

vrops default alert list export

hello,

How  to  export the default  alerts and definitions to csv file from vROPs.

Regards
Surya

Surya
0 Kudos
1 Solution

Accepted Solutions
daphnissov
Immortal
Immortal
Jump to solution

PowerShell comes to mind first. If you want to export the active alerts, use Get-OMAlert and pipe it to Export-CSV. If you want alert definitions, use Get-OMAlertDefinition and pipe it to the same.

View solution in original post

0 Kudos
1 Reply
daphnissov
Immortal
Immortal
Jump to solution

PowerShell comes to mind first. If you want to export the active alerts, use Get-OMAlert and pipe it to Export-CSV. If you want alert definitions, use Get-OMAlertDefinition and pipe it to the same.

0 Kudos