Skip to main content

Network

The Network API allows managing the network structure through the following methods:

  • getCompaniesList: returns the list of companies under a parent company or from a company folder.

  • getCompanyFoldersList: returns the list of company folders under a company or under a company folder.

  • createCompanyFolder: creates a new folder under an existing folder or company.

  • deleteCompanyFolder: deletes a company folder.

  • moveCompanyOrCompanyFolder: moves a company or company folder under a parent company or company folder.

  • getEndpointsList: returns returns the list of endpoints under the specified company or group.

  • getManagedEndpointDetails: returns the properties of the specified endpoint.

  • createCustomGroup: creates a new custom group.

  • deleteCustomGroup: deletes a custom group.

  • moveCustomGroup: moves a custom group under another custom group.

  • getCustomGroupsList: retrieves the list of groups under a specified group.

  • moveEndpoints: moves the specified list of endpoints to a custom group.

  • moveEndpointsBetweenCompanies: moves the specified list of endpoints to another protected entity.

  • deleteEndpoint: deletes a specified endpoint.

  • setEndpointLabel: sets a label to an endpoint.

  • getRootContainers: returns the root containers for a company. Available root containers include Companies, Network, Computers and Groups, Deleted.

  • getNetworkInventoryItems: returns network inventory items.

  • createScanTask: launches a scan task on the specified endpoints or groups. The available scan types are: Quick Scan, Full Scan, Memory Scan and Custom Scan.

  • createReconfigureClientTask: creates a new Reconfigure agent task.

  • createScanTaskByMac: generates scan tasks for managed endpoints identified by MAC address.

  • getScanTasksList: returns the list of scan tasks.

API URL for version 1.0: CONTROL_CENTER_APIs_ACCESS_URL/v1.0/jsonrpc/network. This is the default version and is available for all Network API methods.

API URL for version 1.1: CONTROL_CENTER_APIs_ACCESS_URL/v1.1/jsonrpc/network. This version is available for the following methods:

  • getEndpointsList

  • getNetworkInventoryItems

  • createReconfigureClientTask

  • getTaskStatus