Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.43 KB

CustomFieldUsage.md

File metadata and controls

20 lines (15 loc) · 1.43 KB

CustomFieldUsage

Properties

Name Type Description Notes
field_name str Field name.
field_id str Identifier of the field.
data_type str Field type. Possible values are `String`, `Long`, `Int`, `Double`, `Boolean`.
state str Indicates whether the field is enabled and its values are being accepted. Possible values are `Enabled` and `Disabled`.
field_extraction_rules [str] An array of hexadecimal identifiers of field extraction rules which use this field. [optional]
roles [str] An array of hexadecimal identifiers of roles which use this field in the search filter. [optional]
partitions [str] An array of hexadecimal identifiers of partitions which use this field in the routing expression. [optional]
collectors_count int Total number of collectors using this field. [optional]
sources_count int Total number of sources using this field. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]