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
-
ElementKey: string
Identifier for the element
-
ElementKeySE: string
Identifier for the sub-element
Query Parameters
-
revision-id: string
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 TopResponse
Supported Media Types
- application/json
200 Response
return one sub element: SessionAgentIdentifier
Root Schema : schema
Type:
object
Identification criteria to match this agent
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
identifier-rule(required): string
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 -
match-value(required): string
Minimum Length:
1
Pattern:^.*$
value to match in sip header field which identifies this Session Agent
404 Response
Not Found
Root Schema : ApiValidationError
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
code: string
-
errors: array
errors
-
message: string
-
timestamp: string
Nested Schema : Errors
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]