Listing License Group Items
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_group_items |
|
URL |
https://SERVER/api/?apikey=yourAPIkey&service=list_license_group_items &required_parameters=required_parameters [&optional_parameters=optional_parameters] |
Description |
Lists software in a software license group. |
Parameters |
|||||
Post Variable |
Description |
Type |
Required |
Options |
Default |
Optional. Returns a description of the service. |
boolean |
no |
true |
0 |
|
license_group_id |
The license group id. The required license_group_id is referenced in the list_licence_groups call. |
integer |
yes |
0 |
0 |
Example Service Call =list_license_group_items |
https://SERVER/api/?apikey=yourAPIkey&service=list_license_group_items&license_group_id=LICENCEGROUPID |
Example Response |
<?xml version="1.0" ?> <result created="2009-10-01T15:08:58+01:00" host="SERVER" status="OK"> <items> <license_group_item> <swgrpid>2</swgrpid> <count>3</count> <license_count_id>41</license_count_id> </license_group_item> </items> </result> |
Fields Description |
|||
Field |
Type |
Can Be Empty |
Description |
license_group_id |
integer |
no |
The unique identifier of this software license group |
swgrpid |
string |
yes |
The unique identifier of the software license group |
count |
string |
yes |
The number of software licenses this client has |
Example Associated Service Calls | ||
Parameter | Call | URL Format |
license_group_id | list_licence_groups |
https://SERVER/api/?apikey=yourAPIkey&service=list_license_groups |