Merge "Add documentation for local installation of PF components"
[policy/parent.git] / docs / development / devtools / tosca / instantiation_pptnt_smoke.json
1 {
2     "controlLoopList": [
3         {
4             "name": "PMSHInstance0",
5             "version": "1.0.1",
6             "definition": {
7                 "name": "org.onap.domain.pmsh.PMSHControlLoopDefinition",
8                 "version": "1.2.3"
9             },
10             "state": "UNINITIALISED",
11             "orderedState": "UNINITIALISED",
12             "description": "PMSH control loop instance 0",
13             "elements": {
14                 "709c62b3-8918-41b9-a747-d21eb79c6c21": {
15                     "id": "709c62b3-8918-41b9-a747-d21eb79c6c21",
16                     "definition": {
17                         "name": "org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement",
18                         "version": "1.2.3"
19                     },
20                    "participantType":{
21                         "name":"org.onap.policy.controlloop.PolicyControlLoopParticipant",
22                         "version":"2.3.1"
23                     },
24                    "participantId":{
25                         "name":"org.onap.PM_Policy",
26                         "version":"1.0.0"
27                     },
28                     "state":"UNINITIALISED",
29                     "orderedState":"UNINITIALISED",
30                     "toscaServiceTemplateFragment":{
31                       "data_types":{
32                          "onap.datatype.controlloop.Actor":{
33                             "constraints":[
34
35                             ],
36                             "properties":{
37                                "payload":{
38                                   "name":"payload",
39                                   "type":"map",
40                                   "type_version":"0.0.0",
41                                   "description":"Name/value pairs of payload information passed by Policy to the actor",
42                                   "required":false,
43                                   "entry_schema":{
44                                      "type":"string",
45                                      "type_version":"0.0.0"
46                                   },
47                                   "metadata":{
48                                      "clamp_possible_values":"ClampExecution:CDS/payload"
49                                   }
50                                },
51                                "target":{
52                                   "name":"target",
53                                   "type":"onap.datatype.controlloop.Target",
54                                   "type_version":"0.0.0",
55                                   "description":"The resource the operation should be performed on.",
56                                   "required":true
57                                },
58                                "actor":{
59                                   "name":"actor",
60                                   "type":"string",
61                                   "type_version":"0.0.0",
62                                   "description":"The actor performing the operation.",
63                                   "required":true,
64                                   "metadata":{
65                                      "clamp_possible_values":"Dictionary:DefaultActors,ClampExecution:CDS/actor"
66                                   }
67                                },
68                                "operation":{
69                                   "name":"operation",
70                                   "type":"string",
71                                   "type_version":"0.0.0",
72                                   "description":"The operation the actor is performing.",
73                                   "required":true,
74                                   "metadata":{
75                                      "clamp_possible_values":"Dictionary:DefaultOperations,ClampExecution:CDS/operation"
76                                   }
77                                }
78                             },
79                             "name":"onap.datatype.controlloop.Actor",
80                             "version":"0.0.0",
81                             "derived_from":"tosca.datatypes.Root",
82                             "metadata":{
83
84                             },
85                             "description":"An actor/operation/target definition"
86                          },
87                          "onap.datatype.controlloop.Operation":{
88                             "constraints":[
89
90                             ],
91                             "properties":{
92                                "failure_retries":{
93                                   "name":"failure_retries",
94                                   "type":"string",
95                                   "type_version":"0.0.0",
96                                   "description":"Points to the operation to invoke when the current operation has exceeded its max retries.",
97                                   "default":"final_failure_retries",
98                                   "required":false
99                                },
100                                "id":{
101                                   "name":"id",
102                                   "type":"string",
103                                   "type_version":"0.0.0",
104                                   "description":"Unique identifier for the operation",
105                                   "required":true
106                                },
107                                "failure_timeout":{
108                                   "name":"failure_timeout",
109                                   "type":"string",
110                                   "type_version":"0.0.0",
111                                   "description":"Points to the operation to invoke when the time out for the operation occurs.",
112                                   "default":"final_failure_timeout",
113                                   "required":false
114                                },
115                                "failure":{
116                                   "name":"failure",
117                                   "type":"string",
118                                   "type_version":"0.0.0",
119                                   "description":"Points to the operation to invoke on Actor operation failure.",
120                                   "default":"final_failure",
121                                   "required":false
122                                },
123                                "operation":{
124                                   "name":"operation",
125                                   "type":"onap.datatype.controlloop.Actor",
126                                   "type_version":"0.0.0",
127                                   "description":"The definition of the operation to be performed.",
128                                   "required":true
129                                },
130                                "failure_guard":{
131                                   "name":"failure_guard",
132                                   "type":"string",
133                                   "type_version":"0.0.0",
134                                   "description":"Points to the operation to invoke when the current operation is blocked due to guard policy enforcement.",
135                                   "default":"final_failure_guard",
136                                   "required":false
137                                },
138                                "retries":{
139                                   "name":"retries",
140                                   "type":"integer",
141                                   "type_version":"0.0.0",
142                                   "description":"The number of retries the actor should attempt to perform the operation.",
143                                   "default":0.0,
144                                   "required":true
145                                },
146                                "timeout":{
147                                   "name":"timeout",
148                                   "type":"integer",
149                                   "type_version":"0.0.0",
150                                   "description":"The amount of time for the actor to perform the operation.",
151                                   "required":true
152                                },
153                                "failure_exception":{
154                                   "name":"failure_exception",
155                                   "type":"string",
156                                   "type_version":"0.0.0",
157                                   "description":"Points to the operation to invoke when the current operation causes an exception.",
158                                   "default":"final_failure_exception",
159                                   "required":false
160                                },
161                                "description":{
162                                   "name":"description",
163                                   "type":"string",
164                                   "type_version":"0.0.0",
165                                   "description":"A user-friendly description of the intent for the operation",
166                                   "required":false
167                                },
168                                "success":{
169                                   "name":"success",
170                                   "type":"string",
171                                   "type_version":"0.0.0",
172                                   "description":"Points to the operation to invoke on success. A value of \"final_success\" indicates and end to the operation.",
173                                   "default":"final_success",
174                                   "required":false
175                                }
176                             },
177                             "name":"onap.datatype.controlloop.Operation",
178                             "version":"0.0.0",
179                             "derived_from":"tosca.datatypes.Root",
180                             "metadata":{
181
182                             },
183                             "description":"An operation supported by an actor"
184                          },
185                          "onap.datatype.controlloop.Target":{
186                             "constraints":[
187
188                             ],
189                             "properties":{
190                                "entityIds":{
191                                   "name":"entityIds",
192                                   "type":"map",
193                                   "type_version":"0.0.0",
194                                   "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",
195                                   "required":false,
196                                   "entry_schema":{
197                                      "type":"string",
198                                      "type_version":"0.0.0"
199                                   },
200                                   "metadata":{
201                                      "clamp_possible_values":"ClampExecution:CSAR_RESOURCES"
202                                   }
203                                },
204                                "targetType":{
205                                   "name":"targetType",
206                                   "type":"string",
207                                   "type_version":"0.0.0",
208                                   "description":"Category for the target type",
209                                   "required":true,
210                                   "constraints":[
211                                      {
212                                         "valid_values":[
213                                            "VNF",
214                                            "VM",
215                                            "VFMODULE",
216                                            "PNF"
217                                         ]
218                                      }
219                                   ]
220                                }
221                             },
222                             "name":"onap.datatype.controlloop.Target",
223                             "version":"0.0.0",
224                             "derived_from":"tosca.datatypes.Root",
225                             "metadata":{
226
227                             },
228                             "description":"Definition for a entity in A&AI to perform a control loop operation on"
229                          },
230                          "onap.datatypes.ToscaConceptIdentifier":{
231                             "constraints":[
232
233                             ],
234                             "properties":{
235                                "version":{
236                                   "name":"version",
237                                   "type":"string",
238                                   "type_version":"0.0.0",
239                                   "required":true
240                                },
241                                "name":{
242                                   "name":"name",
243                                   "type":"string",
244                                   "type_version":"0.0.0",
245                                   "required":true
246                                }
247                             },
248                             "name":"onap.datatypes.ToscaConceptIdentifier",
249                             "version":"0.0.0",
250                             "derived_from":"tosca.datatypes.Root",
251                             "metadata":{
252
253                             }
254                          },
255                          "onap.datatypes.monitoring.managedObjectDNsBasic":{
256                             "constraints":[
257
258                             ],
259                             "properties":{
260                                "DN":{
261                                   "name":"DN",
262                                   "type":"string",
263                                   "type_version":"0.0.0",
264                                   "description":"Managed object distinguished name",
265                                   "required":true,
266                                   "constraints":[
267
268                                   ],
269                                   "metadata":{
270
271                                   }
272                                }
273                             },
274                             "name":"onap.datatypes.monitoring.managedObjectDNsBasic",
275                             "version":"0.0.0",
276                             "derived_from":"tosca.datatypes.Root",
277                             "metadata":{
278
279                             }
280                          },
281                          "onap.datatypes.monitoring.managedObjectDNsBasics":{
282                             "constraints":[
283
284                             ],
285                             "properties":{
286                                "managedObjectDNsBasic":{
287                                   "name":"managedObjectDNsBasic",
288                                   "type":"map",
289                                   "type_version":"0.0.0",
290                                   "description":"Managed object distinguished name object",
291                                   "required":true,
292                                   "constraints":[
293
294                                   ],
295                                   "entry_schema":{
296                                      "type":"onap.datatypes.monitoring.managedObjectDNsBasic",
297                                      "type_version":"0.0.0",
298                                      "constraints":[
299
300                                      ]
301                                   },
302                                   "metadata":{
303
304                                   }
305                                }
306                             },
307                             "name":"onap.datatypes.monitoring.managedObjectDNsBasics",
308                             "version":"0.0.0",
309                             "derived_from":"tosca.datatypes.Root",
310                             "metadata":{
311
312                             }
313                          },
314                          "onap.datatypes.monitoring.measurementGroup":{
315                             "constraints":[
316
317                             ],
318                             "properties":{
319                                "measurementTypes":{
320                                   "name":"measurementTypes",
321                                   "type":"list",
322                                   "type_version":"0.0.0",
323                                   "description":"List of measurement types",
324                                   "required":true,
325                                   "constraints":[
326
327                                   ],
328                                   "entry_schema":{
329                                      "type":"onap.datatypes.monitoring.measurementTypes",
330                                      "type_version":"0.0.0",
331                                      "constraints":[
332
333                                      ]
334                                   },
335                                   "metadata":{
336
337                                   }
338                                },
339                                "managedObjectDNsBasic":{
340                                   "name":"managedObjectDNsBasic",
341                                   "type":"list",
342                                   "type_version":"0.0.0",
343                                   "description":"List of managed object distinguished names",
344                                   "required":true,
345                                   "constraints":[
346
347                                   ],
348                                   "entry_schema":{
349                                      "type":"onap.datatypes.monitoring.managedObjectDNsBasics",
350                                      "type_version":"0.0.0",
351                                      "constraints":[
352
353                                      ]
354                                   },
355                                   "metadata":{
356
357                                   }
358                                }
359                             },
360                             "name":"onap.datatypes.monitoring.measurementGroup",
361                             "version":"0.0.0",
362                             "derived_from":"tosca.datatypes.Root",
363                             "metadata":{
364
365                             }
366                          },
367                          "onap.datatypes.monitoring.measurementGroups":{
368                             "constraints":[
369
370                             ],
371                             "properties":{
372                                "measurementGroup":{
373                                   "name":"measurementGroup",
374                                   "type":"map",
375                                   "type_version":"0.0.0",
376                                   "description":"Measurement Group",
377                                   "required":true,
378                                   "constraints":[
379
380                                   ],
381                                   "entry_schema":{
382                                      "type":"onap.datatypes.monitoring.measurementGroup",
383                                      "type_version":"0.0.0",
384                                      "constraints":[
385
386                                      ]
387                                   },
388                                   "metadata":{
389
390                                   }
391                                }
392                             },
393                             "name":"onap.datatypes.monitoring.measurementGroups",
394                             "version":"0.0.0",
395                             "derived_from":"tosca.datatypes.Root",
396                             "metadata":{
397
398                             }
399                          },
400                          "onap.datatypes.monitoring.measurementType":{
401                             "constraints":[
402
403                             ],
404                             "properties":{
405                                "measurementType":{
406                                   "name":"measurementType",
407                                   "type":"string",
408                                   "type_version":"0.0.0",
409                                   "description":"Measurement type",
410                                   "required":true,
411                                   "constraints":[
412
413                                   ],
414                                   "metadata":{
415
416                                   }
417                                }
418                             },
419                             "name":"onap.datatypes.monitoring.measurementType",
420                             "version":"0.0.0",
421                             "derived_from":"tosca.datatypes.Root",
422                             "metadata":{
423
424                             }
425                          },
426                          "onap.datatypes.monitoring.measurementTypes":{
427                             "constraints":[
428
429                             ],
430                             "properties":{
431                                "measurementType":{
432                                   "name":"measurementType",
433                                   "type":"map",
434                                   "type_version":"0.0.0",
435                                   "description":"Measurement type object",
436                                   "required":true,
437                                   "constraints":[
438
439                                   ],
440                                   "entry_schema":{
441                                      "type":"onap.datatypes.monitoring.measurementType",
442                                      "type_version":"0.0.0",
443                                      "constraints":[
444
445                                      ]
446                                   },
447                                   "metadata":{
448
449                                   }
450                                }
451                             },
452                             "name":"onap.datatypes.monitoring.measurementTypes",
453                             "version":"0.0.0",
454                             "derived_from":"tosca.datatypes.Root",
455                             "metadata":{
456
457                             }
458                          },
459                          "onap.datatypes.monitoring.nfFilter":{
460                             "constraints":[
461
462                             ],
463                             "properties":{
464                                "modelVersionIDs":{
465                                   "name":"modelVersionIDs",
466                                   "type":"list",
467                                   "type_version":"0.0.0",
468                                   "description":"List of model version IDs",
469                                   "required":true,
470                                   "constraints":[
471
472                                   ],
473                                   "entry_schema":{
474                                      "type":"string",
475                                      "type_version":"0.0.0",
476                                      "constraints":[
477
478                                      ]
479                                   },
480                                   "metadata":{
481
482                                   }
483                                },
484                                "modelInvariantIDs":{
485                                   "name":"modelInvariantIDs",
486                                   "type":"list",
487                                   "type_version":"0.0.0",
488                                   "description":"List of model invariant IDs",
489                                   "required":true,
490                                   "constraints":[
491
492                                   ],
493                                   "entry_schema":{
494                                      "type":"string",
495                                      "type_version":"0.0.0",
496                                      "constraints":[
497
498                                      ]
499                                   },
500                                   "metadata":{
501
502                                   }
503                                },
504                                "modelNames":{
505                                   "name":"modelNames",
506                                   "type":"list",
507                                   "type_version":"0.0.0",
508                                   "description":"List of model names",
509                                   "required":true,
510                                   "constraints":[
511
512                                   ],
513                                   "entry_schema":{
514                                      "type":"string",
515                                      "type_version":"0.0.0",
516                                      "constraints":[
517
518                                      ]
519                                   },
520                                   "metadata":{
521
522                                   }
523                                },
524                                "nfNames":{
525                                   "name":"nfNames",
526                                   "type":"list",
527                                   "type_version":"0.0.0",
528                                   "description":"List of network functions",
529                                   "required":true,
530                                   "constraints":[
531
532                                   ],
533                                   "entry_schema":{
534                                      "type":"string",
535                                      "type_version":"0.0.0",
536                                      "constraints":[
537
538                                      ]
539                                   },
540                                   "metadata":{
541
542                                   }
543                                }
544                             },
545                             "name":"onap.datatypes.monitoring.nfFilter",
546                             "version":"0.0.0",
547                             "derived_from":"tosca.datatypes.Root",
548                             "metadata":{
549
550                             }
551                          },
552                          "onap.datatypes.monitoring.subscription":{
553                             "constraints":[
554
555                             ],
556                             "properties":{
557                                "measurementGroups":{
558                                   "name":"measurementGroups",
559                                   "type":"list",
560                                   "type_version":"0.0.0",
561                                   "description":"Measurement Groups",
562                                   "required":true,
563                                   "constraints":[
564
565                                   ],
566                                   "entry_schema":{
567                                      "type":"onap.datatypes.monitoring.measurementGroups",
568                                      "type_version":"0.0.0",
569                                      "constraints":[
570
571                                      ]
572                                   },
573                                   "metadata":{
574
575                                   }
576                                },
577                                "fileBasedGP":{
578                                   "name":"fileBasedGP",
579                                   "type":"integer",
580                                   "type_version":"0.0.0",
581                                   "description":"File based granularity period",
582                                   "required":true,
583                                   "constraints":[
584
585                                   ],
586                                   "metadata":{
587
588                                   }
589                                },
590                                "fileLocation":{
591                                   "name":"fileLocation",
592                                   "type":"string",
593                                   "type_version":"0.0.0",
594                                   "description":"ROP file location",
595                                   "required":true,
596                                   "constraints":[
597
598                                   ],
599                                   "metadata":{
600
601                                   }
602                                },
603                                "subscriptionName":{
604                                   "name":"subscriptionName",
605                                   "type":"string",
606                                   "type_version":"0.0.0",
607                                   "description":"Name of the subscription",
608                                   "required":true,
609                                   "constraints":[
610
611                                   ],
612                                   "metadata":{
613
614                                   }
615                                },
616                                "administrativeState":{
617                                   "name":"administrativeState",
618                                   "type":"string",
619                                   "type_version":"0.0.0",
620                                   "description":"State of the subscription",
621                                   "required":true,
622                                   "constraints":[
623                                      {
624                                         "valid_values":[
625                                            "LOCKED",
626                                            "UNLOCKED"
627                                         ]
628                                      }
629                                   ],
630                                   "metadata":{
631
632                                   }
633                                },
634                                "nfFilter":{
635                                   "name":"nfFilter",
636                                   "type":"map",
637                                   "type_version":"0.0.0",
638                                   "description":"Network function filter",
639                                   "required":true,
640                                   "constraints":[
641
642                                   ],
643                                   "entry_schema":{
644                                      "type":"onap.datatypes.monitoring.nfFilter",
645                                      "type_version":"0.0.0",
646                                      "constraints":[
647
648                                      ]
649                                   },
650                                   "metadata":{
651
652                                   }
653                                }
654                             },
655                             "name":"onap.datatypes.monitoring.subscription",
656                             "version":"0.0.0",
657                             "derived_from":"tosca.datatypes.Root",
658                             "metadata":{
659
660                             }
661                          }
662                       },
663                       "policy_types":{
664                          "onap.policies.Monitoring":{
665                             "properties":{
666
667                             },
668                             "name":"onap.policies.Monitoring",
669                             "version":"1.0.0",
670                             "derived_from":"tosca.policies.Root",
671                             "metadata":{
672
673                             },
674                             "description":"a base policy type for all policies that govern monitoring provisioning"
675                          },
676                          "onap.policies.Sirisha":{
677                             "properties":{
678
679                             },
680                             "name":"onap.policies.Sirisha",
681                             "version":"1.0.0",
682                             "derived_from":"tosca.policies.Root",
683                             "metadata":{
684
685                             },
686                             "description":"a base policy type for all policies that govern monitoring provisioning"
687                          },
688                          "onap.policies.controlloop.operational.Common":{
689                             "properties":{
690                                "abatement":{
691                                   "name":"abatement",
692                                   "type":"boolean",
693                                   "type_version":"0.0.0",
694                                   "description":"Whether an abatement event message will be expected for the control loop from DCAE.",
695                                   "default":false,
696                                   "required":true
697                                },
698                                "operations":{
699                                   "name":"operations",
700                                   "type":"list",
701                                   "type_version":"0.0.0",
702                                   "description":"List of operations to be performed when Control Loop is triggered.",
703                                   "required":true,
704                                   "entry_schema":{
705                                      "type":"onap.datatype.controlloop.Operation",
706                                      "type_version":"0.0.0"
707                                   }
708                                },
709                                "trigger":{
710                                   "name":"trigger",
711                                   "type":"string",
712                                   "type_version":"0.0.0",
713                                   "description":"Initial operation to execute upon receiving an Onset event message for the Control Loop.",
714                                   "required":true
715                                },
716                                "timeout":{
717                                   "name":"timeout",
718                                   "type":"integer",
719                                   "type_version":"0.0.0",
720                                   "description":"Overall timeout for executing all the operations. This timeout should equal or exceed the total\ntimeout for each operation listed.\n",
721                                   "required":true
722                                },
723                                "id":{
724                                   "name":"id",
725                                   "type":"string",
726                                   "type_version":"0.0.0",
727                                   "description":"The unique control loop id.",
728                                   "required":true
729                                }
730                             },
731                             "name":"onap.policies.controlloop.operational.Common",
732                             "version":"1.0.0",
733                             "derived_from":"tosca.policies.Root",
734                             "metadata":{
735
736                             },
737                             "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"
738                          },
739                          "onap.policies.controlloop.operational.common.Apex":{
740                             "properties":{
741                                "engineServiceParameters":{
742                                   "name":"engineServiceParameters",
743                                   "type":"string",
744                                   "type_version":"0.0.0",
745                                   "description":"The engine parameters like name, instanceCount, policy implementation, parameters etc.",
746                                   "required":true
747                                },
748                                "eventOutputParameters":{
749                                   "name":"eventOutputParameters",
750                                   "type":"string",
751                                   "type_version":"0.0.0",
752                                   "description":"The event output parameters.",
753                                   "required":true
754                                },
755                                "javaProperties":{
756                                   "name":"javaProperties",
757                                   "type":"string",
758                                   "type_version":"0.0.0",
759                                   "description":"Name/value pairs of properties to be set for APEX if needed.",
760                                   "required":false
761                                },
762                                "eventInputParameters":{
763                                   "name":"eventInputParameters",
764                                   "type":"string",
765                                   "type_version":"0.0.0",
766                                   "description":"The event input parameters.",
767                                   "required":true
768                                }
769                             },
770                             "name":"onap.policies.controlloop.operational.common.Apex",
771                             "version":"1.0.0",
772                             "derived_from":"onap.policies.controlloop.operational.Common",
773                             "metadata":{
774
775                             },
776                             "description":"Operational policies for Apex PDP"
777                          },
778                          "onap.policies.monitoring.dcae-pm-subscription-handler":{
779                             "properties":{
780                                "pmsh_policy":{
781                                   "name":"pmsh_policy",
782                                   "type":"onap.datatypes.monitoring.subscription",
783                                   "type_version":"0.0.0",
784                                   "description":"PMSH Policy JSON",
785                                   "required":false,
786                                   "constraints":[
787
788                                   ],
789                                   "metadata":{
790
791                                   }
792                                }
793                             },
794                             "name":"onap.policies.monitoring.dcae-pm-subscription-handler",
795                             "version":"1.0.0",
796                             "derived_from":"onap.policies.Monitoring",
797                             "metadata":{
798
799                             }
800                          }
801                       },
802                       "topology_template":{
803
804                       },
805                       "name":"NULL",
806                       "version":"0.0.0"
807                      },
808                     "propertiesMap": {
809                         "provider_instance": {
810                             "name": "provider_instance",
811                             "version": "1.2.3",
812                             "type": "org.onap.datatypes.policy.clamp.controlloop.policControlLoopElement.Chart",
813                             "typeVersion": "1.0.0",
814                             "description": "The helm chart for the microservice",
815                             "required": true
816                         }
817                      },
818                      "description": "Monitoring Policy Control Loop Element for the PMSH instance 0 control loop"
819                 },
820                 "709c62b3-8918-41b9-a747-d21eb79c6c22": {
821                     "id": "709c62b3-8918-41b9-a747-d21eb79c6c22",
822                     "definition": {
823                         "name": "org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement",
824                         "version": "1.2.3"
825                     },
826                    "participantType":{
827                         "name":"org.onap.policy.controlloop.PolicyControlLoopParticipant",
828                         "version":"2.3.1"
829                     },
830                    "participantId":{
831                         "name":"org.onap.PM_Policy",
832                         "version":"1.0.0"
833                     },
834                     "state":"UNINITIALISED",
835                     "orderedState":"UNINITIALISED",
836                     "propertiesMap": {
837                         "provider_instance": {
838                             "name": "provider_instance",
839                             "version": "1.2.3",
840                             "type": "org.onap.datatypes.policy.clamp.controlloop.policControlLoopElement.Chart",
841                             "typeVersion": "1.0.0",
842                             "description": "The helm chart for the microservice",
843                             "required": true
844                         }
845                      },
846                      "description": "Operational Policy Control Loop Element for the PMSH instance 0 control loop"
847                 }
848             }
849         }
850     ]
851 }