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

get

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

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

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 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
Back to Top