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
Query Parameters
  • 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 Top

Response

Supported Media Types

200 Response

return one config element: SipAdvancedLogging
Body ()
Root Schema : schema
Type: object
Configure logging of specific SIP requests/session by criteria
Show Source
Nested Schema : conditions
Type: array
List of conditions to match for logging
Show Source
Nested Schema : SipAdvancedLogCondition
Type: object
Configure conditions for matching SIP requests/sessions
Show Source
  • Read Only: true
    Identifier for the element or sub-element
  • Allowed Values: [ "exact-match", "regex-match" ]
  • 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" ]
  • 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
Body ()
Root Schema : ApiValidationError
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Errors
Type: object
Show Source
Back to Top