updateBusinessRules
Update an existing business hour rule in OpManager by providing its ID, name, description, and time configuration. Modify schedule settings for IT operations management.
Instructions
updateBusinessRules
Key parameters:
description: Description about the business rule.
businessRuleName: Name of the business hour rule.
timeSettings: Time configuration From Monday to Sunday.
businessRuleId: ID of the business hour rule.
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 | |
| description | No | Description about the business rule. | |
| timeSettings | No | Time configuration From Monday to Sunday. | |
| businessRuleId | No | ID of the business hour rule. | |
| businessRuleName | No | Name of the business hour rule. |