Method: addLocation

Create a new location with the specified name.

Parameters

Name Type Description
locationGroup string Location group name
name string Name of new location
description string Location description
masks string IP subnets and masks of location

Returns

Returns a string status.

Example

Execute the following web service with a browser:

https://10.120.85.90:8443/axis/services/PurviewWebService/addLocation?locationGroup=Default&name=Example&description=Example-Web-Service&masks=1.1.1.0/24&masks=2.2.2.0/24