Create filter

This API creates a device filter.

FieldNecessityDescription
attributesoptionalList of data objects
device_metadataoptionalList of device metadata objects
descriptionoptionalBrief description of the filter
dsnsoptionalArray of DSNs

{
“match”: [“dsn1”],
“include”: [“dsn2”],
“exclude”: [“dsn3”]
}
filter_metadataoptionalList of filter metadata objects
namerequiredFilter name
oem_modelrequiredOEM model name
oem_versionoptionalOEM version number
propertiesoptionalList of properties data objects
statusoptionalList of status objects
{
    "dsns": {
        "exclude": [],
        "include": [],
        "match": [
            "TESTDSN_753877_001",
            "TESTDSN_164527_000"
        ]
    },
    "name": "TestFileter33",
    "oem_model": "ledevb",
    "oem_version": null
}
{
 “oem_model”:”linuxex1”, 
 “name”: “V2 Washers”, 
 “properties”: 
  [
   {“key”:“Backlight”, 
    “op”:“=”, 
    “value”:“1”
   }
  ]
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!