Globals.inc
Table of Contents
Constants
-
HAL_REL_NAMESPACE
: mixed = 'pfsense'
-
RESERVED_FIELD_NAMES
: mixed = [ 'id', 'parent_id', '_links', 'apply', 'async'...
HAL_REL_NAMESPACE
public
mixed
HAL_REL_NAMESPACE
= 'pfsense'
RESERVED_FIELD_NAMES
public
mixed
RESERVED_FIELD_NAMES
= [
'id',
'parent_id',
'_links',
'apply',
'async',
'limit',
'offset',
'extra',
'placement',
'append',
'remove',
'reverse',
'api_host',
# used by ansible collection
'api_port',
# used by ansible collection
'api_protocol',
# used by ansible collection
'api_username',
# used by ansible collection
'api_key',
# used by ansible collection
'validate_certs',
# used by ansible collection
'objects',
# used by ansible collection
'lookup_fields',
# used by ansible collection
'parent_lookup_query',
# used by ansible collection
'query_params',
]