25 Routing Forward Profiles
25.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 32.104.1. For the JSON schema refer to section 32.104.2.
Example
25.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 32.51.1. For the JSON schema refer to section 32.51.2.
Response Body Structure
The response body is structured as GetRoutingDomainOptions JSON object. A description for its fields is at section 32.48.1. For the JSON schema refer to section 32.48.2.