List Searchable Fields

Returns the searchable fields grouped by scope

SecuritybearerAuth
Responses
200

OK

4XX

Invalid Request

get/server-groups-api/device/metadata/fields
Request samples
Response samples
application/json
{
  • "property1": [
    • {
      • "name": "string",
      • "type": "string",
      • "operators": [
        • "EQ"
        ]
      }
    ],
  • "property2": [
    • {
      • "name": "string",
      • "type": "string",
      • "operators": [
        • "EQ"
        ]
      }
    ]
}