Retrieve the config element: SD.session-router
get
https://cloud-native-SBC-IP/config/v1/sd/session-router
Retrieve the config element: SD.session-router
Request
Query Parameters
-
revision-id: string
Integer value of saved revision, or 'latest', 'active' to show the running config, or 'staging' to show complete configuration to be activated
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
return config element: SessionRouter
Root Schema : schema
Type:
object
configure session router
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
additional-lp-lookups: integer
(int64)
Minimum Value:
0
Maximum Value:5
Number of additional LP lookup stages -
force-report-trunk-info: boolean
enable forcible reporting of trunk info
-
holidays: array
holidays
list of holidays
-
match-lp-src-parent-realm: boolean
match LP Src Parent Realm to account for Child Realms
-
max-routes-per-lookup: integer
(int64)
Minimum Value:
0
Maximum Value:999999999
Max number of routes allowed for each stage of a multi-stage lookup -
multi-stage-src-realm-override: boolean
enable use of local policy next-hop realm for multi stage LP
-
nested-realm-stats: boolean
increment and check stats for each parent realm
-
reject-message-threshold: integer
(int64)
Minimum Value:
0
Maximum Value:999999999
minimum number of rejected messages within a window to trigger trap -
reject-message-window: integer
(int64)
Minimum Value:
1
Maximum Value:999999999
number of seconds for the reject message window -
state: boolean
administrative state
-
system-number-type: string
Allowed Values:
[ "Pots", "Routing", "E164" ]
-
total-lp-routes: integer
(int64)
Minimum Value:
0
Maximum Value:999999999
Total number of routes allowed per request for a multi-stage lookup
Nested Schema : holidays
Type:
array
list of holidays
Show Source
-
Array of:
object Holiday
list of holidays
Nested Schema : Holiday
Type:
object
list of holidays
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
date(required): string
Minimum Length:
1
Pattern:^((19)|(2[0-9]))[0-9][0-9]-((0?[1-9])|(1[0-2]))-((0?[1-9])|([1-2][0-9])|(3[0-1]))$
yyyy-mm-dd -
description: string
description
404 Response
Not Found
Root Schema : ApiValidationError
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
code: string
-
errors: array
errors
-
message: string
-
timestamp: string
Nested Schema : Errors
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]