Evaluations

The app-evaluator service is responsible for running in-cluster performance and scalability tests/evaluations of apps

Endpoints

Skip to section
GET/v1/evaluations
POST/v1/evaluations
GET/v1/evaluations/{id}
GET/v1/evaluations/{id}/download

Retrieve a list of all historic evaluations for app item id or an app GUID

builddeprecated

Find all evaluations for an app item id or GUID. appId or itemId has to be set in a query parameter. NOTE: It is preferred to use the app item id as this lookup is more performant. Supports paging via next, prev which are sent in the response body

Facts GET /v1/evaluations

Rate limit
required
Tier 1 (1000 requests per minute)

Query Parameters GET /v1/evaluations

all
boolean

Get the full data of the evaluation

appId
string

The app guid.

fileMode
boolean

Add file transfer headers to response

format
string

Specify output format, currently supported are 'json' and 'xml'

itemId
string

The app item id.

limit
default=20, minimum=1, maximum=100
integer<int32>

Number of results to return per page.

next
string

The app evaluation id to get next page from

prev
string

The app evaluation id to get previous page from

Responses GET /v1/evaluations

200
application/json

Evaluation(s) retrieved successfully.

404
application/json

Not Found.

500
application/json

Internal server error.

GET/v1/evaluations

curl "https://your-tenant.us.qlikcloud.com/api/v1/evaluations" \
 -H "Authorization: Bearer <API-key>"

Response GET /v1/evaluations

{
  "links": {
    "next": "/api/v1/evaluations/appId=a84c22cf-31e5-41fe-9e8f-544b85513484&prev=5f5201908b3fc5fc132dbd35"
  },
  "evaluations": [
    {
      "id": "5ecb5e65028d1f0001a98071",
      "appId": "7c2ce11d-4d10-4414-a9b0-620e57298038",
      "ended": "2022-02-09T06:58:40.575Z",
      "events": [
        {
          "details": "An object failed",
          "sheetId": "gregFG",
          "objectId": "adfRFr",
          "severity": "warning",
          "errorCode": "ERR-GOPHERCISER",
          "objectType": "linechart",
          "sheetTitle": "mysheet",
          "objectTitle": "profit",
          "objectVisualization": "linechart"
        }
      ],
      "result": {
        "sheets": [
          {
            "sheet": {
              "id": "fjETFn",
              "title": "my chart",
              "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
              "objectType": 1,
              "responseTimeSeconds1": 12.3,
              "responseTimeSeconds2": 12.3
            },
            "objectCount": 1,
            "sheetObjects": [
              {
                "id": "fjETFn",
                "title": "my chart",
                "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
                "objectType": 1,
                "responseTimeSeconds1": 12.3,
                "responseTimeSeconds2": 12.3
              }
            ]
          }
        ],
        "objHeavy": [
          {
            "id": "fjETFn",
            "title": "my chart",
            "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
            "objectType": 1,
            "cpuSeconds1": 12.3,
            "cpuSeconds2": 12.3,
            "cpuQuotient1": 12.3,
            "cpuQuotient2": 12.3
          }
        ],
        "rowCount": 20000,
        "objNoCache": [
          {
            "id": "fjETFn",
            "title": "my chart",
            "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
            "objectType": 1,
            "responseTimeSeconds1": 12.3,
            "responseTimeSeconds2": 12.3
          }
        ],
        "sheetCount": 5,
        "fileSizeMiB": 12.3,
        "objectCount": 33,
        "maxMemoryMiB": 12.3,
        "objSlowCached": [
          {
            "id": "fjETFn",
            "title": "my chart",
            "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
            "objectType": 1,
            "schema": {
              "id": "fjETFn",
              "title": "my chart",
              "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
              "objectType": 1
            },
            "cpuQuotients1": [],
            "cpuQuotients2": [],
            "responseTimeSeconds1": 12.3,
            "responseTimeSeconds2": 12.3
          }
        ],
        "documentSizeMiB": 12.3,
        "objSlowUncached": [
          {
            "id": "fjETFn",
            "title": "my chart",
            "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
            "objectType": 1,
            "responseTimeSeconds1": 12.3,
            "responseTimeSeconds2": 12.3
          }
        ],
        "dataModelSizeMiB": 654.6,
        "hasSectionAccess": true,
        "topFieldsByBytes": [
          {
            "name": "a",
            "byte_size": 1234,
            "is_system": true,
            "cardinal": 1112,
            "total_count": 1234
          }
        ],
        "topTablesByBytes": [
          {
            "name": "a",
            "byte_size": 1234,
            "is_system": true,
            "no_of_rows": 1234
          }
        ],
        "objSingleThreaded": [
          {
            "id": "fjETFn",
            "title": "my chart",
            "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
            "objectType": 1,
            "cpuSeconds1": 12.3,
            "cpuSeconds2": 12.3,
            "cpuQuotient1": 12.3,
            "cpuQuotient2": 12.3
          }
        ],
        "appOpenTimeSeconds": 12.3
      },
      "status": "finished",
      "userId": "CGMCdm9v4kuTdfimNMacdnsaFI9njcmB",
      "appName": "my app",
      "details": {
        "errors": [],
        "openApp": {
          "cpuSeconds": [],
          "cpuQuotients": [],
          "responseTimeSeconds": 234.3
        },
        "warnings": [],
        "dedicated": true,
        "fileSizeMiB": 12.3,
        "objectMetrics": {},
        "openAppCached": {
          "cpuSeconds": [],
          "cpuQuotients": [],
          "responseTimeSeconds": 234.3
        },
        "engineHasCache": true,
        "concurrentReload": true,
        "minMemoryFreeMiB": 12.3,
        "maxMemoryUsageMiB": 12.3,
        "physicalMemoryMiB": 12.3,
        "maxMemoryCachedMiB": 12.3,
        "maxMemoryNotFreeMiB": 12.3,
        "maxMemoryWorkingMiB": 12.3
      },
      "sheetId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
      "spaceId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
      "started": "2022-02-09T06:58:40.575Z",
      "version": 1,
      "metadata": {
        "reloadmeta": {
          "cpuspent": "123983",
          "peakmemorybytes": 112
        },
        "amountofrows": 1423423234,
        "amountoffields": 12,
        "amountoftables": 7,
        "staticbytesize": 1444234,
        "hassectionaccess": true,
        "amountoffieldvalues": 144423433,
        "amountofcardinalfieldvalues": 14442
      },
      "tenantId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
      "appItemId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
      "timestamp": "2022-02-09T06:58:40.575Z",
      "sheetTitle": "my sheet"
    }
  ]
}

