Skip to main content

Update an auto-tag action

PUT 

/auto-tag-actions

Update an existing auto-tag action.

Request

Body

OK

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired

    Possible values: <= 63 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

    description string

    Possible values: <= 1023 characters

    filter stringrequired

    Possible values: <= 2047 characters

    Tag based filter defining group membership e.g. tag1 AND tag2 OR tag3

    send_to_panorama boolean
    quarantine boolean
    actions object[]
  • Array [
  • name stringrequired
    type objectrequired
    tagging objectrequired
    target stringrequired

    Source or Destination Address, User, X-Forwarded-For Address

    action required

    Possible values: [add-tag, remove-tag]

    Add or Remove tag option

    timeout number
    tags string[]

    Possible values: <= 64

    Tags for address object

  • ]

Responses

OK

Loading...