summaryrefslogtreecommitdiffstats
path: root/dcae-cli/dcae_cli/commands/tests/mocked_components/collector/kpi-collector.comp.json
blob: 5508e900982447684d58ede07e9c71479f058c6d (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
{
  "self": {
    "version": "1.0.0",
    "name": "std.vnf.kpi_collector",
    "description": "Continuously publishes VNF KPIs",
    "component_type": "docker"
  },
  "streams": {
    "subscribes": [],
    "publishes": [
      {
        "format": "std.vnf.kpi",
        "version": "1.0.0",
        "config_key": "kpi_pub",
        "type": "http"
      }
    ]
  },
  "services": {
    "calls": [],
    "provides": []
  },
  "parameters": [
    {
      "name": "sleep_sec",
      "value": 0.75,
      "description": "Number of seconds to sleep between publishes"
    }
  ],
  "auxilary": {
    "healthcheck": {
        "type": "http",
        "endpoint": "/health",
        "interval": "15s",
        "timeout": "1s"
    }
  },
  "artifacts": [
    {
      "uri": "asimov-anomaly-collector",
      "type": "docker image"
    }
  ]
}