taxii : Taxii Member object.

The Taxii Member object provides information about Taxii service configuration such as the start/stop flag and RPZ (Response Policy Zone) configuration.

Object Reference

References to taxii are object references. The name part of a Taxii Member object reference has the following components:

  • The name of the Taxii Member object.

Example: taxii/ZGldHdvcmtfdmlldyQxMTk:taxii2

Restrictions

The object does not support the following operations:

  • Create (insert)
  • Delete
  • Global search (searches via the search object)
  • Scheduling
  • CSV export

The object cannot be managed on Cloud Platform members.

Fields

These fields are actual members of the object; thus, they can be requested by using _return_fields, if the fields are readable.

The basic version of the object contains the field(s): ipv4addr, ipv6addr, name.

enable_service

enable_service

Indicates whether the Taxii service is running on the given member or not.

Type

Bool.

Create

The default value is False.

Search

The field is not available for search.

ipv4addr

ipv4addr

The IPv4 Address of the Grid member.

Type

String.

Search

The field is available for search via

  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

Notes

The ipv4addr is part of the base object.

The ipv4addr cannot be updated.

ipv4addr cannot be written.

ipv6addr

ipv6addr

The IPv6 Address of the Grid member.

Type

String.

Search

The field is available for search via

  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

Notes

The ipv6addr is part of the base object.

The ipv6addr cannot be updated.

ipv6addr cannot be written.

name

name

The name of the Taxii Member.

Type

String.

Search

The field is available for search via

  • ‘:=’ (case insensitive search)
  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

Notes

The name is part of the base object.

The name cannot be updated.

name cannot be written.

taxii_rpz_config

taxii_rpz_config

Taxii service RPZ configuration list.

Type

A/An Taxii Member RPZ Configuration struct array.

Create

The default value is:

empty

Search

The field is not available for search.

Fields List

Field Type Req R/O Base Search
enable_service Bool N N N N/A
ipv4addr String N Y Y = ~
ipv6addr String N Y Y = ~
name String N Y Y : = ~
taxii_rpz_config [struct] N N N N/A