Network
The Network API allows managing the network structure through the following methods:
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.deleteEndpoint
: deletes a specified endpoint.setEndpointLabel
: sets a label to an endpoint.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