Listing License Groups
Use this API Call to query our Data Extraction API to extract data gathered by N-sight RMM.This section shows the service name and parameters needed in the API Call query, and provides examples of some queries and system responses. For more information, see Data Extraction API.
Service name: list_license_groups |
|
URL |
https://SERVER/api/?apikey=yourAPIkey&service=list_license_groups &required_parameters=required_parameters [&optional_parameters=optional_parameters] |
Description |
Lists all software license groups for account. |
Parameters |
|||||
Post Variable |
Description |
Type |
Required |
Options |
Default |
Optional. Returns a description of the service. |
boolean |
no |
true |
0 |
Example Service Call =list_license_groups |
https://SERVER/api/?apikey=yourAPIkey&service=list_license_groups |
Example Response |
<?xml version="1.0" ?> <result created="2009-10-01T14:42:22+01:00" host="SERVER" status="OK"> <items> <license_group> <name>MS Office</name> <license_group_id>1</license_group_id> </license_group> <license_group> <name>Dell</name> <license_group_id>2</license_group_id> </license_group> ... more <license_group> nodes ... </items> </result> |
Fields Description |
|||
Field |
Type |
Can Be Empty |
Description |
license_group_id |
integer |
no |
The unique identifier of this software license group |
name |
string |
yes |
The name of the software license group |