listNotificationProfiles
List notification profiles for devices or globally, filtered by profile type (email, SMS, etc.) or device name, to manage alerting configurations.
Instructions
listNotificationProfiles
Key parameters:
isGlobal: false - To list all the Device Specific Profiles
profileFilter: All / Send Email / Send SMS / Send Modem SMS / Run System Co
deviceName: Name of the device - To list all Global Proflies with device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | OpManager host address (e.g., 'opmanager.example.com' or 'opmanager.example.com:8061'). Default port is 8061 (HTTPS). | |
| apiKey | Yes | OpManager API key for authentication | |
| isGlobal | No | false - To list all the Device Specific Profiles | |
| deviceName | No | Name of the device - To list all Global Proflies with device association hint in it. (The value of hasAssociated key in API response will be "true ", if that particular Notification profile is associated to the given device name) | |
| profileFilter | No | All / Send Email / Send SMS / Send Modem SMS / Run System Command / Run Program / Log a Ticket / Web Alarm / Send SysLog / Send Trap / Chat / SDPOnDemand / Webhook (All - To list all the Global Profiles / Any one of other values - To list that particular type of Global Profiles) |