- URL:<site-root>/info
 - Operations:Health Check
 - Version Introduced:10.8
 
Description
This is a read-only resource that returns information about the server site itself.
Request parameters
| Parameter | Details | 
|---|---|
| f |                    The response format. The default response format is html. Values: html | json  |               
Example usage
Below is a sample request URL for the info resource:
https://machine.domain.com/webadaptor/rest/info?f=jsonJSON Response syntax
{
  "fullVersion": "<software version number>",
  "currentversion": "<version>"
}JSON Response example
{
    "fullVersion": "10.8.1",
    "currentVersion": 10.8
}