summaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/policy/src/main/resources/open-cli-sample/policy/policy-type-list-schema-elalto-moco.json
blob: 6323a4ca28274b6df6f6d1a013152a065205fad4 (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/policy/api/v1/policytypes/onap.policies.monitoring.cdap.tca.hi.lo.app",
    "headers" : {
      "Authorization" : "Basic aGVhbHRoY2hlY2s6emIhWHp0RzM0",
      "Accept" : "application/json",
      "Environment" : "TEST",
      "ClientAuth" : "cHl0aG9uOnRlc3Q=",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "tosca_definitions_version" : "tosca_simple_yaml_1_0_0",
      "policy_types" : [ {
        "onap.policies.monitoring.cdap.tca.hi.lo.app" : {
          "properties" : {
            "tca_policy" : {
              "name" : "tca_policy",
              "type" : "map",
              "typeVersion" : "0.0.0",
              "description" : "TCA Policy JSON",
              "required" : false,
              "entry_schema" : {
                "type" : "onap.datatypes.monitoring.tca_policy",
                "typeVersion" : "0.0.0"
              }
            }
          },
          "name" : "onap.policies.monitoring.cdap.tca.hi.lo.app",
          "version" : "1.0.0",
          "derived_from" : "onap.policies.Monitoring:0.0.0",
          "metadata" : { }
        }
      } ],
      "name" : "ToscaServiceTemplateSimple",
      "version" : "1.0.0"
    }
  }
} ]