Retrieve all sub-elements: SD.sip-adv-log-trace.conditions

get

https://cloud-native-SBC-IP/config/v1/sd/sip-adv-log-trace/{ElementKey}/conditions

Retrieve all sub-elements: SD.sip-adv-log-trace.conditions

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 all sub elements: SipAdvancedLogCondition
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : schema
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