Queue an app evaluation

builddeprecated

Queue an app evaluation by its item id or app guid. NOTE: It is preferred to use the app item id as this lookup is more performant.

Facts POST /v1/evaluations

Rate limit
required
Tier 2 (100 requests per minute)

Request Body POST /v1/evaluations

application/json

The parameters of the evaluation

Responses POST /v1/evaluations

201
application/json

App evaluation queued.

400
application/json

Bad request, incorrect body.

403
application/json

User lacks permissions to evaluate app.

500
application/json

Internal server error.

POST/v1/evaluations

curl "https://your-tenant.us.qlikcloud.com/api/v1/evaluations" \
 -X POST \
 -H "Authorization: Bearer <API-key>" \
 -H "Content-type: application/json" \
 -d '{"appId":"7c2ce11d-4d10-4414-a9b0-620e57298038","itemId":"5e6f8cc63d33cc00018db30b"}'

Request POST /v1/evaluations

{
  "appId": "7c2ce11d-4d10-4414-a9b0-620e57298038",
  "itemId": "5e6f8cc63d33cc00018db30b"
}

Response POST /v1/evaluations

{
  "id": "5ecb5e65028d1f0001a98071",
  "appId": "7c2ce11d-4d10-4414-a9b0-620e57298038",
  "ended": "2022-02-09T06:58:40.575Z",
  "events": [
    {
      "details": "An object failed",
      "sheetId": "gregFG",
      "objectId": "adfRFr",
      "severity": "warning",
      "errorCode": "ERR-GOPHERCISER",
      "objectType": "linechart",
      "sheetTitle": "mysheet",
      "objectTitle": "profit",
      "objectVisualization": "linechart"
    }
  ],
  "result": {
    "sheets": [
      {
        "sheet": {
          "id": "fjETFn",
          "title": "my chart",
          "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
          "objectType": 1,
          "responseTimeSeconds1": 12.3,
          "responseTimeSeconds2": 12.3
        },
        "objectCount": 1,
        "sheetObjects": [
          {
            "id": "fjETFn",
            "title": "my chart",
            "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
            "objectType": 1,
            "responseTimeSeconds1": 12.3,
            "responseTimeSeconds2": 12.3
          }
        ]
      }
    ],
    "objHeavy": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "cpuSeconds1": 12.3,
        "cpuSeconds2": 12.3,
        "cpuQuotient1": 12.3,
        "cpuQuotient2": 12.3
      }
    ],
    "rowCount": 20000,
    "objNoCache": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "responseTimeSeconds1": 12.3,
        "responseTimeSeconds2": 12.3
      }
    ],
    "sheetCount": 5,
    "fileSizeMiB": 12.3,
    "objectCount": 33,
    "maxMemoryMiB": 12.3,
    "objSlowCached": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "schema": {
          "id": "fjETFn",
          "title": "my chart",
          "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
          "objectType": 1
        },
        "cpuQuotients1": [],
        "cpuQuotients2": [],
        "responseTimeSeconds1": 12.3,
        "responseTimeSeconds2": 12.3
      }
    ],
    "documentSizeMiB": 12.3,
    "objSlowUncached": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "responseTimeSeconds1": 12.3,
        "responseTimeSeconds2": 12.3
      }
    ],
    "dataModelSizeMiB": 654.6,
    "hasSectionAccess": true,
    "topFieldsByBytes": [
      {
        "name": "a",
        "byte_size": 1234,
        "is_system": true,
        "cardinal": 1112,
        "total_count": 1234
      }
    ],
    "topTablesByBytes": [
      {
        "name": "a",
        "byte_size": 1234,
        "is_system": true,
        "no_of_rows": 1234
      }
    ],
    "objSingleThreaded": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "cpuSeconds1": 12.3,
        "cpuSeconds2": 12.3,
        "cpuQuotient1": 12.3,
        "cpuQuotient2": 12.3
      }
    ],
    "appOpenTimeSeconds": 12.3
  },
  "status": "finished",
  "userId": "CGMCdm9v4kuTdfimNMacdnsaFI9njcmB",
  "appName": "my app",
  "details": {
    "errors": [],
    "openApp": {
      "cpuSeconds": [],
      "cpuQuotients": [],
      "responseTimeSeconds": 234.3
    },
    "warnings": [],
    "dedicated": true,
    "fileSizeMiB": 12.3,
    "objectMetrics": {},
    "openAppCached": {
      "cpuSeconds": [],
      "cpuQuotients": [],
      "responseTimeSeconds": 234.3
    },
    "engineHasCache": true,
    "concurrentReload": true,
    "minMemoryFreeMiB": 12.3,
    "maxMemoryUsageMiB": 12.3,
    "physicalMemoryMiB": 12.3,
    "maxMemoryCachedMiB": 12.3,
    "maxMemoryNotFreeMiB": 12.3,
    "maxMemoryWorkingMiB": 12.3
  },
  "sheetId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "spaceId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "started": "2022-02-09T06:58:40.575Z",
  "version": 1,
  "metadata": {
    "reloadmeta": {
      "cpuspent": "123983",
      "peakmemorybytes": 112
    },
    "amountofrows": 1423423234,
    "amountoffields": 12,
    "amountoftables": 7,
    "staticbytesize": 1444234,
    "hassectionaccess": true,
    "amountoffieldvalues": 144423433,
    "amountofcardinalfieldvalues": 14442
  },
  "tenantId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "appItemId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "timestamp": "2022-02-09T06:58:40.575Z",
  "sheetTitle": "my sheet"
}

