aboutsummaryrefslogtreecommitdiffstats
path: root/services/services-engine/src/test/resources/parameters/serviceContextBadParams.json
blob: f5157bbcd1a9e0f05343e695253aede045249c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75
{
  "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
  "topology_template": {
    "policies": [
      {
        "onap.policies.apex.Simplecontrolloop": {
          "type": "onap.policies.native.Apex",
          "type_version": "1.0.0",
          "name": "onap.policies.apex.Simplecontrolloop",
          "version": "1.0.0",
          "properties": {
            "engineServiceParameters": {
              "name": "MyApexEngine",
              "version": "0.0.1",
              "id": 45,
              "instanceCount": 345,
              "deploymentPort": 65522,
              "policy_type_impl": {
                "apexPolicyModel": {}
              },
              "engineParameters": {
                "contextParameters": {
                  "parameterClassName": "hello"
                }
              }
            }
          }
        }
      }
    ]
  }
}