ビュー:

Type

Value

Example

Description

2: Endpoint type

  • 1: Desktop

  • 2: Server

[{{"type": 2, "value": [1] }}]

Select all agents where the "endpoint type" is equal to "desktop"

4: IP address range

"<Starting_IP_Address>", "<Ending_IP_Address>"

[{{"type": 4, "value": ["127.0.0.1", "127.0.0.5"]}}]

Select all agents where the IP address is within the range of "127.0.0.1" to "127.0.0.5"

5: Operating system

  • 1: WIN_XP

  • 2: WIN_VISTA

  • 3: WIN_7

  • 4: WIN_8

  • 5: WIN_10

  • 6: WIN_2000

  • 7: WIN_2003

  • 8: WIN_2008

  • 9: WIN_2012

  • 10: WIN_2016

  • 11: IOS

  • 12: MAC_OS

  • 13: ANDROID

  • 14: SYMBIAN

  • 15: WIN_MOBILE

  • 0: OTHERS

[{{"type": 5, "value": [8, 10] }}]

Select all agents where the "operating system" type is equal to "Windows 2008" or "Windows 2016"