getServerInfo
This method returns information about the server.
URL
/system/info
Method
GET
Parameters
This method does not receive any parameters.
Request body
Do not supply a request body with this method.
Response
If successful this method returns relevant information about the server.
Sample Call
GET /api/{apiversion}/system/info
{
}
HTTP/1.1 200 OK
{
"status":200,
"message":"Successful request",
"data":{
"version":"v1.0",
"apiVersion":"v1beta1",
"apiPath":"/api/v1beta1",
"env":[
{
"var":"EXTERN_ADDR",
"value":"172.220.246.46"
},
{
"var":"LOCALNETS",
"value": "192.168.1.149/31"
},
{
"var":"REGISTRAR_INTF",
"value": "External"
}
]
}
}