Retrieve a specific evaluation

builddeprecated

Find an evaluation by a specific id.

Facts GET /v1/evaluations/{id}

Rate limit
required
Tier 1 (1000 requests per minute)

Path Parameters GET /v1/evaluations/{id}

id
required
string

Id of the desired evaluation.

Query Parameters GET /v1/evaluations/{id}

all
boolean

Get the full data of the evaluation

format
string

Specify output format, currently supported are 'json' and 'xml'

Responses GET /v1/evaluations/{id}

200
application/json

Evaluation(s) retrieved successfully.

404
application/json

Not Found.

500
application/json

Internal server error.

GET/v1/evaluations/{id}

curl "https://your-tenant.us.qlikcloud.com/api/v1/evaluations/{id}" \
 -H "Authorization: Bearer <API-key>"

Response GET /v1/evaluations/{id}

{
  "id": "5ecb5e65028d1f0001a98071",
  "appId": "7c2ce11d-4d10-4414-a9b0-620e57298038",
  "ended": "2022-02-09T06:58:40.575Z",
  "events": [
    {
      "details": "An object failed",
      "sheetId": "gregFG",
      "objectId": "adfRFr",
      "severity": "warning",
      "errorCode": "ERR-GOPHERCISER",
      "objectType": "linechart",
      "sheetTitle": "mysheet",
      "objectTitle": "profit",
      "objectVisualization": "linechart"
    }
  ],
  "result": {
    "sheets": [
      {
        "sheet": {
          "id": "fjETFn",
          "title": "my chart",
          "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
          "objectType": 1,
          "responseTimeSeconds1": 12.3,
          "responseTimeSeconds2": 12.3
        },
        "objectCount": 1,
        "sheetObjects": [
          {
            "id": "fjETFn",
            "title": "my chart",
            "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
            "objectType": 1,
            "responseTimeSeconds1": 12.3,
            "responseTimeSeconds2": 12.3
          }
        ]
      }
    ],
    "objHeavy": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "cpuSeconds1": 12.3,
        "cpuSeconds2": 12.3,
        "cpuQuotient1": 12.3,
        "cpuQuotient2": 12.3
      }
    ],
    "rowCount": 20000,
    "objNoCache": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "responseTimeSeconds1": 12.3,
        "responseTimeSeconds2": 12.3
      }
    ],
    "sheetCount": 5,
    "fileSizeMiB": 12.3,
    "objectCount": 33,
    "maxMemoryMiB": 12.3,
    "objSlowCached": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "schema": {
          "id": "fjETFn",
          "title": "my chart",
          "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
          "objectType": 1
        },
        "cpuQuotients1": [],
        "cpuQuotients2": [],
        "responseTimeSeconds1": 12.3,
        "responseTimeSeconds2": 12.3
      }
    ],
    "documentSizeMiB": 12.3,
    "objSlowUncached": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "responseTimeSeconds1": 12.3,
        "responseTimeSeconds2": 12.3
      }
    ],
    "dataModelSizeMiB": 654.6,
    "hasSectionAccess": true,
    "topFieldsByBytes": [
      {
        "name": "a",
        "byte_size": 1234,
        "is_system": true,
        "cardinal": 1112,
        "total_count": 1234
      }
    ],
    "topTablesByBytes": [
      {
        "name": "a",
        "byte_size": 1234,
        "is_system": true,
        "no_of_rows": 1234
      }
    ],
    "objSingleThreaded": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "cpuSeconds1": 12.3,
        "cpuSeconds2": 12.3,
        "cpuQuotient1": 12.3,
        "cpuQuotient2": 12.3
      }
    ],
    "appOpenTimeSeconds": 12.3
  },
  "status": "finished",
  "userId": "CGMCdm9v4kuTdfimNMacdnsaFI9njcmB",
  "appName": "my app",
  "details": {
    "errors": [],
    "openApp": {
      "cpuSeconds": [],
      "cpuQuotients": [],
      "responseTimeSeconds": 234.3
    },
    "warnings": [],
    "dedicated": true,
    "fileSizeMiB": 12.3,
    "objectMetrics": {},
    "openAppCached": {
      "cpuSeconds": [],
      "cpuQuotients": [],
      "responseTimeSeconds": 234.3
    },
    "engineHasCache": true,
    "concurrentReload": true,
    "minMemoryFreeMiB": 12.3,
    "maxMemoryUsageMiB": 12.3,
    "physicalMemoryMiB": 12.3,
    "maxMemoryCachedMiB": 12.3,
    "maxMemoryNotFreeMiB": 12.3,
    "maxMemoryWorkingMiB": 12.3
  },
  "sheetId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "spaceId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "started": "2022-02-09T06:58:40.575Z",
  "version": 1,
  "metadata": {
    "reloadmeta": {
      "cpuspent": "123983",
      "peakmemorybytes": 112
    },
    "amountofrows": 1423423234,
    "amountoffields": 12,
    "amountoftables": 7,
    "staticbytesize": 1444234,
    "hassectionaccess": true,
    "amountoffieldvalues": 144423433,
    "amountofcardinalfieldvalues": 14442
  },
  "tenantId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "appItemId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "timestamp": "2022-02-09T06:58:40.575Z",
  "sheetTitle": "my sheet"
}

