You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was facing some issues while adding new edge firewall rules via the nsxramlclient. I checked and found that the API spec.(v 6.2.3) was having incorrect resource body example and schema defined for the "firewallRules" resource (API : https:///api/4.0/edges//firewall/config/rules ).
We are using the same schema for the parent nsxEdgeFirewallConfig (/firewall/config) and the firewallRules (/firewall/config/rules) resources.
From the API Spec. , POST calls to /firewall/config/rules should follow the below format :
Hello ,
I was facing some issues while adding new edge firewall rules via the nsxramlclient. I checked and found that the API spec.(v 6.2.3) was having incorrect resource body example and schema defined for the "firewallRules" resource (API : https:///api/4.0/edges//firewall/config/rules ).
We are using the same schema for the parent nsxEdgeFirewallConfig (/firewall/config) and the firewallRules (/firewall/config/rules) resources.
From the API Spec. , POST calls to /firewall/config/rules should follow the below format :
Currently we are using the following format (which happens to be the same as the parent's( nsxEdgeFirewallConfig's) format :
I suppose the schema definition for firewallRulesCreate also needs to be changed.
Lemme know if more details are required and thanks in advance :)
--
Sarath.K
sarathk@vmware.com