Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

ServiceDescription
Get all invocation data

Provides an overview of several invocation data

Get invocation detail

Provides detail information of a single invocation

 

1. Get all invocation data

Path:/rest/data/invocations/overview
Example URI:/rest/data/invocations/overview
Example output:
[
  {
    "id": 4611686018427387927,
    "platformIdent": 5,
    "sensorTypeIdent": 30361,
    "timeStamp": 1468348002604,
    "methodIdent": 30352,
    "timerData": {
      "@class": ".TimerData",
      "id": 4611686018427387942,
      "platformIdent": 43152,
      "sensorTypeIdent": 30365,
      "timeStamp": 1468348002605,
      "methodIdent": 30352,
      "min": 0.7361769676208496,
      "max": 0.7361769676208496,
      "count": 1,
      "duration": 0.7361769676208496,
      "cpuMin": 0.698,
      "cpuMax": 0.698,
      "cpuDuration": 0.698,
      "exclusiveCount": 1,
      "exclusiveDuration": 0.22999894618988037,
      "exclusiveMax": 0.22999894618988037,
      "exclusiveMin": 0.22999894618988037
    },
    "duration": 0.7865550518035889,
    "childCount": 4
  },
  {
    "id": 4611686018427387948,
    "platformIdent": 6,
    "sensorTypeIdent": 30361,
    "timeStamp": 1468348003582,
    "methodIdent": 30352,
    "timerData": {
      "@class": ".TimerData",
      "id": 4611686018427387969,
      "platformIdent": 43152,
      "sensorTypeIdent": 30365,
      "timeStamp": 1468348003582,
      "methodIdent": 30352,
      "min": 0.3156009912490845,
      "max": 0.3156009912490845,
      "count": 1,
      "duration": 0.3156009912490845,
      "cpuMin": 0.31,
      "cpuMax": 0.31,
      "cpuDuration": 0.31,
      "exclusiveCount": 1,
      "exclusiveDuration": 0.12003695964813232,
      "exclusiveMax": 0.12003695964813232,
      "exclusiveMin": 0.12003695964813232
    },
    "duration": 0.3381279706954956,
    "childCount": 2
  }
]


2. Get invocation detail

  • No labels