Download a detailed XML log of a specific evaluation

builddeprecated

Find and download an evaluation log by a specific evaluation id.

Facts GET /v1/evaluations/{id}/download

Rate limit
required
Tier 1 (1000 requests per minute)

Path Parameters GET /v1/evaluations/{id}/download

id
required
string

Id of the desired evaluation.

Responses GET /v1/evaluations/{id}/download

200
application/xml

Evaluation(s) retrieved successfully.

404
application/json

Not Found.

500
application/json

Internal server error.

GET/v1/evaluations/{id}/download

curl "https://your-tenant.us.qlikcloud.com/api/v1/evaluations/{id}/download" \
 -H "Authorization: Bearer <API-key>"

Response GET /v1/evaluations/{id}/download

{
  "id": "5ecb5e65028d1f0001a98071",
  "appId": "7c2ce11d-4d10-4414-a9b0-620e57298038",
  "ended": "2022-02-09T06:58:40.575Z",
  "events": [
    {
      "details": "An object failed",
      "sheetId": "gregFG",
      "objectId": "adfRFr",
      "severity": "warning",
      "errorCode": "ERR-GOPHERCISER",
      "objectType": "linechart",
      "sheetTitle": "mysheet",
      "objectTitle": "profit",
      "objectVisualization": "linechart"
    }
  ],
  "result": {
    "sheets": [
      {
        "sheet": {
          "id": "fjETFn",
          "title": "my chart",
          "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
          "objectType": 1,
          "responseTimeSeconds1": 12.3,
          "responseTimeSeconds2": 12.3
        },
        "objectCount": 1,
        "sheetObjects": [
          {
            "id": "fjETFn",
            "title": "my chart",
            "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
            "objectType": 1,
            "responseTimeSeconds1": 12.3,
            "responseTimeSeconds2": 12.3
          }
        ]
      }
    ],
    "objHeavy": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "cpuSeconds1": 12.3,
        "cpuSeconds2": 12.3,
        "cpuQuotient1": 12.3,
        "cpuQuotient2": 12.3
      }
    ],
    "rowCount": 20000,
    "objNoCache": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "responseTimeSeconds1": 12.3,
        "responseTimeSeconds2": 12.3
      }
    ],
    "sheetCount": 5,
    "fileSizeMiB": 12.3,
    "objectCount": 33,
    "maxMemoryMiB": 12.3,
    "objSlowCached": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "schema": {
          "id": "fjETFn",
          "title": "my chart",
          "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
          "objectType": 1
        },
        "cpuQuotients1": [],
        "cpuQuotients2": [],
        "responseTimeSeconds1": 12.3,
        "responseTimeSeconds2": 12.3
      }
    ],
    "documentSizeMiB": 12.3,
    "objSlowUncached": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "responseTimeSeconds1": 12.3,
        "responseTimeSeconds2": 12.3
      }
    ],
    "dataModelSizeMiB": 654.6,
    "hasSectionAccess": true,
    "topFieldsByBytes": [
      {
        "name": "a",
        "byte_size": 1234,
        "is_system": true,
        "cardinal": 1112,
        "total_count": 1234
      }
    ],
    "topTablesByBytes": [
      {
        "name": "a",
        "byte_size": 1234,
        "is_system": true,
        "no_of_rows": 1234
      }
    ],
    "objSingleThreaded": [
      {
        "id": "fjETFn",
        "title": "my chart",
        "sheetId": "41dbb01c-d1bd-4528-be05-910ee565988b",
        "objectType": 1,
        "cpuSeconds1": 12.3,
        "cpuSeconds2": 12.3,
        "cpuQuotient1": 12.3,
        "cpuQuotient2": 12.3
      }
    ],
    "appOpenTimeSeconds": 12.3
  },
  "status": "finished",
  "userId": "CGMCdm9v4kuTdfimNMacdnsaFI9njcmB",
  "appName": "my app",
  "details": {
    "errors": [],
    "openApp": {
      "cpuSeconds": [],
      "cpuQuotients": [],
      "responseTimeSeconds": 234.3
    },
    "warnings": [],
    "dedicated": true,
    "fileSizeMiB": 12.3,
    "objectMetrics": {},
    "openAppCached": {
      "cpuSeconds": [],
      "cpuQuotients": [],
      "responseTimeSeconds": 234.3
    },
    "engineHasCache": true,
    "concurrentReload": true,
    "minMemoryFreeMiB": 12.3,
    "maxMemoryUsageMiB": 12.3,
    "physicalMemoryMiB": 12.3,
    "maxMemoryCachedMiB": 12.3,
    "maxMemoryNotFreeMiB": 12.3,
    "maxMemoryWorkingMiB": 12.3
  },
  "sheetId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "spaceId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "started": "2022-02-09T06:58:40.575Z",
  "version": 1,
  "metadata": {
    "reloadmeta": {
      "cpuspent": "123983",
      "peakmemorybytes": 112
    },
    "amountofrows": 1423423234,
    "amountoffields": 12,
    "amountoftables": 7,
    "staticbytesize": 1444234,
    "hassectionaccess": true,
    "amountoffieldvalues": 144423433,
    "amountofcardinalfieldvalues": 14442
  },
  "tenantId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "appItemId": "zyb2bQTeFmPVt9TXZOS0I5GZCFn",
  "timestamp": "2022-02-09T06:58:40.575Z",
  "sheetTitle": "my sheet"
}

