Add more textual explanation in api doc
[policy/parent.git] / docs / api / policytypes / onap.policies.monitoring.dcaegen2.collectors.datafile.datafile-app-server.json
1 {
2   "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
3   "policy_types": [
4     {
5       "onap.policies.Monitoring": {
6         "derived_from": "tosca.policies.Root",
7         "description": "a base policy type for all policies that govern monitoring provision",
8         "version": "1.0.0"
9       }
10     },
11     {
12       "onap.policies.monitoring.dcaegen2.collectors.datafile.datafile-app-server": {
13         "derived_from": "policy.nodes.Root",
14         "version": "1.0.0",
15         "properties": {
16           "buscontroller_feed_publishing_endpoint": {
17             "type": "string",
18             "description": "DMAAP Bus Controller feed endpoint"
19           },
20           "datafile.policy": {
21             "type": "string",
22             "description": "datafile Policy JSON as string"
23           }
24         }
25       }
26     }
27   ]
28 }