Update Endpoints for Firewall

master
klafyvel 7 years ago
parent
commit
a2f91b533b
  1. 40
      API/Endpoints.md

40
API/Endpoints.md

@ -3355,6 +3355,46 @@ https://<hostname>/api/<endpoint>
</details> </details>
# Firewall endpoints
<details><summary><b>/firewall/subnet-ports</b></summary>
<table>
<tr>
<th> Method </th>
<th> ACL required </th>
<th> Effect </th>
<th> Params </th>
<th> Data </th>
</tr><tr>
<th> GET </th>
<th> - Can view the api <br \>
- Can view all iptypes </th>
<th> Retrieve all the informations on IpTypes about ports opening.</th>
<th> N/A </th>
<th> N/A </th>
</tr>
</table>
</details>
<details><summary><b>/firewall/interface-ports/</b></summary>
<table>
<tr>
<th> Method </th>
<th> ACL required </th>
<th> Effect </th>
<th> Params </th>
<th> Data </th>
</tr><tr>
<th> GET </th>
<th> - Can view the api <br \>
- Can view all interfaces </th>
<th> Retrieve all the informations about ports opening on every interfaces. </th>
<th> N/A </th>
<th> N/A </th>
</tr>
</table>
</details>
# Other endpoints # Other endpoints
<details><summary><b>/services/regen/</b></summary> <details><summary><b>/services/regen/</b></summary>

Loading…
Cancel
Save