Viewing Information about the FaxFinder
HTTP Request Line |
GET /ffws/v1/about HTTP/1.1 |
|
HTTP Response Status Codes |
200 OK |
Shows FaxFinder information. |
Example
GET /ffws/v1/verify HTTP/1.1 content-type: application/xml authorization: Basic YWRtaW46YWRtaW4= ----------------------------------- HTTP/1.1 200 OK content-type: application/xml <?xml version=”1.0” encoding=”UTF-8”?> <response> <message>Success</message> <about> <model>FF240-IP</model> <version>1.2.5.2</version> <serial>1234566</serial> <hostname>dot10.mts.test</hostname> <description>Carols FF240-IP</description> <channels>8</channels> OR <modems>8</modems> <uptime>days:hours:minutes</uptime> </about> </response>