“”“Retrieve all license sets currently known to sesinetd.”

This will retrieve the license set id and license set name for all know license sets. A second call must be made to retrieve the rest of the information for the license set.

Function: cmd_retrv_licsets
Version: 20.0+

response

{
"license_sets": [
    {
    "id": "",
    "name": ""
    }
]
}

Key

Type

Description

license_sets

object array

The list of license sets currently installed to the license server.

id

string

The id of the license set.

name

string

The name of the license set.

Licensing Public API

Administrative

Licenses

Partition System

Server

  • Ping

    Ping the server to see if its responsive.

  • Refresh DNS Cache

    Inform sesinetd to refresh its DNS cache.

Webhook