Host Firewall System Disable Ruleset
Blocks the firewall ports belonging to the specified ruleset.
If the ruleset has a managed service with a policy of 'auto' and all other rulesets used by the service are blocked, stops the service.
Required privileges: Host.Config.NetService
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostFirewallSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"id": "string"
}
id
No Content
NotFound: if the ruleset ID is unknown.
HostConfigFault: if an internal error happened when reconfigure the ruleset.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}