POST 1.0/internal/azure/firewall/{resellerid}

Description

Updates all Azure Servers' firewall Settings with an IP address

URI Parameters

Name Description Type Additional information
resellerID

Determines the Azure account to update

integer

Required

Name Description Type Additional information
RuleName

string

Required

RuleIPAddress

string

Required

application/json, text/json

Sample:
{
  "ruleName": "sample string 1",
  "ruleIPAddress": "sample string 2"
}

application/xml, text/xml

Sample:
<AzureFirewallSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <RuleName>sample string 1</RuleName>
  <RuleIPAddress>sample string 2</RuleIPAddress>
</AzureFirewallSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.