HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Update a Firewall log Client Configuration by UUID

Update a Firewall log Client Configuration object by its UUID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length between 32 and 36

UUID of Firewall log Client Configuration object to update

Body Params

Firewall log Client Configuration To update a Firewall log Client Configuration attributes with:

  • name - names this FWLog object.
  • facility - facility of messages to log.
  • severity - severities of messages to log.
  • logging_enable - Enable logging to persistent storage on an ongoing basis.
  • format - Format of the Firewall log.
  • fw_type - Type of Firewall Log Export configuration.
  • entity_list - list of entities. Each contains:
  • host - address of remote fwlog server. Specify a hostname, IPv4 or IPv6 address.
  • port - optional internet port for host.
  • transport - Transport layer protocol used to forward messages to the server. To update a Firewall log Client Configuration's associations with:
  • fabric_uuids: UUIDs of any fabrics with which this configuration is associated.
  • switch_uuids: UUIDs of any switches with which this configuration is associated.
string
required
switch_uuids
array
required

UUIDs of switches this Firewall Client Configuration is applied to. To exclude, specify value as the empty array: []

switch_uuids*
fabric_uuids
array
required

UUIDs of fabrics this Firewall Client Configuration is applied. When using fabric_uuid the configuration will be applied to all switches in the fabric. If the fabric is expanded the new switch will automatically pick up the new settings covered by fabric_uuid. To exclude, specify value as the empty array: []

fabric_uuids*
string
enum
required

One of:
LOCAL0,LOCAL1,LOCAL2,LOCAL3,LOCAL4,LOCAL5,LOCAL6,LOCAL7

string
enum
required

Forwards firewall messages with the severity.

Allowed:
string
enum
required
Allowed:
string
enum
required

Indicates the firewall type. Currently supports only Pensando

Allowed:
boolean
required
Defaults to false

Enable the log export target to be the entity itself.
In case of Pensando, PSM is enabled as the FWLog target.
Default value is False

entry_list
array of objects
required
length ≤ 1
entry_list*
network_config
array of objects
required
network_config*
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; version=1.0