aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/policy/src/main/resources/open-cli-sample/policy/policy-type-list-with-latest-version-schema-elalto-moco.json
blob: f2bda33388c359096fa58c751fdd63fc63338179 (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/policy/api/v1/policytypes/onap.policies.controlloop.Operational/versions/latest",
    "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.controlloop.Operational" : {
          "properties" : { },
          "name" : "onap.policies.controlloop.Operational",
          "version" : "1.0.0",
          "derived_from" : "tosca.policies.Root:0.0.0",
          "metadata" : { },
          "description" : "Operational Policy for Control Loops"
        }
      } ],
      "name" : "ToscaServiceTemplateSimple",
      "version" : "1.0.0"
    }
  }
} ]