Action type

Element Type Description

action

String

One of the following:

  • create
  • delete
  • addObjectsToGroup
  • removeObjectsFromGroup
  • replaceContent
devices Array of String

List of device ids.

Example: "fw_ny_dc_01","fw_kmtc_02"

lineOrder Integer When executing multiple actions, the sequence number this action should be listed as.
Example: 0,1,2,3...
name String The Display name of the Object being modified.

isGroup

String

Whether the object is able to hold multiple values within it. Non-group objects may not be transformed into group objects, and group objects may not become non-group objects(though they may contain only 1 value).

One of the following::

  • True
  • False

Example of a non-group object: host_1.1.1.1

Example of group object: ntp_servers

objectContainers Array of Integer List of object containers IDs.
type String

The type of object.

One of the following:

  • network
  • service

values

Array of String

List of values being added, removed, or placed.

Example for Service Object: ["tcp/23","udp/53"]

Example for Network Object: ["1.1.1.1","192.168.0.1/24"]

 

â See also: