Shows the definition of a runtime
{
"id": "166ec30a-e1ab-4805-86a9-d8e269d68ede",
"owner": "fb5ffab3-3759-4dd7-9d56-0ce2ee7b369f",
"name": "runtime1",
"uniqueName": "coral-runtime1",
"status": "created",
"project": "None",
"json": {
"name": "runtime1",
"owner": "fb5ffab3-3759-4dd7-9d56-0ce2ee7b369f",
"actors": [
{
"name": "generator1",
"type": "generator",
"params": {
"format": {
"field1": "N(100, 10)"
}, "timer": {
"rate": 100000000000
}
}
}, {
"name": "threshold1",
"type": "threshold",
"params": {
"key": "field1",
"threshold": 100
}
}, {
"name": "sample1",
"type": "sample",
"params": {
"fraction": 0.3
}
}, {
"name": "log1",
"type": "log",
"params": {
"file": "/tmp/ex1.log"
}
}
], "links": [
{ "from": "generator1", "to": "threshold1" },
{ "from": "threshold1", "to": "sample1" },
{ "from": "sample1", "to": "log1" }
]
}, "starttime": "2016-01-28T13:57:36.355"
}
The example JSON result shows the definition of the given runtime, which includes: