X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install%2Fhelm%2Fnrt-pm-log%2Fconfig%2FjobDefinition.json;h=829da65309841dc29f99e18ef7b631f386aac7e1;hb=6ab531b7836594aa22442600d829e96ea3b3fcda;hp=d6cf981b51c25ae35c95f79b65c82ff6c473ede8;hpb=c5655db5780275b07b25b57b767808f2f1eac7d9;p=nonrtric%2Fplt%2Franpm.git diff --git a/install/helm/nrt-pm-log/config/jobDefinition.json b/install/helm/nrt-pm-log/config/jobDefinition.json index d6cf981..829da65 100644 --- a/install/helm/nrt-pm-log/config/jobDefinition.json +++ b/install/helm/nrt-pm-log/config/jobDefinition.json @@ -1,14 +1,23 @@ { - "info_type_id": "PmData", - "job_owner": "console", - "job_result_uri": "", - "job_definition": { - "filter": { - - }, - "deliveryInfo": { - "topic": "pmreports", - "bootStrapServers": "kafka-1-kafka-bootstrap.nonrtric:9097" - } - } - } \ No newline at end of file + "info_type_id": "PmData", + "job_owner": "console", + "job_definition": { + "filter": { + "sourceNames": [], + "measObjInstIds": [], + "measTypeSpecs": [ + { + "measuredObjClass": "NRCellDU", + "measTypes": [ + "pmCounterNumber101" + ] + } + ], + "measuredEntityDns": [] + }, + "deliveryInfo": { + "topic": "pmreports", + "bootStrapServers": "kafka-1-kafka-bootstrap.nonrtric:9097" + } + } +} \ No newline at end of file