Special Filter: gpu

The gpu filter is made up of 2 granularity levels. These are vendor and model. Both are represented as string values.

In the following example, the clients have to have a GPU:

From the vendors NVIDIA or Intel
With the model AMD Radeon HD 4600

{

    "type": "stringArray",

    "vendor": ["NVIDIA", "Intel"],

    "model": ["AMD Radeon HD 4600"]

}