summaryrefslogtreecommitdiffstats
path: root/mod/onboardingapi/dcae_cli/commands/tests/mocked_components/viz/line-viz.comp.json
blob: d3b9e2377127c334ee88e21a3a2c5092a7c6d170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "self": {
    "version": "1.0.0",
    "name": "asimov.viz.line_plot",
    "description": "Plots class probabilities as a line plot in real-time",
    "component_type": "docker"
  },
  "streams": {
    "subscribes": [
      {
        "format": "asimov.std.integerClassification",
        "version": "1.0.0",
        "route": "/prediction",
        "type": "http"
      }
    ],
    "publishes": []
  },
  "services": {
    "calls": [],
    "provides": [
      {
        "route": "/viz",
        "verb": "GET",
        "request": {
          "format": "std.empty",
          "version": "1.0.0"
        },
        "response": {
          "format": "std.web.url",
          "version": "1.0.0"
        }
      }
    ]
  },
  "parameters": [],
  "auxilary": {
    "healthcheck": {
        "type": "http",
        "endpoint": "/health",
        "interval": "15s",
        "timeout": "1s"
    }
  },
  "artifacts": [
    {
      "uri": "asimov-anomaly-viz",
      "type": "docker image"
    }
  ]
}