updateNotificationProfileStatus
Updates the status (enable or disable) of a notification profile by profile name or ID, supporting both global and device-specific profiles.
Instructions
updateNotificationProfileStatus
Key parameters:
profileName*: Name of the profile which has to be enabled/disabled
profileId*: ID of the profile which has to be enabled/disabled
status*: enable or disable
deviceName: Name of the device on which the Notification profile is crea
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 | |
| status | Yes | enable or disable | |
| profileId | Yes | ID of the profile which has to be enabled/disabled | |
| deviceName | No | Name of the device on which the Notification profile is created. [Only for Device Specific Notification Profiles and not required for Global Notification Profiles] | |
| profileName | Yes | Name of the profile which has to be enabled/disabled |