Menu

REST_API_List

Lohith Dwaraka

1> http://HOSTNAME:PORTNo/iolaus/isalive

Response :

// if live - Status code = 200 and below message
Live

// Else Status code = 500, indicating the link is not accessible

2> http://HOSTNAME:PORTNo/iolaus/queryiolaus

-- Used to query iolaus for data. Query need to follow the schema present in link : XML Schema link

Request :

XML need to be sent in the body.

Response :

XML would be returned contain the results of the query.

3> < Need to add Plain Query API >

4> < Need to add Upload Data API>


Related

Wiki: Home