GET api/Diagnostics/EDDSearchListItems

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

EDDSearchListItems
NameDescriptionTypeAdditional information
EventType

Collection of EventAlertTypeItem

None.

EventStatus

Collection of EventAlertStatusItem

None.

Response Formats

application/json, text/json

Sample:
{
  "EventType": [
    {
      "EventAlertTypeID": "8d8236cc-a89c-4f14-9e8e-7afe7886a7ce",
      "EventAlertTypeCode": "sample string 2",
      "EventAlertTypeName": "sample string 3"
    },
    {
      "EventAlertTypeID": "8d8236cc-a89c-4f14-9e8e-7afe7886a7ce",
      "EventAlertTypeCode": "sample string 2",
      "EventAlertTypeName": "sample string 3"
    }
  ],
  "EventStatus": [
    {
      "EventAlertStatusID": "bd9fd496-5a92-41d9-adb7-560e1790ec42",
      "EventAlertStatusCode": "sample string 2",
      "EventAlertStatusName": "sample string 3"
    },
    {
      "EventAlertStatusID": "bd9fd496-5a92-41d9-adb7-560e1790ec42",
      "EventAlertStatusCode": "sample string 2",
      "EventAlertStatusName": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<EDDSearchListItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Diagnostics">
  <EventStatus>
    <EventAlertStatusItem>
      <EventAlertStatusCode>sample string 2</EventAlertStatusCode>
      <EventAlertStatusID>bd9fd496-5a92-41d9-adb7-560e1790ec42</EventAlertStatusID>
      <EventAlertStatusName>sample string 3</EventAlertStatusName>
    </EventAlertStatusItem>
    <EventAlertStatusItem>
      <EventAlertStatusCode>sample string 2</EventAlertStatusCode>
      <EventAlertStatusID>bd9fd496-5a92-41d9-adb7-560e1790ec42</EventAlertStatusID>
      <EventAlertStatusName>sample string 3</EventAlertStatusName>
    </EventAlertStatusItem>
  </EventStatus>
  <EventType>
    <EventAlertTypeItem>
      <EventAlertTypeCode>sample string 2</EventAlertTypeCode>
      <EventAlertTypeID>8d8236cc-a89c-4f14-9e8e-7afe7886a7ce</EventAlertTypeID>
      <EventAlertTypeName>sample string 3</EventAlertTypeName>
    </EventAlertTypeItem>
    <EventAlertTypeItem>
      <EventAlertTypeCode>sample string 2</EventAlertTypeCode>
      <EventAlertTypeID>8d8236cc-a89c-4f14-9e8e-7afe7886a7ce</EventAlertTypeID>
      <EventAlertTypeName>sample string 3</EventAlertTypeName>
    </EventAlertTypeItem>
  </EventType>
</EDDSearchListItems>