Retrieve one config element: SD.sip-adv-log-trace
get
https://cloud-native-SBC-IP/config/v1/sd/sip-adv-log-trace/{ElementKey}
Retrieve one config element: SD.sip-adv-log-trace
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: SipAdvancedLogging
Root Schema : schema
Type:
objectConfigure logging of specific SIP requests/session by criteria
Show Source
-
_elementKey: string
Read Only:
trueIdentifier 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:
1Maximum Value:999999999Number of matches to be logged per time window -
name(required): string
Minimum Length:
1Pattern:^[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:
1Maximum Value:999999999Size of the logging time window (seconds)
Nested Schema : conditions
Type:
arrayList of conditions to match for logging
Show Source
-
Array of:
object SipAdvancedLogCondition
Configure conditions for matching SIP requests/sessions
Nested Schema : SipAdvancedLogCondition
Type:
objectConfigure conditions for matching SIP requests/sessions
Show Source
-
_elementKey: string
Read Only:
trueIdentifier 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:
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" ]