Retrieve the sub-element SD.access-control.source-address
get
https://cloud-native-SBC-IP/config/v1/sd/access-control/{ElementKey}/source-address
Retrieve the sub-element SD.access-control.source-address
Request
Path Parameters
-
ElementKey: string
Identifier for the 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 the sub-element: FlowAddress
Root Schema : schema
Type:
object
destination ip address
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
ip-address(required): string
Minimum Length:
1
-
ip-port: integer
(int32)
Minimum Value:
0
Maximum Value:65535
Enter a number in the range 0..65535. This will be an optional port number for both IPv4 and IPv6 addresses, (range: 0-65535 for both IPv4 and IPv6), e.g. 5000 -
num-bits: integer
(int64)
Minimum Value:
0
Maximum Value:128
Enter a number in the range 0..128. This will be an optional CIDR prefix for an IPv4 or IPv6 address (range: 0-32 for an IPv4 address) (range: 0-128 for an IPv6 address), e.g. 16(for IPv4) and 64(for IPv6) -
num-port-bits: integer
(int64)
Minimum Value:
0
Maximum Value:16
Enter a number in the range 0..16. This will be an optional CIDR prefix for the port, (range: 0-16 for both IPv4 and IPv6), e.g. 14
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" ]