1
Hardware and Performance / Re: Hardware recommendations for 10G upgrade
« on: May 11, 2022, 09:29:04 pm »
I can recommend the scope7 5510
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
while IFS=',' read name IPv4 description; do curl --header "Content-Type: application/json" --basic --user "<API-User-Key>:<API-User-secret>" --request POST --insecure --data '{"alias": { "name": "'"${name}"'", "content": "'"${IPv4}"'", "description": "'"${description}"'", "enabled" : "1", "type" : "host"}}' https://<IP-von-FW>/api/firewall/alias/additem/; done < fw_hosts.csv
curl --header "Content-Type: application/json" --basic --user "<API-User-Key>:<API-User-secret>" --request POST --insecure --data '{"alias": { "name": "'"${name}"'", "content": "'"${IPv4}"'", "description": "'"${description}"'", "enabled" : "1", "type" : "host"}}' https://<IP-von-FW>/api/firewall/alias/additem/