Listing Client License Count

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_client_license_count

URL

https://SERVER/api/?apikey=yourAPIkey&service=list_client_license_count

&required_parameters=required_parameters

[&optional_parameters=optional_parameters]

Description

Lists all client license counts.

 

Parameters

Post Variable

Description

Type

Required

Options

Default

describe

Optional. Returns a description of the service.

boolean

no

true

0

clientid

The clientid must be a valid id.

integer

yes

0

0

 

Example Service Call =list_client_license_count

https://SERVER/api/?apikey=yourAPIkey&service=list_client_license_count&clientid=CLIENTID

Example Response

<?xml version="1.0" ?>

<result created="2009-10-01T15:20:26+01:00" host="SERVER" status="OK">

<items>

<license_count>

  <name>Adobe Acrobat</name>

  <count>3</count>

  <license_count_id>830</license_count_id>

  <swgrpid>409</swgrpid>

  <installed>6</installed>

</license_count>

<license_count>

  <name>Advanced Monitoring Agent</name>

  <count>5</count>

  <license_count_id>695</license_count_id>

  <swgrpid>6</swgrpid>

  <installed>4</installed>

</license_count>

... more <license_count> nodes ...

</items>

</result>

 

Fields Description

Field

Type

Can Be Empty

Description

license_count_id

integer

no

The unique identifier of this license count

swgrpid

string

no

The unique identifier of the software license group

name

string

yes

The name of the software license group

count

string

no

The number of software licenses this client has

installed

integer

no

The number of software licenses this client is using

 

Example Associated Service Calls
Parameter Call URL Format
ClientID list_clients https://SERVER/api/?apikey=yourAPIkey&service=list_clients