Directory
Get All Directory Entries
Example Response
Delete Directory Entries
Example Request
This POST deletes directory entries with the below IDs.
Add/Update Directory Entries
Bulk update endpoints and directory entries or add new directory entries.
Request body fields:
-
Match
-
Set this to the name of the column on which to match existing values:
-
“DestinationCode”
-
“IpAddress” (matches endpoints only)
-
“MAC” (matches endpoints only)
-
“URN” (matches endpoints only)
-
-
UpdateEndpoints (default false)
-
Set to true to update any matching endpoints
-
-
UpdateDirectory (default false)
-
Set to true to update any matching directory entries
-
-
AddDirectory (default false)
-
Set to true to create new directory entries if no matches are found
-
-
Data
-
A list of values, each representing an endpoint/directory entry to update or create
-
The following fields can be included:
-
Name (Custom Name)
-
Destination Code
-
Location
-
Latitude
-
Longitude
-
Elevation
-
IpAddress (affects endpoints only)
-
MAC (affects endpoints only)
-
URN (affects endpoints only)
-
Site (affects endpoints only)
-
-