Get Information About License Keys

Request Parameters

This request does not contain any parameters.

 

Request Example

https://192.168.1.1:9081/api/server/keys.ds

XML and JSON response structure examples are described below.

 

XML Response Structure

<drweb-es-api api_version="4.3.0" timestamp="1587044183" server="192.168.1.1" srv_version="13.00.0.202005090" status="true">
  <keys>
     <key id="abc123de4fghij56" user="Dr.Web" created="1580369493" expires="1612078293" activation="1580369493" clients="4294967295"/>
  </keys>
</drweb-es-api>

 

Description of XML Response Parameters

The <keys /> element contains information on all license keys used by this Dr.Web Server.

The <key /> element contains information on a specific license key.

The <key /> element attributes:

Attribute

Description

id

Identifier of a key

user

User identifier

created

Key creation date

expires

License expiration date

activation

License activation date

clients

Number of clients

 

JSON Response Structure

{ "head": {
    "status": true,

    "timestamp": 1587044166,

    "api": {
      "version": 40300,
      "versionString": 4.3.0},

    "server": {
      "name": "192.168.1.1",

      "version": "13.00.0.202005090",
      "uuid": "b35d999d-9212-481d-af8c-8551c4113383"}},

  "data": {
    "keys": [
        {"activation": 1580369493,

         "clients": 4294967295,

         "created": 1580369493,

         "expires": 1612078293,

         "id": "abc123de4fghij56",
         "user_name": "Dr.Web"}]}}

 

Description of JSON Response Parameters

The keys array contains information on all license keys used by this Dr.Web Server.

Every object in the keys array contains information about a specific license key.

The keys array objects elements:

Field name

Description

activation

License activation date

clients

Number of clients

created

Key creation date

expires

License expiration date

id

Identifier of a key

user_name

User identifier