Replace a sub-element: SD.session-agent.match-identifier

put

https://cloud-native-SBC-IP/config/v1/sd/session-agent/{ElementKey}/match-identifier/{ElementKeySE}

Replace a sub-element: SD.session-agent.match-identifier

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Identification criteria to match this agent
Show Source
  • Read Only: true
    Identifier for the element or sub-element
  • Minimum Length: 1
    Pattern: ^([A-Za-z0-9_][A-Za-z0-9._\-]{0,127})?$|^[A-Za-z0-9_][A-Za-z0-9._\-]{0,127}$
    specify the session-agent-identifier-rule which will be used to identify this agent if not matching by IP Address
  • Minimum Length: 1
    Pattern: ^.*$
    value to match in sip header field which identifies this Session Agent
Back to Top

Response

Supported Media Types

200 Response

return one sub element: SessionAgentIdentifier
Body ()
Root Schema : schema
Type: object
Identification criteria to match this agent
Show Source
  • Read Only: true
    Identifier for the element or sub-element
  • Minimum Length: 1
    Pattern: ^([A-Za-z0-9_][A-Za-z0-9._\-]{0,127})?$|^[A-Za-z0-9_][A-Za-z0-9._\-]{0,127}$
    specify the session-agent-identifier-rule which will be used to identify this agent if not matching by IP Address
  • Minimum Length: 1
    Pattern: ^.*$
    value to match in sip header field which identifies this Session Agent

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