Retrieve one config element: SD.access-control

get

https://cloud-native-SBC-IP/config/v1/sd/access-control/{ElementKey}

Retrieve one config element: SD.access-control

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 config element: AccessControl
Body ()
Root Schema : schema
Type: object
configure a static or dynamic access control list
Show Source
Nested Schema : FlowAddress
Type: object
destination ip address
Show Source
  • Read Only: true
    Identifier for the element or sub-element
  • Minimum Length: 1
  • 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
  • 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)
  • 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
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