Accessing Site Information

This section specifies the operation that you can use to retrieve information about the installed site. Some of this information may be required for licensing and support requests. The fingerprint of the site is usually required for licensing, and provides a unique identifier for the installed site.

Get Site Information

This API enables you to retrieve information for an installed site.

Method

GET

REST Resource

/info/

URI

https://api_endpoint/info/

Example URI

https://api.oc.example.com/info/

Example Response Body

{
        "result": 
        [{
                "fingerprint": "BB:40:6A:1B:77:E2:A5:65:7E:B6:C7:4B:BB:ED:42:98:63:A3:D6:0C", 
                "idpname": "test", 
                "uri": "https://api.oc.example.com/info/",
                "version": "14.1.14-20150120.095609-master", 
                "name": "test"
        }]
}