incident_threshold_mgr_add
Back to SOAP Architecture Method Reference
Description
The incident_threshold_mgr_add method creates a new Incident Thresholds relative to an existing Incident Types.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
critical_action | When to escalate the incident to critical (immediately, after) | bstypes:IncidentThresholdAction | R |
critical_action_threshold | The number of hours after which the incident is escalated to critical | unsignedInt | R |
domain_id | The unique ID# of the domain. | bstypes:ResourceId | R |
incident_type | The type of the incident. | bstypes:IncidentType | R |
parent_id | The unique ID# of the incident. | bstypes:ResourceId | R |
warning_action | When to escalate the incident to warning (immediately, after) | bstypes:IncidentThresholdAction | R |
warning_action_threshold | The number of hours after which the incident is escalated to warning | unsignedInt | R |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the incident-threshold. | bstypes:ResourceId | R |