Invocation Service
Overview
Service | Description |
---|---|
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 |
---|---|
Parameters: |
|
Example URI: | /rest/data/invocations/overview?platformId=5&fromDate=2016/07/12&toDate=2016/07/23 |
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
Path: | /rest/data/invocations/details |
---|---|
Parameters: |
|
Example URI: | /rest/data/invocations/details?id=4611686018427387927 |
Example output: | { "id": 4611686018427387927, "platformIdent": 5, "sensorTypeIdent": 30361, "timeStamp": 1468348002604, "methodIdent": 30352, "nestedSequences": [ { "id": 4611686018427387934, "platformIdent": 5, "sensorTypeIdent": 30361, "timeStamp": 1468348002604, "methodIdent": 30355, "nestedSequences": [ { "id": 4611686018427387935, "platformIdent": 5, "sensorTypeIdent": 30361, "timeStamp": 1468348002604, "methodIdent": 30370, "timerData": { "@class": ".TimerData", "id": 4611686018427387936, "platformIdent": 43152, "sensorTypeIdent": 30365, "timeStamp": 1468348002604, "methodIdent": 30370, "min": 0.15588605403900146, "max": 0.15588605403900146, "count": 1, "duration": 0.15588605403900146, "cpuMin": 0.151, "cpuMax": 0.151, "cpuDuration": 0.151, "exclusiveCount": 1, "exclusiveDuration": 0.15588605403900146, "exclusiveMax": 0.15588605403900146, "exclusiveMin": 0.15588605403900146 }, "duration": 0.25355100631713867, "childCount": 0 } ], "timerData": { "@class": ".TimerData", "id": 4611686018427387941, "platformIdent": 5, "sensorTypeIdent": 30365, "timeStamp": 1468348002604, "methodIdent": 30355, "min": 0.5061780214309692, "max": 0.5061780214309692, "count": 1, "duration": 0.5061780214309692, "cpuMin": 0.482, "cpuMax": 0.482, "cpuDuration": 0.482, "exclusiveCount": 1, "exclusiveDuration": 0.2613779306411743, "exclusiveMax": 0.2613779306411743, "exclusiveMin": 0.2613779306411743 }, "duration": 0.553291916847229, "childCount": 3 } ], "timerData": { "@class": ".TimerData", "id": 4611686018427387942, "platformIdent": 5, "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 } |