EngineServicePriority

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
engineId string Engine service identifier
hostName string Hostname of the engine node
port integer Port of the engine service
priority integer Priority ranking (lower is higher priority)
isAppOpen boolean Whether the app is already open on this engine
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-engineservicepriority-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EngineServicePriority",
  "title": "EngineServicePriority",
  "type": "object",
  "properties": {
    "engineId": {
      "type": "string",
      "format": "uuid",
      "description": "Engine service identifier"
    },
    "hostName": {
      "type": "string",
      "description": "Hostname of the engine node"
    },
    "port": {
      "type": "integer",
      "description": "Port of the engine service"
    },
    "priority": {
      "type": "integer",
      "description": "Priority ranking (lower is higher priority)"
    },
    "isAppOpen": {
      "type": "boolean",
      "description": "Whether the app is already open on this engine"
    }
  }
}