22 Routing Forward Profiles
22.1 Get
GET https://<HOST>:<PORT>/api/routingForwardProfiles/get?version=0
Returns the currently configured routing forward profiles
Required Permissions
-
API
-
Configuration Mode Read Access
Request parameters
-
completeData
Type: Boolean
Determines if the configuration (true) of the routing forward profiles or only its id and display name (false) will be returned.
Response Body Structure
The response body is strutured as an array. The array consists of RoutingForwardProfile JSON objects. A description for its fields is at section 27.75.1. For the JSON schema refer to section 27.75.2.
Example
22.2 Add
POST https://<HOST>:<PORT>/api/routingForwardProfiles/add?version=0
Adds a new routing forward profile.
Required Permissions
-
API
-
Configuration Mode Read/Write Access
Request Body Structure
The request body is structured as AddRoutingForwardProfileOptions JSON object. A description for its fields is at section 27.38.1. For the JSON schema refer to section 27.38.2.
Response Body Structure
The response body is structured as GetRoutingDomainOptions JSON object. A description for its fields is at section 27.36.1. For the JSON schema refer to section 27.36.2.