Info

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

ParameterDetails

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:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/rest/info?f=json

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
4
{
  "fullVersion": "<software version number>",
  "currentversion": "<version>"
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
{
    "fullVersion": "10.8.1",
    "currentVersion": 10.8
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.