Retrieve one config element: SD.session-constraints
get
https://cloud-native-SBC-IP/config/v1/sd/session-constraints/{ElementKey}
Retrieve one config element: SD.session-constraints
Request
Path Parameters
-
ElementKey: string
Identifier for the element
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 one config element: SessionConstraints
Root Schema : schema
Type:
objectconfigure session constraints
Show Source
-
_elementKey: string
Read Only:
trueIdentifier for the element or sub-element -
burst-rate-window: integer
(int64)
Minimum Value:
0Maximum Value:999999999burst rate window (seconds) <0-999999999> -
cac-alarm-threshold: integer
(int64)
Minimum Value:
0Maximum Value:99CAC utilization threshold (percent). An alarm will be generated when session utilization or burst-rate utilization exceeds this value. -
in-service-period: integer
(int64)
Minimum Value:
0Maximum Value:999999999in service period <0-999999999> -
max-burst-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max burst rate (invites per second) <0-999999999> -
max-inbound-burst-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max inbound burst rate (invites per second) <0-999999999> -
max-inbound-sessions: integer
(int64)
Minimum Value:
0Maximum Value:999999999max inbound sessions allowed <0-999999999> -
max-inbound-sustain-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max inbound sustained rate (invites per second) <0-999999999> -
max-outbound-burst-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max outbound burst rate (invites per second) <0-999999999> -
max-outbound-sessions: integer
(int64)
Minimum Value:
0Maximum Value:999999999max outbound sessions allowed <0-999999999> -
max-outbound-sustain-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max outbound sustained rate (invites per second) <0-999999999> -
max-sessions: integer
(int64)
Minimum Value:
0Maximum Value:999999999max sessions allowed <0-999999999> -
max-sustain-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max sustained rate (invites per second) <0-999999999> -
min-asr: integer
(int64)
Minimum Value:
0Maximum Value:100minimum asr <0-100>percentage -
min-seizures: integer
(int64)
Minimum Value:
1Maximum Value:999999999minimum number of seizures for a no-answer scenario <1-999999999> -
name(required): string
Minimum Length:
1Pattern:^[A-Za-z0-9_][A-Za-z0-9._\-]{0,127}$name of the constraint -
rate-constraints: array
rate-constraints
create a rate constraint for a method
-
state: boolean
session constraint is enabled or not <enabled/disabled>
-
sustain-rate-window: integer
(int64)
Minimum Value:
0Maximum Value:999999999sustained rate window (seconds) <0-999999999> -
time-to-resume: integer
(int64)
Minimum Value:
0Maximum Value:999999999time to resume <0-999999999> -
ttr-no-response: integer
(int64)
Minimum Value:
0Maximum Value:999999999no response time to resume <0-999999999>
Nested Schema : rate-constraints
Type:
arraycreate a rate constraint for a method
Show Source
-
Array of:
object schema
create a rate constraint for a method
Nested Schema : schema
Type:
objectcreate a rate constraint for a method
Show Source
-
_elementKey: string
Read Only:
trueIdentifier for the element or sub-element -
max-inbound-burst-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max inbound burst rate (methods per rate) -
max-inbound-sustain-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max inbound sustained rate (methods per rate) -
max-outbound-burst-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max outbound burst rate (methods per rate) -
max-outbound-sustain-rate: integer
(int64)
Minimum Value:
0Maximum Value:999999999max outbound sustained rate (methods per rate) -
method(required): string
Allowed Values:
[ "INVITE", "ACK", "BYE", "CANCEL", "REGISTER", "OPTIONS", "PRACK", "SUBSCRIBE", "NOTIFY", "PUBLISH", "INFO", "REFER", "MESSAGE", "UPDATE" ]
404 Response
Not Found
Root Schema : ApiValidationError
Type:
Show Source
object-
_elementKey: string
Read Only:
trueIdentifier 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:
trueIdentifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]