Retrieves a schema for the Edgehost search filter
GET/v1/dashboard/edgehosts/search/schema
Retrieves a schema for the Edgehost search filter
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of schema items
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- Array [ 
- ] 
- ] 
schema
properties
undefined[]
defaultstring
displayNamestring
enumstring[]
enumValues
undefined[]
displayValuestring
valuestring
hideDisplayboolean
maxFloatValfloat64
maxIntValint32
minFloatValfloat64
minIntValint32
namestring
typestring
{
  "schema": {
    "properties": [
      {
        "default": "string",
        "displayName": "string",
        "enum": [
          "string"
        ],
        "enumValues": [
          {
            "displayValue": "string",
            "value": "string"
          }
        ],
        "hideDisplay": true,
        "maxFloatVal": 0,
        "maxIntVal": 0,
        "minFloatVal": 0,
        "minIntVal": 0,
        "name": "string",
        "type": "string"
      }
    ]
  }
}
Loading...