GET api/checkhome/GetFepStatusFromNagios?fep={fep}&serviceName={serviceName}

Get Fep Status From Nagios

Request Information

Parameters

NameDescriptionAdditional information
_getFepStatusParameter

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "fep": 1,
  "isOk": true,
  "message": "sample string 3",
  "code": 4,
  "currentCheckAttempt": 5,
  "maxCheckAttempts": 6
}

application/xml, text/xml

Sample:
<GetFepStatusResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <fep>1</fep>
  <isOk>true</isOk>
  <message>sample string 3</message>
  <code>4</code>
  <currentCheckAttempt>5</currentCheckAttempt>
  <maxCheckAttempts>6</maxCheckAttempts>
</GetFepStatusResult>