What's New in Netsweeper WebAdmin 6.2 APIs

Here is a list of APIs added or updated in the 6.2 Netsweeper release.

Contents:

List_Settings

List_Metadata

Count_APIs

Agent_Configuration

List Settings

list_settings_get

This returns the corresponding setting if the name is specified or the complete list of settings for the ID (list

list_settings_insert

This adds the setting with the 'name' and 'value' for the specified list ID. If this setting already exists, the call updates the 'value'.

list_settings_delete

This deletes the named setting for the specified list ID.

list_list (expanded Output)

The list_list API now returns more information, including the list ID.

List Metadata

list_entries_metadata_field_add

This adds or updates the List entries metadata fields and related information.

list_entries_metadata_field_list

This returns all list entry data and related information.

list_entries_metadata_field_delete

This deletes the List entries metadata column and related information.

list_entry_metadata_insert

This adds or updates the List entry metadata.

list_entry_metadata_delete

This deletes all metadata of the List Entry.

list_entry_metadata_get

This returns the List entry metadata.

Back to top

Count APIs

account_group_list_count

This returns the number of groups assigned to an account.

account_list_count

This counts the number of Accounts.

categorylist_list_count

This counts the number of entries in a Category list.

client_list_count

This counts the Clients managed by an Account.

client_list_clientname_count

This counts the Clients with the given Client name.

group_client_list_count

This counts the Clients is a Group.

group_list_count

This counts the number of Groups assigned to an Account.

group_manager_list_count

This counts the number of Groups assigned to an Account.

quarantine_user_list_count

This counts the quarantined users.

list_entry_list_count

This counts the number of entries in a List.

listmanager_list_count

This counts the Accounts that manage the list.

policy_list_count

This counts the number of Policies in a Group.

policy_locallist_list_count

This counts the Local Lists entries in a Group Policy.

report_list_count

This counts the number of Reports.

report_quick_list_count

This counts the number of Quick Reports.

requestserver_list_count

This counts the number of Request Servers.

systemstatus_server_list_count

This counts the servers for system status.

systemstatus_server_query_lists_count

This counts the servers for system list status.

systemstatus_server_services_list_count

This counts the services for system status.

template_category_list_count

This counts the Category Templates.

timesegment_list_count

This counts the Time Segments for a Group Policy.

Back to top

Agent Configuration

agent_config_create (new fields)

agent_config_query

This displays a list of Workstation Agents.

agent_config_modify

This allows you to modify a WAgent configuration.

agent_config_delete

This allows you to delete a WAgent configuration.

Back to top