- URL:
- https://<site-root>/info
- Methods:
GET
- 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 |
---|---|
| The response format. The default response format is Values: |
Example usage
Below is a sample request URL for the info
resource:
https://machine.domain.com/webadaptor/rest/info?f=json
JSON Response syntax
{
"fullVersion": "<software version number>",
"currentversion": "<version>"
}
JSON Response example
{
"fullVersion": "10.8.1",
"currentVersion": 10.8
}