Listing Licensed Software
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_licensed_software |
|
URL |
https://SERVER/api/?apikey=yourAPIkey&service=list_licensed_software &required_parameters=required_parameters [&optional_parameters=optional_parameters] |
Description |
Lists licensed software for given asset. |
Parameters |
|||||
Post Variable |
Description |
Type |
Required |
Options |
Default |
Optional. Returns a description of the service. |
boolean |
no |
true |
0 |
|
assetid |
Id of the asset. The required assetid is referenced in the list_device_asset_detailscall |
integer |
yes |
0 |
0 |
Example Service Call =list_licensed_software |
https://SERVER/api/?apikey=yourAPIkey&service=list_licensed_software&assetid=ASSETID |
Example Response |
<?xml version="1.0" ?> <result created="2009-10-01T15:29:38+01:00" host="SERVER" status="OK"> <items> <licensed_software> <softwareid>3710969</softwareid> <catalogid>193</catalogid> <name>Advanced Monitoring Agent</name> <version /> <install_date /> </licensed_software> <licensed_software> <softwareid>3710863</softwareid> <catalogid>44185</catalogid> <name>Adobe Reader 7.1.0</name> <version>7.1.0</version> <install_date>2008-09-04 00:00:00</install_date> </licensed_software> ... more <licensed_software> nodes ... </items> </result> |
Fields Description |
|||
Field |
Type |
Can Be Empty |
Description |
softwareid |
integer |
no |
The unique identifier of the software on this asset |
catalogid |
integer |
no |
The unique identifier of the software |
name |
string |
yes |
The name of the software |
version |
string |
yes |
The version of the software installed on this asset |
install_date |
datetime |
no |
The date and time the software was installed |
Example Associated Service Calls | ||
Parameter | Call | URL Format |
AssetID | list_device_asset_details |
https://SERVER/api/?apikey=yourAPIkey&service=list_device_asset_details&deviceid=DEVICEID |
DeviceID | list_devices_at_client |
https://SERVER/api/?apikey=yourAPIkey&service=list_devices_at_client&clientid=CLIENTID&devicetype=server |
list_servers |
https://SERVER/api/?apikey=yourAPIkey&service=list_servers&siteid=SITEID |
|
list_workstations |
https://SERVER/api/?apikey=yourAPIkey&service=list_workstations&siteid=SITEID |
|
SiteID | list_sites | https://SERVER/api/?apikey=yourAPIkey&service=list_sites&clientid=CLIENTID |
ClientID | list_clients | https://SERVER/api/?apikey=yourAPIkey&service=list_clients |