Retrieve all config elements: SD.sip-adv-log-trace
get
https://cloud-native-SBC-IP/config/v1/sd/sip-adv-log-trace
Retrieve all config elements: SD.sip-adv-log-trace
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 all config elements: SipAdvancedLogging
Root Schema : schema
Type:
Show Source
array
-
Array of:
object schema
Configure logging of specific SIP requests/session by criteria
Nested Schema : schema
Type:
object
Configure logging of specific SIP requests/session by criteria
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
conditions: array
conditions
List of conditions to match for logging
-
level: string
Allowed Values:
[ "None", "Fatal", "Error", "Warning", "Info", "Debug", "Trace" ]
-
matches-per-window: integer
(int64)
Minimum Value:
1
Maximum Value:999999999
Number of matches to be logged per time window -
name(required): string
Minimum Length:
1
Pattern:^[A-Za-z0-9_][A-Za-z0-9._\-]{0,127}$
Logging Name -
state: boolean
administrative state
-
trace-scope: string
Allowed Values:
[ "None", "SIPOnly", "Detailed" ]
-
window-size: integer
(int64)
Minimum Value:
1
Maximum Value:999999999
Size of the logging time window (seconds)
Nested Schema : conditions
Type:
array
List of conditions to match for logging
Show Source
-
Array of:
object SipAdvancedLogCondition
Configure conditions for matching SIP requests/sessions
Nested Schema : SipAdvancedLogCondition
Type:
object
Configure conditions for matching SIP requests/sessions
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
match-procedure: string
Allowed Values:
[ "exact-match", "regex-match" ]
-
match-type(required): string
Allowed Values:
[ "request-type", "recv-agent", "recv-realm", "request-uri-user", "request-uri-host", "to-header-user", "to-header-host", "from-header-user", "from-header-host", "call-id" ]
-
match-value: string
Exact value to match or regular expression format. For match-type = request-type, Valid Values : REGISTER, INVITE, ACK, BYE, CANCEL, PRACK, OPTIONS, INFO, SUBSCRIBE, NOTIFY, REFER, UPDATE, MESSAGE, PUBLISH
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" ]