Resource: Rover Licensing Info ( /api/licensing/catchsoftware/Rover )

Allows the retrieval of licensing information for Rover.

Root Relation: RoverLicenseInfo

This resource supports the following methods: GET

Methods

GET


Retrieves license information for Rover.

Status Codes

These are the expected status codes returned by the service. In addition, some other status codes may be returned if either an internal error occurs or there is an authentication issue (such as an expired OAuth token).

StatusDescription
200 - OKReturns license info.

Example - Retrieve Rover Licensing Information

Retrieves information that can be used by Rover client to determine if it's enabled for this instance of Enterprise Tester.

Request Headers

KeyValueDescription
Content-typeapplication/json
Acceptapplication/json

Response Headers

KeyValueDescription
Content-Typeapplication/json; charset=utf-8

Response Body

{
  "IsLicensed": true,
  "ServerKey": "ABCD-1234-XYZW-QQ32",
  "Plugin": {
    "DisplayExpirationWarning": true,
    "MaintenanceEndDate": "2013-11-30T11:00:00Z",
    "EndDate": "2013-11-30T11:00:00Z",
    "LicenseType": "Trial",
    "Mode": "Trial"
  },
  "Host": {
    "DisplayExpirationWarning": false,
    "MaintenanceEndDate": "2013-12-31T11:00:00Z",
    "EndDate": null,
    "LicenseType": "30+ Users",
    "Mode": "Purchased"
  },
  "Self": "http://localhost/api/licensing/catchsoftware/Rover"
}

Status Code

200 - OK

  • No labels