incident_threshold_mgr_list_many

Back to SOAP Architecture Method Reference

Description

The incident_threshold_mgr_list_many method lists details of specific incident thresholds on your domain.

Parameters

Parameter Description Type Required (R) or Optional (O)
ids A comma-delimited list of the unique ID#s of incident thresholds you want to list. string R
domain_id The unique ID# of the domain. bstypes:ResourceId O

Return Values

Value Description Type Required (R) or Optional (O)
id The unique ID# of the incident threshold. bstypes:ResourceId R
active Indicates whether or not the resource is active. boolean R
domain_id The unique ID# of the domain. bstypes:ResourceId R
parent_id The unique ID# of the parent of the incident threshold. bstypes:ResourceId R
incident_type The type code for this incident:
  • 2 = Display device error
  • 3 = Display not fullscreen
  • 4 = Display resolution mismatch
  • 5 = Display temperature warning
  • 6 = Display temperature critical
  • 7 = Display orientation mismatch
  • 103 = Playback error
  • 104 = Playback missing file
  • 105 = Playback truncated file
  • 106 = Playback disk space
  • 107 = Playback expired file
  • 204 = Host MIA
  • 205 = Host unexpected shutdown
  • 206 = Host difficulties polling
  • 207 = Host performance problem
  • 208 = Host application fault
  • 209 = Host memory exhausted
  • 210 = Host deadlock
  • 211 = Host offline during business hours
  • 212 = Host URL sync failed
  • 213 = Host backup master activated
  • 305 = Domain quota exceeded
  • 10001-10025 = External incident types
bstypes:IncidentType R
warning_action When to escalate the incident to "warning" status:
  • 1 = Never
  • 2 = Immediate
  • 3 = Later
bstypes:IncidentThresholdAction R
warning_action_threshold The number of hours after which the incident is escalated to "warning" status. unsignedInt R
critical_action When to escalate the incident to "critical" status:
  • 1 = Never
  • 2 = Immediate
  • 3 = Later
bstypes:IncidentThresholdAction R
critical_action_threshold The number of hours after which the incident is escalated to "critical" status. unsignedInt R