Retrieve all config elements: SD.sip-feature
get
https://cloud-native-SBC-IP/config/v1/sd/sip-feature
Retrieve all config elements: SD.sip-feature
Request
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 all config elements: SipFeature
Root Schema : schema
Type:
Show Source
array
-
Array of:
object schema
configure SIP option tag parameters
Nested Schema : schema
Type:
object
configure SIP option tag parameters
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
name(required): string
Minimum Length:
1
SIP feature tag name -
proxy-require-mode-inbound: string
Allowed Values:
[ "Pass", "Reject" ]
-
proxy-require-mode-outbound: string
Allowed Values:
[ "Pass", "Reject" ]
-
realm: string
Realm name with which the feature will be associated. To make it a global feature leave this parameter blank
-
require-mode-inbound: string
Allowed Values:
[ "Pass", "Reject" ]
-
require-mode-outbound: string
Allowed Values:
[ "Pass", "Reject" ]
-
support-mode-inbound: string
Allowed Values:
[ "Pass", "Strip" ]
-
support-mode-outbound: string
Allowed Values:
[ "Pass", "Strip" ]
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" ]