This API is used by AAs to check availability of FIPs.
Request Parameters
Parameter Name
Data type
Required?
Description
--None--
Response Parameters
Parameter Name
Data type
Required?
Description
ver
string
Yes
The version of the API
timestamp
string($date-time)
Yes
Creation timestamp of the message which will be updated at each leg
Status
string
Yes
Status of the FIP server. The function of FIP server is either UP or DOWN. Default : "UP"
Example
Sample Request
--No Parameters--
Sample Response
{
"Ver" :: "1.0",
"timestamp" : "2018-06-16T06:54:54.435Z",
"Status" : "UP"
}