URI | Description |
---|---|
<base_URI>/operational-state/vxlan-acl-state/extended-data/{aclname}/ | Displays Vxlan ACL information. |
Only GET operation is supported. Use of the Resource-Depth request header is recommended.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/operational-state/vxlan-acl-state/extended-data/ext-test
None
<extended-data xmlns="urn:brocade.com:mgmt:brocade-ssm-operational" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/operational-state/vxlan-acl-state/extended-data/ext-test"> <acl-name>ext-test</acl-name> <seq-num>10</seq-num> <permit-deny>permit</permit-deny> <dst-vtep-ip>0.0.0.0</dst-vtep-ip> <src-vtep-ip>0.0.0.0</src-vtep-ip> <vni>0</vni> <vni-mask>0</vni-mask> <dst-ip>0.0.0.0</dst-ip> <dst-ip-mask>32</dst-ip-mask> <src-ip>0.0.0.0</src-ip> <src-ip-mask>32</src-ip-mask> <dst-port>0</dst-port> <src-port>0</src-port> <count>0</count> <byte-count>0</byte-count> <transit-name>test</transit-name> <sflow>true</sflow> </extended-data>