“”“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. |