a95dfae60d6a29c838f727f23fd4a3326f4ba5fc
[policy/parent.git] / docs / clamp / acm / policy-upgrade / collections / Control Loop Istanbul.postman_collection.json
1 {
2         "info": {
3                 "_postman_id": "731421e5-3a15-4829-88f0-519c8bfff4d5",
4                 "name": "Control Loop Istanbul",
5                 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6         },
7         "item": [
8                 {
9                         "name": "Monitoring",
10                         "item": [
11                                 {
12                                         "name": "GET Monitoring Control Loop Element",
13                                         "request": {
14                                                 "method": "GET",
15                                                 "header": [],
16                                                 "url": {
17                                                         "raw": "localhost:6969/onap/controlloop/v2/monitoring/clelement?name=PMSH_Instance1&version=2.3.4",
18                                                         "host": [
19                                                                 "localhost"
20                                                         ],
21                                                         "port": "6969",
22                                                         "path": [
23                                                                 "onap",
24                                                                 "controlloop",
25                                                                 "v2",
26                                                                 "monitoring",
27                                                                 "clelement"
28                                                         ],
29                                                         "query": [
30                                                                 {
31                                                                         "key": "name",
32                                                                         "value": "PMSH_Instance1"
33                                                                 },
34                                                                 {
35                                                                         "key": "version",
36                                                                         "value": "2.3.4"
37                                                                 }
38                                                         ]
39                                                 }
40                                         },
41                                         "response": []
42                                 },
43                                 {
44                                         "name": "GET Monitoring Control Loop Elements Control Loop",
45                                         "request": {
46                                                 "method": "GET",
47                                                 "header": [],
48                                                 "url": {
49                                                         "raw": "localhost:6969/onap/controlloop/v2/monitoring/clelement/controlloop?name=PMSH_Instance1&version=2.3.4",
50                                                         "host": [
51                                                                 "localhost"
52                                                         ],
53                                                         "port": "6969",
54                                                         "path": [
55                                                                 "onap",
56                                                                 "controlloop",
57                                                                 "v2",
58                                                                 "monitoring",
59                                                                 "clelement",
60                                                                 "controlloop"
61                                                         ],
62                                                         "query": [
63                                                                 {
64                                                                         "key": "name",
65                                                                         "value": "PMSH_Instance1"
66                                                                 },
67                                                                 {
68                                                                         "key": "version",
69                                                                         "value": "2.3.4"
70                                                                 }
71                                                         ]
72                                                 }
73                                         },
74                                         "response": []
75                                 },
76                                 {
77                                         "name": "GET Monitoring Control Loop Participant",
78                                         "request": {
79                                                 "method": "GET",
80                                                 "header": [],
81                                                 "url": {
82                                                         "raw": "localhost:6969/onap/controlloop/v2/monitoring/participant?name=PMSH_Instance1&version=2.3.4",
83                                                         "host": [
84                                                                 "localhost"
85                                                         ],
86                                                         "port": "6969",
87                                                         "path": [
88                                                                 "onap",
89                                                                 "controlloop",
90                                                                 "v2",
91                                                                 "monitoring",
92                                                                 "participant"
93                                                         ],
94                                                         "query": [
95                                                                 {
96                                                                         "key": "name",
97                                                                         "value": "PMSH_Instance1"
98                                                                 },
99                                                                 {
100                                                                         "key": "version",
101                                                                         "value": "2.3.4"
102                                                                 }
103                                                         ]
104                                                 }
105                                         },
106                                         "response": []
107                                 },
108                                 {
109                                         "name": "GET Monitoring Control Loop Participants Control Loop",
110                                         "request": {
111                                                 "method": "GET",
112                                                 "header": [],
113                                                 "url": {
114                                                         "raw": "localhost:6969/onap/controlloop/v2/monitoring/participants/controlloop?name=PMSH_Instance1&version=2.3.4",
115                                                         "host": [
116                                                                 "localhost"
117                                                         ],
118                                                         "port": "6969",
119                                                         "path": [
120                                                                 "onap",
121                                                                 "controlloop",
122                                                                 "v2",
123                                                                 "monitoring",
124                                                                 "participants",
125                                                                 "controlloop"
126                                                         ],
127                                                         "query": [
128                                                                 {
129                                                                         "key": "name",
130                                                                         "value": "PMSH_Instance1"
131                                                                 },
132                                                                 {
133                                                                         "key": "version",
134                                                                         "value": "2.3.4"
135                                                                 }
136                                                         ]
137                                                 }
138                                         },
139                                         "response": []
140                                 }
141                         ]
142                 },
143                 {
144                         "name": "Comissioning",
145                         "item": [
146                                 {
147                                         "name": "POST Commission Tosca Service Template",
148                                         "request": {
149                                                 "method": "POST",
150                                                 "header": [
151                                                         {
152                                                                 "key": "X-ONAP-RequestID",
153                                                                 "value": "709c62b3-8918-41b9-a747-d21eb79c6c20",
154                                                                 "type": "text"
155                                                         },
156                                                         {
157                                                                 "key": "Content-Type",
158                                                                 "value": "application/yaml",
159                                                                 "type": "text"
160                                                         }
161                                                 ],
162                                                 "body": {
163                                                         "mode": "raw",
164                                                         "raw": "tosca_definitions_version: tosca_simple_yaml_1_3\ndata_types:\n  onap.datatypes.ToscaConceptIdentifier:\n    derived_from: tosca.datatypes.Root\n    properties:\n      name:\n        type: string\n        required: true\n      version:\n        type: string\n        required: true\n  onap.datatype.controlloop.Target:\n    derived_from: tosca.datatypes.Root\n    description: Definition for a entity in A&AI to perform a control loop operation on\n    properties:\n      targetType:\n        type: string\n        description: Category for the target type\n        required: true\n        constraints:\n          - valid_values:\n              - VNF\n              - VM\n              - VFMODULE\n              - PNF\n      entityIds:\n        type: map\n        description: |\n          Map of values that identify the resource. If none are provided, it is assumed that the\n          entity that generated the ONSET event will be the target.\n        required: false\n        metadata:\n          clamp_possible_values: ClampExecution:CSAR_RESOURCES\n        entry_schema:\n          type: string\n  onap.datatype.controlloop.Actor:\n    derived_from: tosca.datatypes.Root\n    description: An actor/operation/target definition\n    properties:\n      actor:\n        type: string\n        description: The actor performing the operation.\n        required: true\n        metadata:\n          clamp_possible_values: Dictionary:DefaultActors,ClampExecution:CDS/actor\n      operation:\n        type: string\n        description: The operation the actor is performing.\n        metadata:\n          clamp_possible_values: Dictionary:DefaultOperations,ClampExecution:CDS/operation\n        required: true\n      target:\n        type: onap.datatype.controlloop.Target\n        description: The resource the operation should be performed on.\n        required: true\n      payload:\n        type: map\n        description: Name/value pairs of payload information passed by Policy to the actor\n        required: false\n        metadata:\n          clamp_possible_values: ClampExecution:CDS/payload\n        entry_schema:\n          type: string\n  onap.datatype.controlloop.Operation:\n    derived_from: tosca.datatypes.Root\n    description: An operation supported by an actor\n    properties:\n      id:\n        type: string\n        description: Unique identifier for the operation\n        required: true\n      description:\n        type: string\n        description: A user-friendly description of the intent for the operation\n        required: false\n      operation:\n        type: onap.datatype.controlloop.Actor\n        description: The definition of the operation to be performed.\n        required: true\n      timeout:\n        type: integer\n        description: The amount of time for the actor to perform the operation.\n        required: true\n      retries:\n        type: integer\n        description: The number of retries the actor should attempt to perform the operation.\n        required: true\n        default: 0\n      success:\n        type: string\n        description: Points to the operation to invoke on success. A value of \"final_success\" indicates and end to the operation.\n        required: false\n        default: final_success\n      failure:\n        type: string\n        description: Points to the operation to invoke on Actor operation failure.\n        required: false\n        default: final_failure\n      failure_timeout:\n        type: string\n        description: Points to the operation to invoke when the time out for the operation occurs.\n        required: false\n        default: final_failure_timeout\n      failure_retries:\n        type: string\n        description: Points to the operation to invoke when the current operation has exceeded its max retries.\n        required: false\n        default: final_failure_retries\n      failure_exception:\n        type: string\n        description: Points to the operation to invoke when the current operation causes an exception.\n        required: false\n        default: final_failure_exception\n      failure_guard:\n        type: string\n        description: Points to the operation to invoke when the current operation is blocked due to guard policy enforcement.\n        required: false\n        default: final_failure_guard\n  onap.datatypes.monitoring.managedObjectDNsBasic:\n    constraints: []\n    properties:\n      DN:\n        name: DN\n        type: string\n        typeVersion: 0.0.0\n        description: Managed object distinguished name\n        required: true\n        constraints: []\n        metadata: {}\n    name: onap.datatypes.monitoring.managedObjectDNsBasic\n    version: 0.0.0\n    derived_from: tosca.datatypes.Root\n    metadata: {}\n  onap.datatypes.monitoring.managedObjectDNsBasics:\n    constraints: []\n    properties:\n      managedObjectDNsBasic:\n        name: managedObjectDNsBasic\n        type: map\n        typeVersion: 0.0.0\n        description: Managed object distinguished name object\n        required: true\n        constraints: []\n        entry_schema:\n          type: onap.datatypes.monitoring.managedObjectDNsBasic\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n    name: onap.datatypes.monitoring.managedObjectDNsBasics\n    version: 0.0.0\n    derived_from: tosca.datatypes.Root\n    metadata: {}\n  onap.datatypes.monitoring.measurementGroup:\n    constraints: []\n    properties:\n      measurementTypes:\n        name: measurementTypes\n        type: list\n        typeVersion: 0.0.0\n        description: List of measurement types\n        required: true\n        constraints: []\n        entry_schema:\n          type: onap.datatypes.monitoring.measurementTypes\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n      managedObjectDNsBasic:\n        name: managedObjectDNsBasic\n        type: list\n        typeVersion: 0.0.0\n        description: List of managed object distinguished names\n        required: true\n        constraints: []\n        entry_schema:\n          type: onap.datatypes.monitoring.managedObjectDNsBasics\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n    name: onap.datatypes.monitoring.measurementGroup\n    version: 0.0.0\n    derived_from: tosca.datatypes.Root\n    metadata: {}\n  onap.datatypes.monitoring.measurementGroups:\n    constraints: []\n    properties:\n      measurementGroup:\n        name: measurementGroup\n        type: map\n        typeVersion: 0.0.0\n        description: Measurement Group\n        required: true\n        constraints: []\n        entry_schema:\n          type: onap.datatypes.monitoring.measurementGroup\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n    name: onap.datatypes.monitoring.measurementGroups\n    version: 0.0.0\n    derived_from: tosca.datatypes.Root\n    metadata: {}\n  onap.datatypes.monitoring.measurementType:\n    constraints: []\n    properties:\n      measurementType:\n        name: measurementType\n        type: string\n        typeVersion: 0.0.0\n        description: Measurement type\n        required: true\n        constraints: []\n        metadata: {}\n    name: onap.datatypes.monitoring.measurementType\n    version: 0.0.0\n    derived_from: tosca.datatypes.Root\n    metadata: {}\n  onap.datatypes.monitoring.measurementTypes:\n    constraints: []\n    properties:\n      measurementType:\n        name: measurementType\n        type: map\n        typeVersion: 0.0.0\n        description: Measurement type object\n        required: true\n        constraints: []\n        entry_schema:\n          type: onap.datatypes.monitoring.measurementType\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n    name: onap.datatypes.monitoring.measurementTypes\n    version: 0.0.0\n    derived_from: tosca.datatypes.Root\n    metadata: {}\n  onap.datatypes.monitoring.nfFilter:\n    constraints: []\n    properties:\n      modelNames:\n        name: modelNames\n        type: list\n        typeVersion: 0.0.0\n        description: List of model names\n        required: true\n        constraints: []\n        entry_schema:\n          type: string\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n      modelInvariantIDs:\n        name: modelInvariantIDs\n        type: list\n        typeVersion: 0.0.0\n        description: List of model invariant IDs\n        required: true\n        constraints: []\n        entry_schema:\n          type: string\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n      modelVersionIDs:\n        name: modelVersionIDs\n        type: list\n        typeVersion: 0.0.0\n        description: List of model version IDs\n        required: true\n        constraints: []\n        entry_schema:\n          type: string\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n      nfNames:\n        name: nfNames\n        type: list\n        typeVersion: 0.0.0\n        description: List of network functions\n        required: true\n        constraints: []\n        entry_schema:\n          type: string\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n    name: onap.datatypes.monitoring.nfFilter\n    version: 0.0.0\n    derived_from: tosca.datatypes.Root\n    metadata: {}\n  onap.datatypes.monitoring.subscription:\n    constraints: []\n    properties:\n      measurementGroups:\n        name: measurementGroups\n        type: list\n        typeVersion: 0.0.0\n        description: Measurement Groups\n        required: true\n        constraints: []\n        entry_schema:\n          type: onap.datatypes.monitoring.measurementGroups\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n      fileBasedGP:\n        name: fileBasedGP\n        type: integer\n        typeVersion: 0.0.0\n        description: File based granularity period\n        required: true\n        constraints: []\n        metadata: {}\n      fileLocation:\n        name: fileLocation\n        type: string\n        typeVersion: 0.0.0\n        description: ROP file location\n        required: true\n        constraints: []\n        metadata: {}\n      subscriptionName:\n        name: subscriptionName\n        type: string\n        typeVersion: 0.0.0\n        description: Name of the subscription\n        required: true\n        constraints: []\n        metadata: {}\n      administrativeState:\n        name: administrativeState\n        type: string\n        typeVersion: 0.0.0\n        description: State of the subscription\n        required: true\n        constraints:\n          - valid_values:\n              - LOCKED\n              - UNLOCKED\n        metadata: {}\n      nfFilter:\n        name: nfFilter\n        type: map\n        typeVersion: 0.0.0\n        description: Network function filter\n        required: true\n        constraints: []\n        entry_schema:\n          type: onap.datatypes.monitoring.nfFilter\n          typeVersion: 0.0.0\n          constraints: []\n        metadata: {}\n    name: onap.datatypes.monitoring.subscription\n    version: 0.0.0\n    derived_from: tosca.datatypes.Root\n    metadata: {}\n  org.onap.datatypes.policy.clamp.controlloop.httpControlLoopElement.RestRequest:\n    version: 1.0.0\n    derived_from: tosca.datatypes.Root\n    properties:\n      restRequestId:\n        type:  onap.datatypes.ToscaConceptIdentifier\n        typeVersion: 1.0.0\n        required: true\n        description: The name and version of a REST request to be sent to a REST endpoint\n      httpMethod:\n        type: string\n        required: true\n        constraints:\n          - valid_values: [POST, PUT, GET, DELETE]\n        description: The REST method to use\n      path:\n        type: string\n        required: true\n        description: The path of the REST request relative to the base URL\n      body:\n        type: string\n        required: false\n        description: The body of the REST request for PUT and POST requests\n      expectedResponse:\n        type: integer\n        required: true\n        constraints: []\n        description: THe expected HTTP status code for the REST request\n    org.onap.datatypes.policy.clamp.controlloop.httpControlLoopElement.ConfigurationEntity:\n      version: 1.0.0\n      derived_from: tosca.datatypes.Root\n      properties:\n        configurationEntityId:\n          type:  onap.datatypes.ToscaConceptIdentifier\n          typeVersion: 1.0.0\n          required: true\n          description: The name and version of a Configuration Entity to be handled by the HTTP Control Loop Element\n        restSequence:\n          type: list\n          entry_schema:\n            type: org.onap.datatypes.policy.clamp.controlloop.httpControlLoopElement.RestRequest\n            typeVersion: 1.0.0\n          description: A sequence of REST commands to send to the REST endpoint\npolicy_types:\n  onap.policies.Monitoring:\n    derived_from: tosca.policies.Root\n    description: a base policy type for all policies that govern monitoring provisioning\n    version: 1.0.0\n    name: onap.policies.Monitoring\n  onap.policies.Sirisha:\n    derived_from: tosca.policies.Root\n    description: a base policy type for all policies that govern monitoring provisioning\n    version: 1.0.0\n    name: onap.policies.Sirisha\n  onap.policies.monitoring.dcae-pm-subscription-handler:\n    properties:\n      pmsh_policy:\n        name: pmsh_policy\n        type: onap.datatypes.monitoring.subscription\n        typeVersion: 0.0.0\n        description: PMSH Policy JSON\n        required: false\n        constraints: []\n        metadata: {}\n    name: onap.policies.monitoring.dcae-pm-subscription-handler\n    version: 1.0.0\n    derived_from: onap.policies.Monitoring\n    metadata: {}\n  onap.policies.controlloop.operational.Common:\n    derived_from: tosca.policies.Root\n    version: 1.0.0\n    name: onap.policies.controlloop.operational.Common\n    description: |\n      Operational Policy for Control Loop execution. Originated in Frankfurt to support TOSCA Compliant\n      Policy Types. This does NOT support the legacy Policy YAML policy type.\n    properties:\n      id:\n        type: string\n        description: The unique control loop id.\n        required: true\n      timeout:\n        type: integer\n        description: |\n          Overall timeout for executing all the operations. This timeout should equal or exceed the total\n          timeout for each operation listed.\n        required: true\n      abatement:\n        type: boolean\n        description: Whether an abatement event message will be expected for the control loop from DCAE.\n        required: true\n        default: false\n      trigger:\n        type: string\n        description: Initial operation to execute upon receiving an Onset event message for the Control Loop.\n        required: true\n      operations:\n        type: list\n        description: List of operations to be performed when Control Loop is triggered.\n        required: true\n        entry_schema:\n          type: onap.datatype.controlloop.Operation\n  onap.policies.controlloop.operational.common.Apex:\n    derived_from: onap.policies.controlloop.operational.Common\n    type_version: 1.0.0\n    version: 1.0.0\n    name: onap.policies.controlloop.operational.common.Apex\n    description: Operational policies for Apex PDP\n    properties:\n      engineServiceParameters:\n        type: string\n        description: The engine parameters like name, instanceCount, policy implementation, parameters etc.\n        required: true\n      eventInputParameters:\n        type: string\n        description: The event input parameters.\n        required: true\n      eventOutputParameters:\n        type: string\n        description: The event output parameters.\n        required: true\n      javaProperties:\n        type: string\n        description: Name/value pairs of properties to be set for APEX if needed.\n        required: false\nnode_types:\n  org.onap.policy.clamp.controlloop.Participant:\n    version: 1.0.1\n    derived_from: tosca.nodetypes.Root\n    properties:\n      provider:\n        type: string\n        requred: false\n  org.onap.policy.clamp.controlloop.ControlLoopElement:\n    version: 1.0.1\n    derived_from: tosca.nodetypes.Root\n    properties:\n      provider:\n        type: string\n        required: false\n        metadata:\n          common: true\n        description: Specifies the organization that provides the control loop element\n      participant_id:\n        type: onap.datatypes.ToscaConceptIdentifier\n        requred: true\n        metadata:\n          common: true\n      participantType:\n        type: onap.datatypes.ToscaConceptIdentifier\n        required: true\n        metadata:\n          common: true\n        description: The identity of the participant type that hosts this type of Control Loop Element\n      startPhase:\n        type: integer\n        required: false\n        constraints:\n          - greater_or_equal: 0\n        metadata:\n          common: true\n        description: A value indicating the start phase in which this control loop element will be started, the\n          first start phase is zero. Control Loop Elements are started in their start_phase order and stopped\n          in reverse start phase order. Control Loop Elements with the same start phase are started and\n          stopped simultaneously\n      uninitializedToPassiveTimeout:\n        type: integer\n        required: false\n        constraints:\n          - greater_or_equal: 0\n        default: 60\n        metadata:\n          common: true\n        description: The maximum time in seconds to wait for a state chage from uninitialized to passive\n      passiveToRunningTimeout:\n        type: integer\n        required: false\n        constraints:\n          - greater_or_equal: 0\n        default: 60\n        metadata:\n          common: true\n        description: The maximum time in seconds to wait for a state chage from passive to running\n      runningToPassiveTimeout:\n        type: integer\n        required: false\n        constraints:\n          - greater_or_equal: 0\n        default: 60\n        metadata:\n          common: true\n        description: The maximum time in seconds to wait for a state chage from running to passive\n      passiveToUninitializedTimeout:\n        type: integer\n        required: false\n        constraints:\n          - greater_or_equal: 0\n        default: 60\n        metadata:\n          common: true\n        description: The maximum time in seconds to wait for a state chage from passive to uninitialized\n  org.onap.policy.clamp.controlloop.ControlLoop:\n    version: 1.0.1\n    derived_from: tosca.nodetypes.Root\n    properties:\n      provider:\n        type: string\n        required: false\n        metadata:\n          common: true\n        description: Specifies the organization that provides the control loop element\n      elements:\n        type: list\n        required: true\n        metadata:\n          common: true\n        entry_schema:\n          type: onap.datatypes.ToscaConceptIdentifier\n        description: Specifies a list of control loop element definitions that make up this control loop definition\n  org.onap.policy.clamp.controlloop.PolicyControlLoopElement:\n    version: 1.0.1\n    derived_from: org.onap.policy.clamp.controlloop.ControlLoopElement\n    properties:\n      policy_type_id:\n        type: onap.datatypes.ToscaConceptIdentifier\n        requred: true\n      policy_id:\n        type: onap.datatypes.ToscaConceptIdentifier\n        requred: false\n  org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement:\n    version: 1.0.1\n    derived_from: org.onap.policy.clamp.controlloop.PolicyControlLoopElement\n    properties:\n      policy_type_id:\n        type: onap.datatypes.ToscaConceptIdentifier\n        requred: true\n      policy_id:\n        type: onap.datatypes.ToscaConceptIdentifier\n        requred: false\n  org.onap.policy.clamp.controlloop.DerivedDerivedPolicyControlLoopElement:\n    version: 1.0.1\n    derived_from: org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement\n    properties:\n      policy_type_id:\n        type: onap.datatypes.ToscaConceptIdentifier\n        requred: true\n      policy_id:\n        type: onap.datatypes.ToscaConceptIdentifier\n        requred: false\n  org.onap.policy.clamp.controlloop.CDSControlLoopElement:\n    version: 1.0.1\n    derived_from: org.onap.policy.clamp.controlloop.ControlLoopElement\n    properties:\n      cds_blueprint_id:\n        type: onap.datatypes.ToscaConceptIdentifier\n        requred: true\n  org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement:\n    version: 1.0.1\n    derived_from: org.onap.policy.clamp.controlloop.ControlLoopElement\n    properties:\n      chart:\n        type: string\n        required: true\n      configs:\n        type: list\n        required: false\n      requirements:\n        type: string\n        requred: false\n      templates:\n        type: list\n        required: false\n        entry_schema:\n      values:\n        type: string\n        requred: true\n  org.onap.policy.clamp.controlloop.HttpControlLoopElement:\n    version: 1.0.1\n    derived_from: org.onap.policy.clamp.controlloop.ControlLoopElement\n    properties:\n      baseUrl:\n        type: string\n        required: true\n        description: The base URL to be prepended to each path, identifies the host for the REST endpoints.\n      httpHeaders:\n        type: map\n        required: false\n        entry_schema:\n          type: string\n        description: HTTP headers to send on REST requests\n      configurationEntities:\n        type: map\n        required: true\n        entry_schema:\n          type: org.onap.datatypes.policy.clamp.controlloop.httpControlLoopElement.ConfigurationEntity\n          typeVersion: 1.0.0\n        description: The connfiguration entities the Control Loop Element is managing and their associated REST requests\n\ntopology_template:\n  inputs:\n    pmsh_monitoring_policy:\n      type: onap.datatypes.ToscaConceptIdentifier\n      description: The ID of the PMSH monitoring policy to use\n      default:\n        name: MICROSERVICE_vLoadBalancerMS_v1_0_dcae-pm-subscription-handler_1_0_0test\n        version: 1.0.0\n    pmsh_operational_policy:\n      type: onap.datatypes.ToscaConceptIdentifier\n      description: The ID of the PMSH operational policy to use\n      default:\n        name: operational.apex.pmcontrol\n        version: 1.0.0\n  node_templates:\n    org.onap.policy.controlloop.PolicyControlLoopParticipant:\n      version: 2.3.1\n      type: org.onap.policy.clamp.controlloop.Participant\n      type_version: 1.0.1\n      description: Participant for DCAE microservices\n      properties:\n        provider: ONAP\n    org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement:\n      version: 1.2.3\n      type: org.onap.policy.clamp.controlloop.PolicyControlLoopElement\n      type_version: 1.0.0\n      description: Control loop element for the monitoring policy for Performance Management Subscription Handling\n      properties:\n        provider: Ericsson\n        participant_id:\n          name: org.onap.PM_Policy\n          version: 1.0.0\n        participantType:\n          name: org.onap.policy.controlloop.PolicyControlLoopParticipant\n          version: 2.3.1\n        policy_type_id:\n          name: onap.policies.monitoring.pm-subscription-handler\n          version: 1.0.0\n        policy_id:\n          get_input: pmsh_monitoring_policy\n    org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement:\n      version: 1.2.3\n      type: org.onap.policy.clamp.controlloop.PolicyControlLoopElement\n      type_version: 1.0.0\n      description: Control loop element for the operational policy for Performance Management Subscription Handling\n      properties:\n        provider: Ericsson\n        participant_id:\n          name: org.onap.PM_Policy\n          version: 1.0.0\n        participantType:\n          name: org.onap.policy.controlloop.PolicyControlLoopParticipant\n          version: 2.3.1\n        policy_type_id:\n          name: onap.policies.operational.pm-subscription-handler\n          version: 1.0.0\n        policy_id:\n          get_input: pmsh_operational_policy\n    org.onap.domain.pmsh.DerivedPolicyControlLoopElement:\n      version: 1.2.3\n      type: org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement\n      type_version: 1.0.0\n      description: Control loop for Performance Management Subscription Handling\n      properties:\n        provider: Ericsson\n        participantType:\n          name: org.onap.policy.controlloop.PolicyControlLoopParticipant\n          version: 2.3.1\n        participant_id:\n          name: org.onap.PM_Policy\n          version: 1.0.0\n    org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement:\n      version: 1.2.3\n      type: org.onap.policy.clamp.controlloop.DerivedDerivedPolicyControlLoopElement\n      type_version: 1.0.0\n      description: Control loop for Performance Management Subscription Handling\n      properties:\n        provider: Ericsson\n        participantType:\n          name: org.onap.policy.controlloop.PolicyControlLoopParticipant\n          version: 2.3.1\n        participant_id:\n          name: org.onap.PM_Policy\n          version: 1.0.0\n    org.onap.k8s.controlloop.K8SControlLoopParticipant:\n      version: 2.3.4\n      type: org.onap.policy.clamp.controlloop.Participant\n      type_version: 1.0.1\n      description: Participant for K8S\n      properties:\n        provider: ONAP\n    org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement:\n      # Chart from new repository\n      version: 1.2.3\n      type: org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\n      type_version: 1.0.0\n      description: Control loop element for the K8S microservice for PMSH\n      properties:\n        provider: ONAP\n        participant_id:\n          name: K8sParticipant0\n          version: 1.0.0\n        participantType:\n          name: org.onap.k8s.controlloop.K8SControlLoopParticipant\n          version: 2.3.4\n        chart:\n          chartId:\n            name: dcae-pmsh\n            version: 8.0.0\n          namespace: onap\n          releaseName: pmshms\n          repository:\n            repoName: chartmuseum\n            protocol: http\n            address: 10.152.183.120\n            port: 80\n            userName: onapinitializer\n            password: demo123456!\n          overrideParams:\n            global.masterPassword: test\n\n    org.onap.domain.database.Local_K8SMicroserviceControlLoopElement:\n      # Chart installation without passing repository info\n      version: 1.2.3\n      type: org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\n      type_version: 1.0.0\n      description: Control loop element for the K8S microservice for local chart\n      properties:\n        provider: ONAP\n        participant_id:\n          name: K8sParticipant0\n          version: 1.0.0\n        participantType:\n          name: org.onap.k8s.controlloop.K8SControlLoopParticipant\n          version: 2.3.4\n        chart:\n          chartId:\n            name: nginx-ingress\n            version: 0.9.1\n          releaseName: nginxms\n          namespace: test\n    org.onap.controlloop.HttpControlLoopParticipant:\n      version: 2.3.4\n      type: org.onap.policy.clamp.controlloop.Participant\n      type_version: 1.0.1\n      description: Participant for Http requests\n      properties:\n        provider: ONAP\n    org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement:\n      # Consul http config for PMSH.\n      version: 1.2.3\n      type: org.onap.policy.clamp.controlloop.HttpControlLoopElement\n      type_version: 1.0.1\n      description: Control loop element for the http requests of PMSH microservice\n      properties:\n        provider: ONAP\n        participant_id:\n          name: HttpParticipant0\n          version: 1.0.0\n        participantType:\n          name: org.onap.k8s.controlloop.HttpControlLoopParticipant\n          version: 2.3.4\n        uninitializedToPassiveTimeout: 180\n        startPhase: 1\n        baseUrl: http://10.152.183.51:8500\n        httpHeaders:\n          Content-Type: application/json\n        configurationEntities:\n          - configurationEntityId:\n              name: entity1\n              version: 1.0.1\n            restSequence:\n              - restRequestId:\n                  name: request1\n                  version: 1.0.1\n                httpMethod: PUT\n                path: v1/kv/dcae-pmsh2\n                body: '{\n      \"control_loop_name\":\"pmsh-control-loop\",\n      \"operational_policy_name\":\"pmsh-operational-policy\",\n      \"aaf_password\":\"demo123456!\",\n      \"aaf_identity\":\"dcae@dcae.onap.org\",\n      \"cert_path\":\"/opt/app/pmsh/etc/certs/cert.pem\",\n      \"key_path\":\"/opt/app/pmsh/etc/certs/key.pem\",\n      \"ca_cert_path\":\"/opt/app/pmsh/etc/certs/cacert.pem\",\n      \"enable_tls\":\"true\",\n      \"pmsh_policy\":{\n         \"subscription\":{\n            \"subscriptionName\":\"ExtraPM-All-gNB-R2B\",\n            \"administrativeState\":\"UNLOCKED\",\n            \"fileBasedGP\":15,\n            \"fileLocation\":\"\\/pm\\/pm.xml\",\n            \"nfFilter\":{\n               \"nfNames\":[\n                  \"^pnf.*\",\n                  \"^vnf.*\"\n               ],\n               \"modelInvariantIDs\":[\n               ],\n               \"modelVersionIDs\":[\n               ],\n               \"modelNames\":[\n               ]\n            },\n            \"measurementGroups\":[\n               {\n                  \"measurementGroup\":{\n                     \"measurementTypes\":[\n                        {\n                           \"measurementType\":\"countera\"\n                        },\n                        {\n                           \"measurementType\":\"counterb\"\n                        }\n                     ],\n                     \"managedObjectDNsBasic\":[\n                        {\n                           \"DN\":\"dna\"\n                        },\n                        {\n                           \"DN\":\"dnb\"\n                        }\n                     ]\n                  }\n               },\n               {\n                  \"measurementGroup\":{\n                     \"measurementTypes\":[\n                        {\n                           \"measurementType\":\"counterc\"\n                        },\n                        {\n                           \"measurementType\":\"counterd\"\n                        }\n                     ],\n                     \"managedObjectDNsBasic\":[\n                        {\n                           \"DN\":\"dnc\"\n                        },\n                        {\n                           \"DN\":\"dnd\"\n                        }\n                     ]\n                  }\n               }\n            ]\n         }\n      },\n      \"streams_subscribes\":{\n         \"aai_subscriber\":{\n            \"type\":\"message_router\",\n            \"dmaap_info\":{\n               \"topic_url\":\"https://10.152.183.151:3905/events/AAI_EVENT\",\n               \"client_role\":\"org.onap.dcae.aaiSub\",\n               \"location\":\"san-francisco\",\n               \"client_id\":\"1575976809466\"\n            }\n         },\n         \"policy_pm_subscriber\":{\n            \"type\":\"message_router\",\n            \"dmaap_info\":{\n               \"topic_url\":\"https://10.152.183.151:3905/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS\",\n               \"client_role\":\"org.onap.dcae.pmSubscriber\",\n               \"location\":\"san-francisco\",\n               \"client_id\":\"1575876809456\"\n            }\n         }\n      },\n      \"streams_publishes\":{\n         \"policy_pm_publisher\":{\n            \"type\":\"message_router\",\n            \"dmaap_info\":{\n               \"topic_url\":\"https://10.152.183.151:3905/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS\",\n               \"client_role\":\"org.onap.dcae.pmPublisher\",\n               \"location\":\"san-francisco\",\n               \"client_id\":\"1475976809466\"\n            }\n         },\n         \"other_publisher\":{\n            \"type\":\"message_router\",\n            \"dmaap_info\":{\n               \"topic_url\":\"https://10.152.183.151:3905/events/org.onap.dmaap.mr.SOME_OTHER_TOPIC\",\n               \"client_role\":\"org.onap.dcae.pmControlPub\",\n               \"location\":\"san-francisco\",\n               \"client_id\":\"1875976809466\"\n            }\n         }\n      }\n   }'\n                expectedResponse: 200\n    org.onap.domain.sample.GenericK8s_ControlLoopDefinition:\n      version: 1.2.3\n      type: org.onap.policy.clamp.controlloop.ControlLoop\n      type_version: 1.0.0\n      description: Control loop for Hello World\n      properties:\n        provider: ONAP\n        elements:\n          - name: org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement\n            version: 1.2.3\n          - name: org.onap.domain.database.Local_K8SMicroserviceControlLoopElement\n            version: 1.2.3\n          - name: org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement\n            version: 1.2.3\n          - name: org.onap.domain.pmsh.DerivedPolicyControlLoopElement\n            version: 1.2.3\n          - name: org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement\n            version: 1.2.3\n          - name: org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement\n            version: 1.2.3\n          - name: org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement\n            version: 1.2.3\n",
165                                                         "options": {
166                                                                 "raw": {
167                                                                         "language": "text"
168                                                                 }
169                                                         }
170                                                 },
171                                                 "url": {
172                                                         "raw": "localhost:6969/onap/controlloop/v2/commission",
173                                                         "host": [
174                                                                 "localhost"
175                                                         ],
176                                                         "port": "6969",
177                                                         "path": [
178                                                                 "onap",
179                                                                 "controlloop",
180                                                                 "v2",
181                                                                 "commission"
182                                                         ]
183                                                 }
184                                         },
185                                         "response": []
186                                 },
187                                 {
188                                         "name": "GET Control Loops Definitions",
189                                         "request": {
190                                                 "method": "GET",
191                                                 "header": [],
192                                                 "url": {
193                                                         "raw": "localhost:6969/onap/controlloop/v2/commission",
194                                                         "host": [
195                                                                 "localhost"
196                                                         ],
197                                                         "port": "6969",
198                                                         "path": [
199                                                                 "onap",
200                                                                 "controlloop",
201                                                                 "v2",
202                                                                 "commission"
203                                                         ]
204                                                 }
205                                         },
206                                         "response": []
207                                 },
208                                 {
209                                         "name": "GET Tosca Service Template",
210                                         "request": {
211                                                 "method": "GET",
212                                                 "header": [],
213                                                 "url": {
214                                                         "raw": "localhost:6969/onap/controlloop/v2/commission/toscaservicetemplate",
215                                                         "host": [
216                                                                 "localhost"
217                                                         ],
218                                                         "port": "6969",
219                                                         "path": [
220                                                                 "onap",
221                                                                 "controlloop",
222                                                                 "v2",
223                                                                 "commission",
224                                                                 "toscaservicetemplate"
225                                                         ]
226                                                 }
227                                         },
228                                         "response": []
229                                 },
230                                 {
231                                         "name": "GET Tosca Service Template Schema",
232                                         "request": {
233                                                 "method": "GET",
234                                                 "header": [],
235                                                 "url": {
236                                                         "raw": "localhost:6969/onap/controlloop/v2/commission/toscaServiceTemplateSchema",
237                                                         "host": [
238                                                                 "localhost"
239                                                         ],
240                                                         "port": "6969",
241                                                         "path": [
242                                                                 "onap",
243                                                                 "controlloop",
244                                                                 "v2",
245                                                                 "commission",
246                                                                 "toscaServiceTemplateSchema"
247                                                         ]
248                                                 }
249                                         },
250                                         "response": []
251                                 },
252                                 {
253                                         "name": "GET Common Instance Properties (Common)",
254                                         "request": {
255                                                 "method": "GET",
256                                                 "header": [],
257                                                 "url": {
258                                                         "raw": "localhost:6969/onap/controlloop/v2/commission/getCommonOrInstanceProperties?common=true&name=ToscaServiceTemplateSimple&version=1.0.0",
259                                                         "host": [
260                                                                 "localhost"
261                                                         ],
262                                                         "port": "6969",
263                                                         "path": [
264                                                                 "onap",
265                                                                 "controlloop",
266                                                                 "v2",
267                                                                 "commission",
268                                                                 "getCommonOrInstanceProperties"
269                                                         ],
270                                                         "query": [
271                                                                 {
272                                                                         "key": "common",
273                                                                         "value": "true"
274                                                                 },
275                                                                 {
276                                                                         "key": "name",
277                                                                         "value": "ToscaServiceTemplateSimple"
278                                                                 },
279                                                                 {
280                                                                         "key": "version",
281                                                                         "value": "1.0.0"
282                                                                 }
283                                                         ]
284                                                 }
285                                         },
286                                         "response": []
287                                 },
288                                 {
289                                         "name": "DELETE Tosca Service Template",
290                                         "request": {
291                                                 "method": "DELETE",
292                                                 "header": [],
293                                                 "url": {
294                                                         "raw": "localhost:6969/onap/controlloop/v2/commission?name=ToscaServiceTemplateSimple&version=1.0.0",
295                                                         "host": [
296                                                                 "localhost"
297                                                         ],
298                                                         "port": "6969",
299                                                         "path": [
300                                                                 "onap",
301                                                                 "controlloop",
302                                                                 "v2",
303                                                                 "commission"
304                                                         ],
305                                                         "query": [
306                                                                 {
307                                                                         "key": "name",
308                                                                         "value": "ToscaServiceTemplateSimple"
309                                                                 },
310                                                                 {
311                                                                         "key": "version",
312                                                                         "value": "1.0.0"
313                                                                 }
314                                                         ]
315                                                 }
316                                         },
317                                         "response": []
318                                 },
319                                 {
320                                         "name": "GET Control Loops Elements",
321                                         "request": {
322                                                 "method": "GET",
323                                                 "header": [],
324                                                 "url": {
325                                                         "raw": "localhost:6969/onap/controlloop/v2/commission/elements",
326                                                         "host": [
327                                                                 "localhost"
328                                                         ],
329                                                         "port": "6969",
330                                                         "path": [
331                                                                 "onap",
332                                                                 "controlloop",
333                                                                 "v2",
334                                                                 "commission",
335                                                                 "elements"
336                                                         ]
337                                                 }
338                                         },
339                                         "response": []
340                                 }
341                         ]
342                 },
343                 {
344                         "name": "Instantiation",
345                         "item": [
346                                 {
347                                         "name": "POST Instance Properties",
348                                         "request": {
349                                                 "method": "POST",
350                                                 "header": [],
351                                                 "body": {
352                                                         "mode": "raw",
353                                                         "raw": "{\n   \"policy_types\":{\n      \"onap.policies.Monitoring\":{\n         \"name\":\"onap.policies.Monitoring\",\n         \"version\":\"1.0.0\",\n         \"derived_from\":\"tosca.policies.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":\"a base policy type for all policies that govern monitoring provisioning\",\n         \"properties\":{\n            \n         },\n         \"key\":{\n            \"name\":\"onap.policies.Monitoring\",\n            \"version\":\"1.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.policies.Monitoring\",\n         \"defined_version\":\"1.0.0\"\n      },\n      \"onap.policies.Sirisha\":{\n         \"name\":\"onap.policies.Sirisha\",\n         \"version\":\"1.0.0\",\n         \"derived_from\":\"tosca.policies.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":\"a base policy type for all policies that govern monitoring provisioning\",\n         \"properties\":{\n            \n         },\n         \"key\":{\n            \"name\":\"onap.policies.Sirisha\",\n            \"version\":\"1.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.policies.Sirisha\",\n         \"defined_version\":\"1.0.0\"\n      },\n      \"onap.policies.controlloop.operational.Common\":{\n         \"name\":\"onap.policies.controlloop.operational.Common\",\n         \"version\":\"1.0.0\",\n         \"derived_from\":\"tosca.policies.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":\"Operational Policy for Control Loop execution. Originated in Frankfurt to support TOSCA Compliant\\nPolicy Types. This does NOT support the legacy Policy YAML policy type.\\n\",\n         \"properties\":{\n            \"abatement\":{\n               \"name\":\"abatement\",\n               \"type\":\"boolean\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Whether an abatement event message will be expected for the control loop from DCAE.\",\n               \"default_value\":false,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"operations\":{\n               \"name\":\"operations\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"List of operations to be performed when Control Loop is triggered.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"onap.datatype.controlloop.Operation\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":null\n               },\n               \"metadata\":null\n            },\n            \"trigger\":{\n               \"name\":\"trigger\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Initial operation to execute upon receiving an Onset event message for the Control Loop.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"timeout\":{\n               \"name\":\"timeout\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Overall timeout for executing all the operations. This timeout should equal or exceed the total\\ntimeout for each operation listed.\\n\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"id\":{\n               \"name\":\"id\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The unique control loop id.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"key\":{\n            \"name\":\"onap.policies.controlloop.operational.Common\",\n            \"version\":\"1.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.policies.controlloop.operational.Common\",\n         \"defined_version\":\"1.0.0\"\n      },\n      \"onap.policies.controlloop.operational.common.Apex\":{\n         \"name\":\"onap.policies.controlloop.operational.common.Apex\",\n         \"version\":\"1.0.0\",\n         \"derived_from\":\"onap.policies.controlloop.operational.Common\",\n         \"metadata\":{\n            \n         },\n         \"description\":\"Operational policies for Apex PDP\",\n         \"properties\":{\n            \"engineServiceParameters\":{\n               \"name\":\"engineServiceParameters\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The engine parameters like name, instanceCount, policy implementation, parameters etc.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"eventOutputParameters\":{\n               \"name\":\"eventOutputParameters\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The event output parameters.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"javaProperties\":{\n               \"name\":\"javaProperties\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Name/value pairs of properties to be set for APEX if needed.\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"eventInputParameters\":{\n               \"name\":\"eventInputParameters\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The event input parameters.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"key\":{\n            \"name\":\"onap.policies.controlloop.operational.common.Apex\",\n            \"version\":\"1.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.policies.controlloop.operational.common.Apex\",\n         \"defined_version\":\"1.0.0\"\n      },\n      \"onap.policies.monitoring.dcae-pm-subscription-handler\":{\n         \"name\":\"onap.policies.monitoring.dcae-pm-subscription-handler\",\n         \"version\":\"1.0.0\",\n         \"derived_from\":\"onap.policies.Monitoring\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"pmsh_policy\":{\n               \"name\":\"pmsh_policy\",\n               \"type\":\"onap.datatypes.monitoring.subscription\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"PMSH Policy JSON\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \n               }\n            }\n         },\n         \"key\":{\n            \"name\":\"onap.policies.monitoring.dcae-pm-subscription-handler\",\n            \"version\":\"1.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.policies.monitoring.dcae-pm-subscription-handler\",\n         \"defined_version\":\"1.0.0\"\n      }\n   },\n   \"node_types\":{\n      \"org.onap.policy.clamp.controlloop.CDSControlLoopElement\":{\n         \"name\":\"org.onap.policy.clamp.controlloop.CDSControlLoopElement\",\n         \"version\":\"1.0.1\",\n         \"derived_from\":\"org.onap.policy.clamp.controlloop.ControlLoopElement\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"cds_blueprint_id\":{\n               \"name\":\"cds_blueprint_id\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"requirements\":null,\n         \"key\":{\n            \"name\":\"org.onap.policy.clamp.controlloop.CDSControlLoopElement\",\n            \"version\":\"1.0.1\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.policy.clamp.controlloop.CDSControlLoopElement\",\n         \"defined_version\":\"1.0.1\"\n      },\n      \"org.onap.policy.clamp.controlloop.ControlLoop\":{\n         \"name\":\"org.onap.policy.clamp.controlloop.ControlLoop\",\n         \"version\":\"1.0.1\",\n         \"derived_from\":\"tosca.nodetypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"elements\":{\n               \"name\":\"elements\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Specifies a list of control loop element definitions that make up this control loop definition\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":null\n               },\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            },\n            \"provider\":{\n               \"name\":\"provider\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Specifies the organization that provides the control loop element\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            }\n         },\n         \"requirements\":null,\n         \"key\":{\n            \"name\":\"org.onap.policy.clamp.controlloop.ControlLoop\",\n            \"version\":\"1.0.1\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.policy.clamp.controlloop.ControlLoop\",\n         \"defined_version\":\"1.0.1\"\n      },\n      \"org.onap.policy.clamp.controlloop.ControlLoopElement\":{\n         \"name\":\"org.onap.policy.clamp.controlloop.ControlLoopElement\",\n         \"version\":\"1.0.1\",\n         \"derived_from\":\"tosca.nodetypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"runningToPassiveTimeout\":{\n               \"name\":\"runningToPassiveTimeout\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The maximum time in seconds to wait for a state chage from running to passive\",\n               \"default_value\":60,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":[\n                  {\n                     \"valid_values\":null,\n                     \"equal\":null,\n                     \"greater_than\":null,\n                     \"greater_or_equal\":\"0\",\n                     \"less_than\":null,\n                     \"less_or_equal\":null,\n                     \"range_values\":null\n                  }\n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            },\n            \"participantType\":{\n               \"name\":\"participantType\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The identity of the participant type that hosts this type of Control Loop Element\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            },\n            \"provider\":{\n               \"name\":\"provider\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Specifies the organization that provides the control loop element\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            },\n            \"startPhase\":{\n               \"name\":\"startPhase\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"A value indicating the start phase in which this control loop element will be started, the first start phase is zero. Control Loop Elements are started in their start_phase order and stopped in reverse start phase order. Control Loop Elements with the same start phase are started and stopped simultaneously\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":[\n                  {\n                     \"valid_values\":null,\n                     \"equal\":null,\n                     \"greater_than\":null,\n                     \"greater_or_equal\":\"0\",\n                     \"less_than\":null,\n                     \"less_or_equal\":null,\n                     \"range_values\":null\n                  }\n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            },\n            \"passiveToUninitializedTimeout\":{\n               \"name\":\"passiveToUninitializedTimeout\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The maximum time in seconds to wait for a state chage from passive to uninitialized\",\n               \"default_value\":60,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":[\n                  {\n                     \"valid_values\":null,\n                     \"equal\":null,\n                     \"greater_than\":null,\n                     \"greater_or_equal\":\"0\",\n                     \"less_than\":null,\n                     \"less_or_equal\":null,\n                     \"range_values\":null\n                  }\n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            },\n            \"uninitializedToPassiveTimeout\":{\n               \"name\":\"uninitializedToPassiveTimeout\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The maximum time in seconds to wait for a state chage from uninitialized to passive\",\n               \"default_value\":60,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":[\n                  {\n                     \"valid_values\":null,\n                     \"equal\":null,\n                     \"greater_than\":null,\n                     \"greater_or_equal\":\"0\",\n                     \"less_than\":null,\n                     \"less_or_equal\":null,\n                     \"range_values\":null\n                  }\n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            },\n            \"participant_id\":{\n               \"name\":\"participant_id\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            },\n            \"passiveToRunningTimeout\":{\n               \"name\":\"passiveToRunningTimeout\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The maximum time in seconds to wait for a state chage from passive to running\",\n               \"default_value\":60,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":[\n                  {\n                     \"valid_values\":null,\n                     \"equal\":null,\n                     \"greater_than\":null,\n                     \"greater_or_equal\":\"0\",\n                     \"less_than\":null,\n                     \"less_or_equal\":null,\n                     \"range_values\":null\n                  }\n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"common\":\"true\"\n               }\n            }\n         },\n         \"requirements\":null,\n         \"key\":{\n            \"name\":\"org.onap.policy.clamp.controlloop.ControlLoopElement\",\n            \"version\":\"1.0.1\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.policy.clamp.controlloop.ControlLoopElement\",\n         \"defined_version\":\"1.0.1\"\n      },\n      \"org.onap.policy.clamp.controlloop.DerivedDerivedPolicyControlLoopElement\":{\n         \"name\":\"org.onap.policy.clamp.controlloop.DerivedDerivedPolicyControlLoopElement\",\n         \"version\":\"1.0.1\",\n         \"derived_from\":\"org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"policy_id\":{\n               \"name\":\"policy_id\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"policy_type_id\":{\n               \"name\":\"policy_type_id\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"requirements\":null,\n         \"key\":{\n            \"name\":\"org.onap.policy.clamp.controlloop.DerivedDerivedPolicyControlLoopElement\",\n            \"version\":\"1.0.1\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.policy.clamp.controlloop.DerivedDerivedPolicyControlLoopElement\",\n         \"defined_version\":\"1.0.1\"\n      },\n      \"org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement\":{\n         \"name\":\"org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement\",\n         \"version\":\"1.0.1\",\n         \"derived_from\":\"org.onap.policy.clamp.controlloop.PolicyControlLoopElement\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"policy_id\":{\n               \"name\":\"policy_id\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"policy_type_id\":{\n               \"name\":\"policy_type_id\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"requirements\":null,\n         \"key\":{\n            \"name\":\"org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement\",\n            \"version\":\"1.0.1\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement\",\n         \"defined_version\":\"1.0.1\"\n      },\n      \"org.onap.policy.clamp.controlloop.HttpControlLoopElement\":{\n         \"name\":\"org.onap.policy.clamp.controlloop.HttpControlLoopElement\",\n         \"version\":\"1.0.1\",\n         \"derived_from\":\"org.onap.policy.clamp.controlloop.ControlLoopElement\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"httpHeaders\":{\n               \"name\":\"httpHeaders\",\n               \"type\":\"map\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"HTTP headers to send on REST requests\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"string\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":null\n               },\n               \"metadata\":null\n            },\n            \"baseUrl\":{\n               \"name\":\"baseUrl\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The base URL to be prepended to each path, identifies the host for the REST endpoints.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"configurationEntities\":{\n               \"name\":\"configurationEntities\",\n               \"type\":\"map\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The connfiguration entities the Control Loop Element is managing and their associated REST requests\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"org.onap.datatypes.policy.clamp.controlloop.httpControlLoopElement.ConfigurationEntity\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":null\n               },\n               \"metadata\":null\n            }\n         },\n         \"requirements\":null,\n         \"key\":{\n            \"name\":\"org.onap.policy.clamp.controlloop.HttpControlLoopElement\",\n            \"version\":\"1.0.1\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.policy.clamp.controlloop.HttpControlLoopElement\",\n         \"defined_version\":\"1.0.1\"\n      },\n      \"org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\":{\n         \"name\":\"org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\",\n         \"version\":\"1.0.1\",\n         \"derived_from\":\"org.onap.policy.clamp.controlloop.ControlLoopElement\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"values\":{\n               \"name\":\"values\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"templates\":{\n               \"name\":\"templates\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"chart\":{\n               \"name\":\"chart\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"requirements\":{\n               \"name\":\"requirements\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"configs\":{\n               \"name\":\"configs\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"requirements\":null,\n         \"key\":{\n            \"name\":\"org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\",\n            \"version\":\"1.0.1\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\",\n         \"defined_version\":\"1.0.1\"\n      },\n      \"org.onap.policy.clamp.controlloop.Participant\":{\n         \"name\":\"org.onap.policy.clamp.controlloop.Participant\",\n         \"version\":\"1.0.1\",\n         \"derived_from\":\"tosca.nodetypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"provider\":{\n               \"name\":\"provider\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"requirements\":null,\n         \"key\":{\n            \"name\":\"org.onap.policy.clamp.controlloop.Participant\",\n            \"version\":\"1.0.1\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.policy.clamp.controlloop.Participant\",\n         \"defined_version\":\"1.0.1\"\n      },\n      \"org.onap.policy.clamp.controlloop.PolicyControlLoopElement\":{\n         \"name\":\"org.onap.policy.clamp.controlloop.PolicyControlLoopElement\",\n         \"version\":\"1.0.1\",\n         \"derived_from\":\"org.onap.policy.clamp.controlloop.ControlLoopElement\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"policy_id\":{\n               \"name\":\"policy_id\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"policy_type_id\":{\n               \"name\":\"policy_type_id\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"requirements\":null,\n         \"key\":{\n            \"name\":\"org.onap.policy.clamp.controlloop.PolicyControlLoopElement\",\n            \"version\":\"1.0.1\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.policy.clamp.controlloop.PolicyControlLoopElement\",\n         \"defined_version\":\"1.0.1\"\n      }\n   },\n   \"topology_template\":{\n      \"description\":null,\n      \"inputs\":{\n         \"pmsh_operational_policy\":{\n            \"name\":\"pmsh_operational_policy\",\n            \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n            \"type_version\":\"0.0.0\",\n            \"value\":null\n         },\n         \"pmsh_monitoring_policy\":{\n            \"name\":\"pmsh_monitoring_policy\",\n            \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n            \"type_version\":\"0.0.0\",\n            \"value\":null\n         }\n      },\n      \"node_templates\":{\n         \"org.onap.controlloop.HttpControlLoopParticipant\":{\n            \"name\":\"org.onap.controlloop.HttpControlLoopParticipant\",\n            \"version\":\"2.3.4\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Participant for Http requests\",\n            \"type\":\"org.onap.policy.clamp.controlloop.Participant\",\n            \"type_version\":\"1.0.1\",\n            \"properties\":{\n               \"provider\":\"ONAP\"\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.controlloop.HttpControlLoopParticipant\",\n               \"version\":\"2.3.4\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.Participant\",\n               \"version\":\"1.0.1\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.controlloop.HttpControlLoopParticipant\",\n               \"version\":\"2.3.4\"\n            },\n            \"defined_name\":\"org.onap.controlloop.HttpControlLoopParticipant\",\n            \"defined_version\":\"2.3.4\"\n         },\n         \"org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement\":{\n            \"name\":\"org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement\",\n            \"version\":\"1.2.3\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Control loop element for the http requests of PMSH microservice\",\n            \"type\":\"org.onap.policy.clamp.controlloop.HttpControlLoopElement\",\n            \"type_version\":\"1.0.1\",\n            \"properties\":{\n               \"participantType\":{\n                  \"name\":\"org.onap.k8s.controlloop.HttpControlLoopParticipant\",\n                  \"version\":\"2.3.4\"\n               },\n               \"configurationEntities\":\"[{\\\"configurationEntityId\\\":{\\\"name\\\":\\\"entity1\\\",\\\"version\\\":\\\"1.0.1\\\"},\\\"restSequence\\\":[{\\\"restRequestId\\\":{\\\"name\\\":\\\"request1\\\",\\\"version\\\":\\\"1.0.1\\\"},\\\"httpMethod\\\":\\\"PUT\\\",\\\"path\\\":\\\"v1/kv/dcae-pmsh2\\\",\\\"body\\\":\\\"{ \\\\\\\"control_loop_name\\\\\\\":\\\\\\\"pmsh-control-loop\\\\\\\", \\\\\\\"operational_policy_name\\\\\\\":\\\\\\\"pmsh-operational-policy\\\\\\\", \\\\\\\"aaf_password\\\\\\\":\\\\\\\"demo123456!\\\\\\\", \\\\\\\"aaf_identity\\\\\\\":\\\\\\\"dcae@dcae.onap.org\\\\\\\", \\\\\\\"cert_path\\\\\\\":\\\\\\\"/opt/app/pmsh/etc/certs/cert.pem\\\\\\\", \\\\\\\"key_path\\\\\\\":\\\\\\\"/opt/app/pmsh/etc/certs/key.pem\\\\\\\", \\\\\\\"ca_cert_path\\\\\\\":\\\\\\\"/opt/app/pmsh/etc/certs/cacert.pem\\\\\\\", \\\\\\\"enable_tls\\\\\\\":\\\\\\\"true\\\\\\\", \\\\\\\"pmsh_policy\\\\\\\":{ \\\\\\\"subscription\\\\\\\":{ \\\\\\\"subscriptionName\\\\\\\":\\\\\\\"ExtraPM-All-gNB-R2B\\\\\\\", \\\\\\\"administrativeState\\\\\\\":\\\\\\\"UNLOCKED\\\\\\\", \\\\\\\"fileBasedGP\\\\\\\":15, \\\\\\\"fileLocation\\\\\\\":\\\\\\\"\\\\\\\\/pm\\\\\\\\/pm.xml\\\\\\\", \\\\\\\"nfFilter\\\\\\\":{ \\\\\\\"nfNames\\\\\\\":[ \\\\\\\"^pnf.*\\\\\\\", \\\\\\\"^vnf.*\\\\\\\" ], \\\\\\\"modelInvariantIDs\\\\\\\":[ ], \\\\\\\"modelVersionIDs\\\\\\\":[ ], \\\\\\\"modelNames\\\\\\\":[ ] }, \\\\\\\"measurementGroups\\\\\\\":[ { \\\\\\\"measurementGroup\\\\\\\":{ \\\\\\\"measurementTypes\\\\\\\":[ { \\\\\\\"measurementType\\\\\\\":\\\\\\\"countera\\\\\\\" }, { \\\\\\\"measurementType\\\\\\\":\\\\\\\"counterb\\\\\\\" } ], \\\\\\\"managedObjectDNsBasic\\\\\\\":[ { \\\\\\\"DN\\\\\\\":\\\\\\\"dna\\\\\\\" }, { \\\\\\\"DN\\\\\\\":\\\\\\\"dnb\\\\\\\" } ] } }, { \\\\\\\"measurementGroup\\\\\\\":{ \\\\\\\"measurementTypes\\\\\\\":[ { \\\\\\\"measurementType\\\\\\\":\\\\\\\"counterc\\\\\\\" }, { \\\\\\\"measurementType\\\\\\\":\\\\\\\"counterd\\\\\\\" } ], \\\\\\\"managedObjectDNsBasic\\\\\\\":[ { \\\\\\\"DN\\\\\\\":\\\\\\\"dnc\\\\\\\" }, { \\\\\\\"DN\\\\\\\":\\\\\\\"dnd\\\\\\\" } ] } } ] } }, \\\\\\\"streams_subscribes\\\\\\\":{ \\\\\\\"aai_subscriber\\\\\\\":{ \\\\\\\"type\\\\\\\":\\\\\\\"message_router\\\\\\\", \\\\\\\"dmaap_info\\\\\\\":{ \\\\\\\"topic_url\\\\\\\":\\\\\\\"https://10.152.183.151:3905/events/AAI_EVENT\\\\\\\", \\\\\\\"client_role\\\\\\\":\\\\\\\"org.onap.dcae.aaiSub\\\\\\\", \\\\\\\"location\\\\\\\":\\\\\\\"san-francisco\\\\\\\", \\\\\\\"client_id\\\\\\\":\\\\\\\"1575976809466\\\\\\\" } }, \\\\\\\"policy_pm_subscriber\\\\\\\":{ \\\\\\\"type\\\\\\\":\\\\\\\"message_router\\\\\\\", \\\\\\\"dmaap_info\\\\\\\":{ \\\\\\\"topic_url\\\\\\\":\\\\\\\"https://10.152.183.151:3905/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS\\\\\\\", \\\\\\\"client_role\\\\\\\":\\\\\\\"org.onap.dcae.pmSubscriber\\\\\\\", \\\\\\\"location\\\\\\\":\\\\\\\"san-francisco\\\\\\\", \\\\\\\"client_id\\\\\\\":\\\\\\\"1575876809456\\\\\\\" } } }, \\\\\\\"streams_publishes\\\\\\\":{ \\\\\\\"policy_pm_publisher\\\\\\\":{ \\\\\\\"type\\\\\\\":\\\\\\\"message_router\\\\\\\", \\\\\\\"dmaap_info\\\\\\\":{ \\\\\\\"topic_url\\\\\\\":\\\\\\\"https://10.152.183.151:3905/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS\\\\\\\", \\\\\\\"client_role\\\\\\\":\\\\\\\"org.onap.dcae.pmPublisher\\\\\\\", \\\\\\\"location\\\\\\\":\\\\\\\"san-francisco\\\\\\\", \\\\\\\"client_id\\\\\\\":\\\\\\\"1475976809466\\\\\\\" } }, \\\\\\\"other_publisher\\\\\\\":{ \\\\\\\"type\\\\\\\":\\\\\\\"message_router\\\\\\\", \\\\\\\"dmaap_info\\\\\\\":{ \\\\\\\"topic_url\\\\\\\":\\\\\\\"https://10.152.183.151:3905/events/org.onap.dmaap.mr.SOME_OTHER_TOPIC\\\\\\\", \\\\\\\"client_role\\\\\\\":\\\\\\\"org.onap.dcae.pmControlPub\\\\\\\", \\\\\\\"location\\\\\\\":\\\\\\\"san-francisco\\\\\\\", \\\\\\\"client_id\\\\\\\":\\\\\\\"1875976809466\\\\\\\" } } } }\\\",\\\"expectedResponse\\\":200}]}]\",\n               \"provider\":\"ONAP\",\n               \"startPhase\":1,\n               \"uninitializedToPassiveTimeout\":180,\n               \"httpHeaders\":\"{\\\"Content-Type\\\":\\\"application/json\\\"}\",\n               \"participant_id\":{\n                  \"name\":\"HttpParticipant0\",\n                  \"version\":\"1.0.0\"\n               },\n               \"baseUrl\":\"http://10.152.183.51:8500\"\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.HttpControlLoopElement\",\n               \"version\":\"1.0.1\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"defined_name\":\"org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement\",\n            \"defined_version\":\"1.2.3\"\n         },\n         \"org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement\":{\n            \"name\":\"org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement\",\n            \"version\":\"1.2.3\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Control loop element for the operational policy for Performance Management Subscription Handling\",\n            \"type\":\"org.onap.policy.clamp.controlloop.PolicyControlLoopElement\",\n            \"type_version\":\"1.0.0\",\n            \"properties\":{\n               \"participant_id\":{\n                  \"name\":\"org.onap.PM_Policy\",\n                  \"version\":\"1.0.0\"\n               },\n               \"policy_type_id\":{\n                  \"name\":\"onap.policies.operational.pm-subscription-handler\",\n                  \"version\":\"1.0.0\"\n               },\n               \"participantType\":{\n                  \"name\":\"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                  \"version\":\"2.3.1\"\n               },\n               \"provider\":\"Ericsson\",\n               \"policy_id\":{\n                  \"get_input\":\"pmsh_operational_policy\"\n               }\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.PolicyControlLoopElement\",\n               \"version\":\"1.0.0\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"defined_name\":\"org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement\",\n            \"defined_version\":\"1.2.3\"\n         },\n         \"org.onap.domain.database.Local_K8SMicroserviceControlLoopElement\":{\n            \"name\":\"org.onap.domain.database.Local_K8SMicroserviceControlLoopElement\",\n            \"version\":\"1.2.3\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Control loop element for the K8S microservice for local chart\",\n            \"type\":\"org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\",\n            \"type_version\":\"1.0.0\",\n            \"properties\":{\n               \"participant_id\":{\n                  \"name\":\"K8sParticipant0\",\n                  \"version\":\"1.0.0\"\n               },\n               \"provider\":\"ONAP\",\n               \"chart\":\"{\\\"chartId\\\":{\\\"name\\\":\\\"nginx-ingress\\\",\\\"version\\\":\\\"0.9.1\\\"},\\\"releaseName\\\":\\\"nginxms\\\",\\\"namespace\\\":\\\"test\\\"}\",\n               \"participantType\":{\n                  \"name\":\"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n                  \"version\":\"2.3.4\"\n               }\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.domain.database.Local_K8SMicroserviceControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\",\n               \"version\":\"1.0.0\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.domain.database.Local_K8SMicroserviceControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"defined_name\":\"org.onap.domain.database.Local_K8SMicroserviceControlLoopElement\",\n            \"defined_version\":\"1.2.3\"\n         },\n         \"org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement\":{\n            \"name\":\"org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement\",\n            \"version\":\"1.2.3\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Control loop element for the monitoring policy for Performance Management Subscription Handling\",\n            \"type\":\"org.onap.policy.clamp.controlloop.PolicyControlLoopElement\",\n            \"type_version\":\"1.0.0\",\n            \"properties\":{\n               \"participant_id\":{\n                  \"name\":\"org.onap.PM_Policy\",\n                  \"version\":\"1.0.0\"\n               },\n               \"policy_type_id\":{\n                  \"name\":\"onap.policies.monitoring.pm-subscription-handler\",\n                  \"version\":\"1.0.0\"\n               },\n               \"participantType\":{\n                  \"name\":\"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                  \"version\":\"2.3.1\"\n               },\n               \"provider\":\"Ericsson\",\n               \"policy_id\":{\n                  \"get_input\":\"pmsh_monitoring_policy\"\n               }\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.PolicyControlLoopElement\",\n               \"version\":\"1.0.0\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"defined_name\":\"org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement\",\n            \"defined_version\":\"1.2.3\"\n         },\n         \"org.onap.k8s.controlloop.K8SControlLoopParticipant\":{\n            \"name\":\"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n            \"version\":\"2.3.4\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Participant for K8S\",\n            \"type\":\"org.onap.policy.clamp.controlloop.Participant\",\n            \"type_version\":\"1.0.1\",\n            \"properties\":{\n               \"provider\":\"ONAP\"\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n               \"version\":\"2.3.4\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.Participant\",\n               \"version\":\"1.0.1\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n               \"version\":\"2.3.4\"\n            },\n            \"defined_name\":\"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n            \"defined_version\":\"2.3.4\"\n         },\n         \"org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement\":{\n            \"name\":\"org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement\",\n            \"version\":\"1.2.3\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Control loop for Performance Management Subscription Handling\",\n            \"type\":\"org.onap.policy.clamp.controlloop.DerivedDerivedPolicyControlLoopElement\",\n            \"type_version\":\"1.0.0\",\n            \"properties\":{\n               \"participant_id\":{\n                  \"name\":\"org.onap.PM_Policy\",\n                  \"version\":\"1.0.0\"\n               },\n               \"provider\":\"Ericsson\",\n               \"participantType\":{\n                  \"name\":\"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                  \"version\":\"2.3.1\"\n               }\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.DerivedDerivedPolicyControlLoopElement\",\n               \"version\":\"1.0.0\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"defined_name\":\"org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement\",\n            \"defined_version\":\"1.2.3\"\n         },\n         \"org.onap.domain.sample.GenericK8s_ControlLoopDefinition\":{\n            \"name\":\"org.onap.domain.sample.GenericK8s_ControlLoopDefinition\",\n            \"version\":\"1.2.3\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Control loop for Hello World\",\n            \"type\":\"org.onap.policy.clamp.controlloop.ControlLoop\",\n            \"type_version\":\"1.0.0\",\n            \"properties\":{\n               \"elements\":[\n                  {\n                     \"name\":\"org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement\",\n                     \"version\":\"1.2.3\"\n                  },\n                  {\n                     \"name\":\"org.onap.domain.database.Local_K8SMicroserviceControlLoopElement\",\n                     \"version\":\"1.2.3\"\n                  },\n                  {\n                     \"name\":\"org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement\",\n                     \"version\":\"1.2.3\"\n                  },\n                  {\n                     \"name\":\"org.onap.domain.pmsh.DerivedPolicyControlLoopElement\",\n                     \"version\":\"1.2.3\"\n                  },\n                  {\n                     \"name\":\"org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement\",\n                     \"version\":\"1.2.3\"\n                  },\n                  {\n                     \"name\":\"org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement\",\n                     \"version\":\"1.2.3\"\n                  },\n                  {\n                     \"name\":\"org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement\",\n                     \"version\":\"1.2.3\"\n                  }\n               ],\n               \"provider\":\"ONAP\"\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.domain.sample.GenericK8s_ControlLoopDefinition\",\n               \"version\":\"1.2.3\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.ControlLoop\",\n               \"version\":\"1.0.0\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.domain.sample.GenericK8s_ControlLoopDefinition\",\n               \"version\":\"1.2.3\"\n            },\n            \"defined_name\":\"org.onap.domain.sample.GenericK8s_ControlLoopDefinition\",\n            \"defined_version\":\"1.2.3\"\n         },\n         \"org.onap.policy.controlloop.PolicyControlLoopParticipant\":{\n            \"name\":\"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n            \"version\":\"2.3.1\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Participant for DCAE microservices\",\n            \"type\":\"org.onap.policy.clamp.controlloop.Participant\",\n            \"type_version\":\"1.0.1\",\n            \"properties\":{\n               \"provider\":\"ONAP\"\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n               \"version\":\"2.3.1\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.Participant\",\n               \"version\":\"1.0.1\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n               \"version\":\"2.3.1\"\n            },\n            \"defined_name\":\"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n            \"defined_version\":\"2.3.1\"\n         },\n         \"org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement\":{\n            \"name\":\"org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement\",\n            \"version\":\"1.2.3\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Control loop element for the K8S microservice for PMSH\",\n            \"type\":\"org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\",\n            \"type_version\":\"1.0.0\",\n            \"properties\":{\n               \"participant_id\":{\n                  \"name\":\"K8sParticipant0\",\n                  \"version\":\"1.0.0\"\n               },\n               \"provider\":\"ONAP\",\n               \"chart\":\"{\\\"chartId\\\":{\\\"name\\\":\\\"dcae-pmsh\\\",\\\"version\\\":\\\"8.0.0\\\"},\\\"namespace\\\":\\\"onap\\\",\\\"releaseName\\\":\\\"pmshms\\\",\\\"repository\\\":{\\\"repoName\\\":\\\"chartmuseum\\\",\\\"protocol\\\":\\\"http\\\",\\\"address\\\":\\\"10.152.183.120\\\",\\\"port\\\":80,\\\"userName\\\":\\\"onapinitializer\\\",\\\"password\\\":\\\"demo123456!\\\"},\\\"overrideParams\\\":{\\\"global.masterPassword\\\":\\\"test\\\"}}\",\n               \"participantType\":{\n                  \"name\":\"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n                  \"version\":\"2.3.4\"\n               }\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.K8SMicroserviceControlLoopElement\",\n               \"version\":\"1.0.0\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"defined_name\":\"org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement\",\n            \"defined_version\":\"1.2.3\"\n         },\n         \"org.onap.domain.pmsh.DerivedPolicyControlLoopElement\":{\n            \"name\":\"org.onap.domain.pmsh.DerivedPolicyControlLoopElement\",\n            \"version\":\"1.2.3\",\n            \"derived_from\":null,\n            \"metadata\":{\n               \n            },\n            \"description\":\"Control loop for Performance Management Subscription Handling\",\n            \"type\":\"org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement\",\n            \"type_version\":\"1.0.0\",\n            \"properties\":{\n               \"participant_id\":{\n                  \"name\":\"org.onap.PM_Policy\",\n                  \"version\":\"1.0.0\"\n               },\n               \"provider\":\"Ericsson\",\n               \"participantType\":{\n                  \"name\":\"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                  \"version\":\"2.3.1\"\n               }\n            },\n            \"requirements\":null,\n            \"capabilities\":null,\n            \"identifier\":{\n               \"name\":\"org.onap.domain.pmsh.DerivedPolicyControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"type_identifier\":{\n               \"name\":\"org.onap.policy.clamp.controlloop.DerivedPolicyControlLoopElement\",\n               \"version\":\"1.0.0\"\n            },\n            \"key\":{\n               \"name\":\"org.onap.domain.pmsh.DerivedPolicyControlLoopElement\",\n               \"version\":\"1.2.3\"\n            },\n            \"defined_name\":\"org.onap.domain.pmsh.DerivedPolicyControlLoopElement\",\n            \"defined_version\":\"1.2.3\"\n         }\n      },\n      \"policies\":null,\n      \"policies_as_map\":{\n         \n      }\n   },\n   \"tosca_definitions_version\":\"tosca_simple_yaml_1_3\",\n   \"data_types\":{\n      \"onap.datatype.controlloop.Actor\":{\n         \"name\":\"onap.datatype.controlloop.Actor\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":\"An actor/operation/target definition\",\n         \"properties\":{\n            \"payload\":{\n               \"name\":\"payload\",\n               \"type\":\"map\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Name/value pairs of payload information passed by Policy to the actor\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"string\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":null\n               },\n               \"metadata\":{\n                  \"clamp_possible_values\":\"ClampExecution:CDS/payload\"\n               }\n            },\n            \"target\":{\n               \"name\":\"target\",\n               \"type\":\"onap.datatype.controlloop.Target\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The resource the operation should be performed on.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"actor\":{\n               \"name\":\"actor\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The actor performing the operation.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"clamp_possible_values\":\"Dictionary:DefaultActors,ClampExecution:CDS/actor\"\n               }\n            },\n            \"operation\":{\n               \"name\":\"operation\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The operation the actor is performing.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \"clamp_possible_values\":\"Dictionary:DefaultOperations,ClampExecution:CDS/operation\"\n               }\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatype.controlloop.Actor\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatype.controlloop.Actor\",\n         \"defined_version\":null\n      },\n      \"onap.datatype.controlloop.Operation\":{\n         \"name\":\"onap.datatype.controlloop.Operation\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":\"An operation supported by an actor\",\n         \"properties\":{\n            \"failure_retries\":{\n               \"name\":\"failure_retries\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Points to the operation to invoke when the current operation has exceeded its max retries.\",\n               \"default_value\":\"final_failure_retries\",\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"id\":{\n               \"name\":\"id\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Unique identifier for the operation\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"failure_timeout\":{\n               \"name\":\"failure_timeout\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Points to the operation to invoke when the time out for the operation occurs.\",\n               \"default_value\":\"final_failure_timeout\",\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"failure\":{\n               \"name\":\"failure\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Points to the operation to invoke on Actor operation failure.\",\n               \"default_value\":\"final_failure\",\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"operation\":{\n               \"name\":\"operation\",\n               \"type\":\"onap.datatype.controlloop.Actor\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The definition of the operation to be performed.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"failure_guard\":{\n               \"name\":\"failure_guard\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Points to the operation to invoke when the current operation is blocked due to guard policy enforcement.\",\n               \"default_value\":\"final_failure_guard\",\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"retries\":{\n               \"name\":\"retries\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The number of retries the actor should attempt to perform the operation.\",\n               \"default_value\":0,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"timeout\":{\n               \"name\":\"timeout\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The amount of time for the actor to perform the operation.\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"failure_exception\":{\n               \"name\":\"failure_exception\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Points to the operation to invoke when the current operation causes an exception.\",\n               \"default_value\":\"final_failure_exception\",\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"description\":{\n               \"name\":\"description\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"A user-friendly description of the intent for the operation\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"success\":{\n               \"name\":\"success\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Points to the operation to invoke on success. A value of \\\"final_success\\\" indicates and end to the operation.\",\n               \"default_value\":\"final_success\",\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatype.controlloop.Operation\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatype.controlloop.Operation\",\n         \"defined_version\":null\n      },\n      \"onap.datatype.controlloop.Target\":{\n         \"name\":\"onap.datatype.controlloop.Target\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":\"Definition for a entity in A&AI to perform a control loop operation on\",\n         \"properties\":{\n            \"entityIds\":{\n               \"name\":\"entityIds\",\n               \"type\":\"map\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Map of values that identify the resource. If none are provided, it is assumed that the\\nentity that generated the ONSET event will be the target.\\n\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"string\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":null\n               },\n               \"metadata\":{\n                  \"clamp_possible_values\":\"ClampExecution:CSAR_RESOURCES\"\n               }\n            },\n            \"targetType\":{\n               \"name\":\"targetType\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Category for the target type\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  {\n                     \"valid_values\":[\n                        \"VNF\",\n                        \"VM\",\n                        \"VFMODULE\",\n                        \"PNF\"\n                     ],\n                     \"equal\":null,\n                     \"greater_than\":null,\n                     \"greater_or_equal\":null,\n                     \"less_than\":null,\n                     \"less_or_equal\":null,\n                     \"range_values\":null\n                  }\n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatype.controlloop.Target\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatype.controlloop.Target\",\n         \"defined_version\":null\n      },\n      \"onap.datatypes.ToscaConceptIdentifier\":{\n         \"name\":\"onap.datatypes.ToscaConceptIdentifier\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"version\":{\n               \"name\":\"version\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"name\":{\n               \"name\":\"name\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":null,\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatypes.ToscaConceptIdentifier\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatypes.ToscaConceptIdentifier\",\n         \"defined_version\":null\n      },\n      \"onap.datatypes.monitoring.managedObjectDNsBasic\":{\n         \"name\":\"onap.datatypes.monitoring.managedObjectDNsBasic\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"DN\":{\n               \"name\":\"DN\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Managed object distinguished name\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \n               }\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatypes.monitoring.managedObjectDNsBasic\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatypes.monitoring.managedObjectDNsBasic\",\n         \"defined_version\":null\n      },\n      \"onap.datatypes.monitoring.managedObjectDNsBasics\":{\n         \"name\":\"onap.datatypes.monitoring.managedObjectDNsBasics\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"managedObjectDNsBasic\":{\n               \"name\":\"managedObjectDNsBasic\",\n               \"type\":\"map\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Managed object distinguished name object\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"onap.datatypes.monitoring.managedObjectDNsBasic\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatypes.monitoring.managedObjectDNsBasics\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatypes.monitoring.managedObjectDNsBasics\",\n         \"defined_version\":null\n      },\n      \"onap.datatypes.monitoring.measurementGroup\":{\n         \"name\":\"onap.datatypes.monitoring.measurementGroup\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"measurementTypes\":{\n               \"name\":\"measurementTypes\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"List of measurement types\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"onap.datatypes.monitoring.measurementTypes\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            },\n            \"managedObjectDNsBasic\":{\n               \"name\":\"managedObjectDNsBasic\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"List of managed object distinguished names\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"onap.datatypes.monitoring.managedObjectDNsBasics\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatypes.monitoring.measurementGroup\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatypes.monitoring.measurementGroup\",\n         \"defined_version\":null\n      },\n      \"onap.datatypes.monitoring.measurementGroups\":{\n         \"name\":\"onap.datatypes.monitoring.measurementGroups\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"measurementGroup\":{\n               \"name\":\"measurementGroup\",\n               \"type\":\"map\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Measurement Group\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"onap.datatypes.monitoring.measurementGroup\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatypes.monitoring.measurementGroups\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatypes.monitoring.measurementGroups\",\n         \"defined_version\":null\n      },\n      \"onap.datatypes.monitoring.measurementType\":{\n         \"name\":\"onap.datatypes.monitoring.measurementType\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"measurementType\":{\n               \"name\":\"measurementType\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Measurement type\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \n               }\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatypes.monitoring.measurementType\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatypes.monitoring.measurementType\",\n         \"defined_version\":null\n      },\n      \"onap.datatypes.monitoring.measurementTypes\":{\n         \"name\":\"onap.datatypes.monitoring.measurementTypes\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"measurementType\":{\n               \"name\":\"measurementType\",\n               \"type\":\"map\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Measurement type object\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"onap.datatypes.monitoring.measurementType\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatypes.monitoring.measurementTypes\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatypes.monitoring.measurementTypes\",\n         \"defined_version\":null\n      },\n      \"onap.datatypes.monitoring.nfFilter\":{\n         \"name\":\"onap.datatypes.monitoring.nfFilter\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"modelVersionIDs\":{\n               \"name\":\"modelVersionIDs\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"List of model version IDs\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"string\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            },\n            \"modelInvariantIDs\":{\n               \"name\":\"modelInvariantIDs\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"List of model invariant IDs\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"string\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            },\n            \"modelNames\":{\n               \"name\":\"modelNames\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"List of model names\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"string\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            },\n            \"nfNames\":{\n               \"name\":\"nfNames\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"List of network functions\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"string\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatypes.monitoring.nfFilter\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatypes.monitoring.nfFilter\",\n         \"defined_version\":null\n      },\n      \"onap.datatypes.monitoring.subscription\":{\n         \"name\":\"onap.datatypes.monitoring.subscription\",\n         \"version\":\"0.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"measurementGroups\":{\n               \"name\":\"measurementGroups\",\n               \"type\":\"list\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Measurement Groups\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"onap.datatypes.monitoring.measurementGroups\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            },\n            \"fileBasedGP\":{\n               \"name\":\"fileBasedGP\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"File based granularity period\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \n               }\n            },\n            \"fileLocation\":{\n               \"name\":\"fileLocation\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"ROP file location\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \n               }\n            },\n            \"subscriptionName\":{\n               \"name\":\"subscriptionName\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Name of the subscription\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \n               }\n            },\n            \"administrativeState\":{\n               \"name\":\"administrativeState\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"State of the subscription\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  {\n                     \"valid_values\":[\n                        \"LOCKED\",\n                        \"UNLOCKED\"\n                     ],\n                     \"equal\":null,\n                     \"greater_than\":null,\n                     \"greater_or_equal\":null,\n                     \"less_than\":null,\n                     \"less_or_equal\":null,\n                     \"range_values\":null\n                  }\n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":{\n                  \n               }\n            },\n            \"nfFilter\":{\n               \"name\":\"nfFilter\",\n               \"type\":\"map\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"Network function filter\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":{\n                  \"name\":null,\n                  \"type\":\"onap.datatypes.monitoring.nfFilter\",\n                  \"type_version\":\"0.0.0\",\n                  \"description\":null,\n                  \"constraints\":[\n                     \n                  ]\n               },\n               \"metadata\":{\n                  \n               }\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"onap.datatypes.monitoring.subscription\",\n            \"version\":\"0.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"onap.datatypes.monitoring.subscription\",\n         \"defined_version\":null\n      },\n      \"org.onap.datatypes.policy.clamp.controlloop.httpControlLoopElement.RestRequest\":{\n         \"name\":\"org.onap.datatypes.policy.clamp.controlloop.httpControlLoopElement.RestRequest\",\n         \"version\":\"1.0.0\",\n         \"derived_from\":\"tosca.datatypes.Root\",\n         \"metadata\":{\n            \n         },\n         \"description\":null,\n         \"properties\":{\n            \"body\":{\n               \"name\":\"body\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The body of the REST request for PUT and POST requests\",\n               \"default_value\":null,\n               \"required\":false,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"expectedResponse\":{\n               \"name\":\"expectedResponse\",\n               \"type\":\"integer\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"THe expected HTTP status code for the REST request\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  \n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"httpMethod\":{\n               \"name\":\"httpMethod\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The REST method to use\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":[\n                  {\n                     \"valid_values\":[\n                        \"POST\",\n                        \"PUT\",\n                        \"GET\",\n                        \"DELETE\"\n                     ],\n                     \"equal\":null,\n                     \"greater_than\":null,\n                     \"greater_or_equal\":null,\n                     \"less_than\":null,\n                     \"less_or_equal\":null,\n                     \"range_values\":null\n                  }\n               ],\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"restRequestId\":{\n               \"name\":\"restRequestId\",\n               \"type\":\"onap.datatypes.ToscaConceptIdentifier\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The name and version of a REST request to be sent to a REST endpoint\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            },\n            \"path\":{\n               \"name\":\"path\",\n               \"type\":\"string\",\n               \"type_version\":\"0.0.0\",\n               \"description\":\"The path of the REST request relative to the base URL\",\n               \"default_value\":null,\n               \"required\":true,\n               \"status\":null,\n               \"constraints\":null,\n               \"key_schema\":null,\n               \"entry_schema\":null,\n               \"metadata\":null\n            }\n         },\n         \"constraints\":[\n            \n         ],\n         \"key\":{\n            \"name\":\"org.onap.datatypes.policy.clamp.controlloop.httpControlLoopElement.RestRequest\",\n            \"version\":\"1.0.0\"\n         },\n         \"type\":null,\n         \"type_version\":null,\n         \"defined_name\":\"org.onap.datatypes.policy.clamp.controlloop.httpControlLoopElement.RestRequest\",\n         \"defined_version\":\"1.0.0\"\n      }\n   }\n}",
354                                                         "options": {
355                                                                 "raw": {
356                                                                         "language": "json"
357                                                                 }
358                                                         }
359                                                 },
360                                                 "url": {
361                                                         "raw": "localhost:6969/onap/controlloop/v2/instanceProperties?Content-Type=application/json",
362                                                         "host": [
363                                                                 "localhost"
364                                                         ],
365                                                         "port": "6969",
366                                                         "path": [
367                                                                 "onap",
368                                                                 "controlloop",
369                                                                 "v2",
370                                                                 "instanceProperties"
371                                                         ],
372                                                         "query": [
373                                                                 {
374                                                                         "key": "Content-Type",
375                                                                         "value": "application/json"
376                                                                 }
377                                                         ]
378                                                 }
379                                         },
380                                         "response": []
381                                 },
382                                 {
383                                         "name": "GET Control Loop Priming",
384                                         "request": {
385                                                 "method": "GET",
386                                                 "header": [],
387                                                 "url": {
388                                                         "raw": "localhost:6969/onap/controlloop/v2/controlLoopPriming",
389                                                         "host": [
390                                                                 "localhost"
391                                                         ],
392                                                         "port": "6969",
393                                                         "path": [
394                                                                 "onap",
395                                                                 "controlloop",
396                                                                 "v2",
397                                                                 "controlLoopPriming"
398                                                         ]
399                                                 }
400                                         },
401                                         "response": []
402                                 },
403                                 {
404                                         "name": "DELETE Instance Properties",
405                                         "request": {
406                                                 "method": "DELETE",
407                                                 "header": [],
408                                                 "url": {
409                                                         "raw": "localhost:6969/onap/controlloop/v2/instanceProperties?name=PMSH_Instance1&version=1.2.3",
410                                                         "host": [
411                                                                 "localhost"
412                                                         ],
413                                                         "port": "6969",
414                                                         "path": [
415                                                                 "onap",
416                                                                 "controlloop",
417                                                                 "v2",
418                                                                 "instanceProperties"
419                                                         ],
420                                                         "query": [
421                                                                 {
422                                                                         "key": "name",
423                                                                         "value": "PMSH_Instance1"
424                                                                 },
425                                                                 {
426                                                                         "key": "version",
427                                                                         "value": "1.2.3"
428                                                                 }
429                                                         ]
430                                                 }
431                                         },
432                                         "response": []
433                                 },
434                                 {
435                                         "name": "PUT Control Loop Instantiation change",
436                                         "request": {
437                                                 "method": "PUT",
438                                                 "header": [],
439                                                 "body": {
440                                                         "mode": "raw",
441                                                         "raw": "{\n    \"controlLoopList\": [\n        {\n            \"name\": \"PMSH_Instance2\",\n            \"version\": \"1.2.3\",\n            \"derivedFrom\": null,\n            \"metadata\": null,\n            \"description\": \"PMSH control loop Instance2\",\n            \"definition\": {\n                \"name\": \"org.onap.domain.sample.GenericK8s_ControlLoopDefinition\",\n                \"version\": \"1.2.3\"\n            },\n            \"state\": \"UNINITIALISED\",\n            \"orderedState\": \"UNINITIALISED\",\n            \"elements\": {\n                \"7853b3af-f1bf-4f3e-8006-8bebb19aa52c\": {\n                    \"id\": \"7853b3af-f1bf-4f3e-8006-8bebb19aa52c\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                        \"version\": \"2.3.1\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"org.onap.PM_Policy\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"b0231bb2-289a-468d-8538-eeff6b8e6111\": {\n                    \"id\": \"b0231bb2-289a-468d-8538-eeff6b8e6111\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.k8s.controlloop.HttpControlLoopParticipant\",\n                        \"version\": \"2.3.4\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"HttpParticipant0\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"f15e4ef9-93e8-4170-831a-c2634bfa0c91\": {\n                    \"id\": \"f15e4ef9-93e8-4170-831a-c2634bfa0c91\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n                        \"version\": \"2.3.4\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"K8sParticipant0\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"ef8be7dc-03da-4017-89c6-75a99aa28bbe\": {\n                    \"id\": \"ef8be7dc-03da-4017-89c6-75a99aa28bbe\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.pmsh.DerivedPolicyControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                        \"version\": \"2.3.1\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"org.onap.PM_Policy\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"9a8db139-8eb5-4f52-8c38-dfc4405cb559\": {\n                    \"id\": \"9a8db139-8eb5-4f52-8c38-dfc4405cb559\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.database.Local_K8SMicroserviceControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n                        \"version\": \"2.3.4\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"K8sParticipant0\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"552c8615-b639-43c3-aa90-03e5df2b9c23\": {\n                    \"id\": \"552c8615-b639-43c3-aa90-03e5df2b9c23\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                        \"version\": \"2.3.1\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"org.onap.PM_Policy\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"d2202465-487d-4580-ae17-a3a1ae7eb038\": {\n                    \"id\": \"d2202465-487d-4580-ae17-a3a1ae7eb038\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                        \"version\": \"2.3.1\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"org.onap.PM_Policy\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                }\n            },\n            \"primed\": false,\n            \"type\": \"org.onap.domain.sample.GenericK8s_ControlLoopDefinition_Instance2\",\n            \"typeVersion\": \"1.2.3\",\n            \"key\": {\n                \"name\": \"PMSH_Instance2\",\n                \"version\": \"1.2.3\"\n            },\n            \"definedName\": \"PMSH_Instance2\",\n            \"definedVersion\": \"1.2.3\"\n        }\n    ]\n}",
442                                                         "options": {
443                                                                 "raw": {
444                                                                         "language": "json"
445                                                                 }
446                                                         }
447                                                 },
448                                                 "url": {
449                                                         "raw": "localhost:6969/onap/controlloop/v2/instantiation?name=PMSH_Instance1&version=2.3.4",
450                                                         "host": [
451                                                                 "localhost"
452                                                         ],
453                                                         "port": "6969",
454                                                         "path": [
455                                                                 "onap",
456                                                                 "controlloop",
457                                                                 "v2",
458                                                                 "instantiation"
459                                                         ],
460                                                         "query": [
461                                                                 {
462                                                                         "key": "name",
463                                                                         "value": "PMSH_Instance1"
464                                                                 },
465                                                                 {
466                                                                         "key": "version",
467                                                                         "value": "2.3.4"
468                                                                 }
469                                                         ]
470                                                 }
471                                         },
472                                         "response": []
473                                 },
474                                 {
475                                         "name": "GET Control Loop Instantiation",
476                                         "request": {
477                                                 "method": "GET",
478                                                 "header": [],
479                                                 "url": {
480                                                         "raw": "localhost:6969/onap/controlloop/v2/instantiation?name=PMSH_Instance1&version=1.2.3",
481                                                         "host": [
482                                                                 "localhost"
483                                                         ],
484                                                         "port": "6969",
485                                                         "path": [
486                                                                 "onap",
487                                                                 "controlloop",
488                                                                 "v2",
489                                                                 "instantiation"
490                                                         ],
491                                                         "query": [
492                                                                 {
493                                                                         "key": "name",
494                                                                         "value": "PMSH_Instance1"
495                                                                 },
496                                                                 {
497                                                                         "key": "version",
498                                                                         "value": "1.2.3"
499                                                                 }
500                                                         ]
501                                                 }
502                                         },
503                                         "response": []
504                                 },
505                                 {
506                                         "name": "POST Control Loops Instantiation",
507                                         "request": {
508                                                 "method": "POST",
509                                                 "header": [],
510                                                 "body": {
511                                                         "mode": "raw",
512                                                         "raw": "{\n    \"controlLoopList\": [\n        {\n            \"name\": \"PMSH_Instance2\",\n            \"version\": \"1.2.3\",\n            \"derivedFrom\": null,\n            \"metadata\": null,\n            \"description\": \"PMSH control loop Instance2\",\n            \"definition\": {\n                \"name\": \"org.onap.domain.sample.GenericK8s_ControlLoopDefinition\",\n                \"version\": \"1.2.3\"\n            },\n            \"state\": \"UNINITIALISED\",\n            \"orderedState\": \"UNINITIALISED\",\n            \"elements\": {\n                \"7853b3af-f1bf-4f3e-8006-8bebb19aa52c\": {\n                    \"id\": \"7853b3af-f1bf-4f3e-8006-8bebb19aa52c\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.pmsh.DerivedDerivedPolicyControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                        \"version\": \"2.3.1\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"org.onap.PM_Policy\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"b0231bb2-289a-468d-8538-eeff6b8e6111\": {\n                    \"id\": \"b0231bb2-289a-468d-8538-eeff6b8e6111\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.database.Http_PMSHMicroserviceControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.k8s.controlloop.HttpControlLoopParticipant\",\n                        \"version\": \"2.3.4\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"HttpParticipant0\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"f15e4ef9-93e8-4170-831a-c2634bfa0c91\": {\n                    \"id\": \"f15e4ef9-93e8-4170-831a-c2634bfa0c91\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.database.PMSH_K8SMicroserviceControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n                        \"version\": \"2.3.4\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"K8sParticipant0\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"ef8be7dc-03da-4017-89c6-75a99aa28bbe\": {\n                    \"id\": \"ef8be7dc-03da-4017-89c6-75a99aa28bbe\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.pmsh.DerivedPolicyControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                        \"version\": \"2.3.1\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"org.onap.PM_Policy\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"9a8db139-8eb5-4f52-8c38-dfc4405cb559\": {\n                    \"id\": \"9a8db139-8eb5-4f52-8c38-dfc4405cb559\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.database.Local_K8SMicroserviceControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.k8s.controlloop.K8SControlLoopParticipant\",\n                        \"version\": \"2.3.4\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"K8sParticipant0\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"552c8615-b639-43c3-aa90-03e5df2b9c23\": {\n                    \"id\": \"552c8615-b639-43c3-aa90-03e5df2b9c23\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                        \"version\": \"2.3.1\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"org.onap.PM_Policy\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                },\n                \"d2202465-487d-4580-ae17-a3a1ae7eb038\": {\n                    \"id\": \"d2202465-487d-4580-ae17-a3a1ae7eb038\",\n                    \"definition\": {\n                        \"name\": \"org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement\",\n                        \"version\": \"1.2.3\"\n                    },\n                    \"participantType\": {\n                        \"name\": \"org.onap.policy.controlloop.PolicyControlLoopParticipant\",\n                        \"version\": \"2.3.1\"\n                    },\n                    \"participantId\": {\n                        \"name\": \"org.onap.PM_Policy\",\n                        \"version\": \"1.0.0\"\n                    },\n                    \"state\": \"UNINITIALISED\",\n                    \"orderedState\": \"UNINITIALISED\",\n                    \"toscaServiceTemplateFragment\": null,\n                    \"description\": null,\n                    \"clElementStatistics\": null,\n                    \"propertiesMap\": {}\n                }\n            },\n            \"primed\": false,\n            \"type\": \"org.onap.domain.sample.GenericK8s_ControlLoopDefinition_Instance2\",\n            \"typeVersion\": \"1.2.3\",\n            \"key\": {\n                \"name\": \"PMSH_Instance2\",\n                \"version\": \"1.2.3\"\n            },\n            \"definedName\": \"PMSH_Instance2\",\n            \"definedVersion\": \"1.2.3\"\n        }\n    ]\n}",
513                                                         "options": {
514                                                                 "raw": {
515                                                                         "language": "json"
516                                                                 }
517                                                         }
518                                                 },
519                                                 "url": {
520                                                         "raw": "localhost:6969/onap/controlloop/v2/instantiation",
521                                                         "host": [
522                                                                 "localhost"
523                                                         ],
524                                                         "port": "6969",
525                                                         "path": [
526                                                                 "onap",
527                                                                 "controlloop",
528                                                                 "v2",
529                                                                 "instantiation"
530                                                         ]
531                                                 }
532                                         },
533                                         "response": []
534                                 },
535                                 {
536                                         "name": "PUT Change Control Loop Order State",
537                                         "request": {
538                                                 "method": "PUT",
539                                                 "header": [
540                                                         {
541                                                                 "key": "X-ONAP-RequestID",
542                                                                 "value": "709c62b3-8918-41b9-a747-d21eb79c6c20",
543                                                                 "type": "text"
544                                                         },
545                                                         {
546                                                                 "key": "Content-Type",
547                                                                 "value": "application/json",
548                                                                 "type": "text"
549                                                         }
550                                                 ],
551                                                 "body": {
552                                                         "mode": "raw",
553                                                         "raw": "{\n    \"orderedState\": \"PASSIVE\",\n    \"controlLoopIdentifierList\": [\n        {\n            \"name\": \"PMSH_Instance1\",\n            \"version\": \"1.2.3\"\n        }\n    ]\n}",
554                                                         "options": {
555                                                                 "raw": {
556                                                                         "language": "json"
557                                                                 }
558                                                         }
559                                                 },
560                                                 "url": {
561                                                         "raw": "localhost:6969/onap/controlloop/v2/instantiation/command",
562                                                         "host": [
563                                                                 "localhost"
564                                                         ],
565                                                         "port": "6969",
566                                                         "path": [
567                                                                 "onap",
568                                                                 "controlloop",
569                                                                 "v2",
570                                                                 "instantiation",
571                                                                 "command"
572                                                         ]
573                                                 }
574                                         },
575                                         "response": []
576                                 },
577                                 {
578                                         "name": "GET Control Loop Instantiation State",
579                                         "request": {
580                                                 "method": "GET",
581                                                 "header": [],
582                                                 "url": {
583                                                         "raw": "localhost:6969/onap/controlloop/v2/instantiationState?name=PMSH_Instance1&version=2.3.4",
584                                                         "host": [
585                                                                 "localhost"
586                                                         ],
587                                                         "port": "6969",
588                                                         "path": [
589                                                                 "onap",
590                                                                 "controlloop",
591                                                                 "v2",
592                                                                 "instantiationState"
593                                                         ],
594                                                         "query": [
595                                                                 {
596                                                                         "key": "name",
597                                                                         "value": "PMSH_Instance1"
598                                                                 },
599                                                                 {
600                                                                         "key": "version",
601                                                                         "value": "2.3.4"
602                                                                 }
603                                                         ]
604                                                 }
605                                         },
606                                         "response": []
607                                 }
608                         ]
609                 }
610         ],
611         "auth": {
612                 "type": "basic",
613                 "basic": [
614                         {
615                                 "key": "username",
616                                 "value": "healthcheck",
617                                 "type": "string"
618                         },
619                         {
620                                 "key": "password",
621                                 "value": "zb!XztG34",
622                                 "type": "string"
623                         }
624                 ]
625         },
626         "event": [
627                 {
628                         "listen": "prerequest",
629                         "script": {
630                                 "type": "text/javascript",
631                                 "exec": [
632                                         ""
633                                 ]
634                         }
635                 },
636                 {
637                         "listen": "test",
638                         "script": {
639                                 "type": "text/javascript",
640                                 "exec": [
641                                         ""
642                                 ]
643                         }
644                 }
645         ]
646 }