incident_mgr_list
Back to SOAP Architecture Method Reference
Description
The incident_mgr_list method lists the details of incidents associated with players or edge servers on your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | O |
| resource_id | The unique ID# of the resource (player or edge server) related to this incident. | bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the incident. | bstypes:ResourceId | R |
| resource_id | The unique ID# of the resource (player or edge server) related to this incident. | bstypes:ResourceId | R |
| status_code |
The status code for this incident:
|
bstypes:IncidentStatus | R |
| type_code |
The type code for this incident:
|
bstypes:IncidentType | R |
| occurred_on | The date time at which this incident occurred. | bstypes:SimpleDateTime | R |
| reported_on | The date time at which this incident was reported. | bstypes:SimpleDateTime | R |
| resolved_on | The date time at which this incident was resolved. | bstypes:SimpleDateTime | R |
| problem_description | The description of the problem related to this incident. | string | R |
| resolved_description | The description of the resolution related to this incident. | string | R |
| target_resource_id | The unique ID# of the resource targeted by this incident. | bstypes:ResourceId | R |
| last_status_code_change_utc | The last date time in UTC at which the status code for this incident was changed. | bstypes:SimpleDateTime | R |
| escalation_status |
The escalation status for this incident:
|
bstypes:EscalationStatus | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| warning_escalation_tm_utc | The last date time in UTC at which this incident was escalated to warning. | bstypes:SimpleDateTime | R |
| critical_escalation_tm_utc | The last date time in UTC at which this incident was escalated to critical. | bstypes:SimpleDateTime | R |
