[Index]

Model: data/ModelImplementedFilters

This model stores information about extending a model schema.

Model Details: data/ModelImplementedFilters

Title Description Details
Name * Name of the generic device model schema extensions.
  • Field Name: device_model_type_name
  • Type: String
  • MaxLength: 1024
Version * Description of the generic device model schema extensions.
  • Field Name: version
  • Type: String
  • MaxLength: 1024
Implemented Filters A list of filters that are implemented by the device model. Filters matching these criteria will not be applied to the results returned from this model.
  • Field Name: implemented_filters.[n]
  • Type: Array
Attribute Name * The attribute name to which the filter applies.
  • Field Name: implemented_filters.[n].attr_name
  • Type: String
  • MaxLength: 1024
Condition * The nature of comparison to be made for the filter.
  • Field Name: implemented_filters.[n].condition
  • Type: String
  • MaxLength: 1024
  • Choices: ["Equals", "Not Equals", "Greater Than", "Less Than", "In", "Not In", "Like"]