Error

object

Properties

errors

No description

evaluation

object

Properties

id
string<string>

No description

appId
string<string>

No description

ended
string<date-time>

No description

events

No description

result

No description

status
string<string>

No description

userId
string<string>

No description

appName
string<string>

No description

details

No description

sheetId
string<string>

No description

spaceId
string<string>

No description

started
string<date-time>

No description

version
number

No description

metadata

No description

tenantId
string<string>

No description

appItemId
string<string>

No description

timestamp
string<date-time>

No description

sheetTitle
string<string>

No description

evaluations

object

Properties

links

No description

evaluations

No description

event

object

Properties

details
string

No description

sheetId
string

No description

objectId
string

No description

severity
string

No description

errorCode
string

No description

objectType
string

No description

sheetTitle
string

No description

objectTitle
string

No description

objectVisualization
string

No description

metadata

object

Properties

reloadmeta

No description

amountofrows
number

No description

amountoffields
number

No description

amountoftables
number

No description

staticbytesize
number

No description

hassectionaccess
boolean

No description

amountoffieldvalues
number

No description

amountofcardinalfieldvalues
number

No description

objectmetrics

object

Properties

cpuSeconds
Array<number>

No description

cpuQuotients
Array<number>

No description

responseTimeSeconds
number

No description

objectspec

