GET api/Interruption/GetAllNetworkFault

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TypeNetworkFault
NameDescriptionTypeAdditional information
TypeNetworkFaultId

integer

None.

TypeNetworkFaultName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TypeNetworkFaultId": 1,
    "TypeNetworkFaultName": "sample string 2"
  },
  {
    "TypeNetworkFaultId": 1,
    "TypeNetworkFaultName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTypeNetworkFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FaultAnalysisAPI.Models">
  <TypeNetworkFault>
    <TypeNetworkFaultId>1</TypeNetworkFaultId>
    <TypeNetworkFaultName>sample string 2</TypeNetworkFaultName>
  </TypeNetworkFault>
  <TypeNetworkFault>
    <TypeNetworkFaultId>1</TypeNetworkFaultId>
    <TypeNetworkFaultName>sample string 2</TypeNetworkFaultName>
  </TypeNetworkFault>
</ArrayOfTypeNetworkFault>