summaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/examples/controlloop/PMSH/consul_call_body.json
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2021-06-15 12:40:46 +0100
committerWayne Dunican <wayne.dunican@est.tech>2021-06-22 19:46:51 +0100
commitbb3e6774d21ee50ee1a34084be67a45a37d5e764 (patch)
tree34fedc34f18e96292e13e5132f0d687384144c23 /common/src/test/resources/examples/controlloop/PMSH/consul_call_body.json
parentdf2d3298e9881410dff5547e0ba9850135d63d5c (diff)
Create test jar for CL examples
Files under /main/resources/ have moved to /test/resources/ Issue-ID: POLICY-3242 Change-Id: I96fa71e1af2c026bfb08db889de8608fe8acbd18 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'common/src/test/resources/examples/controlloop/PMSH/consul_call_body.json')
-rw-r--r--common/src/test/resources/examples/controlloop/PMSH/consul_call_body.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/common/src/test/resources/examples/controlloop/PMSH/consul_call_body.json b/common/src/test/resources/examples/controlloop/PMSH/consul_call_body.json
new file mode 100644
index 000000000..9118e9a6f
--- /dev/null
+++ b/common/src/test/resources/examples/controlloop/PMSH/consul_call_body.json
@@ -0,0 +1,62 @@
+{
+ "subscription": {
+ "subscriptionName": "subscriptiona",
+ "administrativeState": "UNLOCKED",
+ "fileBasedGP": 15,
+ "fileLocation": "/pm/pm.xml",
+ "nfFilter": {
+ "nfNames": [
+ "^pnf1.*"
+ ],
+ "modelInvariantIDs": [
+ "5845y423-g654-6fju-po78-8n53154532k6",
+ "7129e420-d396-4efb-af02-6b83499b12f8"
+ ],
+ "modelVersionIDs": [
+ "e80a6ae3-cafd-4d24-850d-e14c084a5ca9"
+ ]
+ },
+ "measurementGroups": [
+ {
+ "measurementGroup": {
+ "measurementTypes": [
+ {
+ "measurementType": "countera"
+ },
+ {
+ "measurementType": "counterb"
+ }
+ ],
+ "managedObjectDNsBasic": [
+ {
+ "DN": "dna"
+ },
+ {
+ "DN": "dnb"
+ }
+ ]
+ }
+ },
+ {
+ "measurementGroup": {
+ "measurementTypes": [
+ {
+ "measurementType": "counterc"
+ },
+ {
+ "measurementType": "counterd"
+ }
+ ],
+ "managedObjectDNsBasic": [
+ {
+ "DN": "dnc"
+ },
+ {
+ "DN": "dnd"
+ }
+ ]
+ }
+ }
+ ]
+ }
+}