object

Properties

id
string<string>

No description

title
string<string>

No description

sheetId
string<string>

No description

objectType
number

No description

objecttopspec

object

Properties

name
string<string>

No description

byte_size
number

No description

is_system
boolean

No description

PostBody

object

Properties

appId
string

The app guid of the app

itemId
string

The item id of the app in collection service

result

object

Properties

sheets

No description

objHeavy

No description

rowCount
number

No description

objNoCache

No description

sheetCount
number

No description

fileSizeMiB
number

No description

objectCount
number

No description

maxMemoryMiB
number

No description

objSlowCached

No description

documentSizeMiB
number

No description

objSlowUncached

No description

dataModelSizeMiB
number

No description

hasSectionAccess
boolean

No description

topFieldsByBytes

No description

topTablesByBytes

No description

objSingleThreaded

No description

appOpenTimeSeconds
number

No description

resultentry

Properties

id
string<string>

No description

title
string<string>

No description

sheetId
string<string>

No description

objectType
number

No description

passes

No description

resultmetadatatopfields

Properties

name
string

No description

byte_size
number

No description

is_system
boolean

No description

cardinal
number

No description

total_count
number

No description

resultmetadatatoptables

Properties

name
string

No description

byte_size
number

No description

is_system
boolean

No description

no_of_rows
number

No description

resultobjheavy

Properties

id
string<string>

No description

title
string<string>

No description

sheetId
string<string>

No description

objectType
number

No description

cpuSeconds1
number

No description

cpuSeconds2
number

No description

cpuQuotient1
number

No description

cpuQuotient2
number

No description

resultobjresponsetime

Properties

id
string<string>

No description

title
string<string>

No description

sheetId
string<string>

No description

objectType
number

No description

responseTimeSeconds1
number

No description

responseTimeSeconds2
number

No description

resultobjsheet

object

Properties

sheet

No description

objectCount
number

No description

sheetObjects

No description

resultobjsinglethreaded

Properties

id
string<string>

No description

title
string<string>

No description

sheetId
string<string>

No description

objectType
number

No description

schema

No description

cpuQuotients1
Array<number>

No description

cpuQuotients2
Array<number>

No description

responseTimeSeconds1
number

No description

responseTimeSeconds2
number

No description

v0.809.0
Was this page helpful?