Add a sub-element: SD.sip-adv-log-trace.conditions

post

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

Add a sub-element: SD.sip-adv-log-trace.conditions

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root 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
Back to Top

Response

Supported Media Types

200 Response

return one sub element: SipAdvancedLogCondition
Body ()
Root 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

406 Response

Validation Failure
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