diff options
Diffstat (limited to 'runtime/ui-react/src/api/LoopCacheMockFile.json')
-rw-r--r-- | runtime/ui-react/src/api/LoopCacheMockFile.json | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/runtime/ui-react/src/api/LoopCacheMockFile.json b/runtime/ui-react/src/api/LoopCacheMockFile.json index cb9ed87b0..e5a670218 100644 --- a/runtime/ui-react/src/api/LoopCacheMockFile.json +++ b/runtime/ui-react/src/api/LoopCacheMockFile.json @@ -8,7 +8,9 @@ "policy_id": "TCA_h2NMX_v1_0_ResourceInstanceName1_tca" } }, - "loopTemplate": {"name": "loopTemplateTest"}, + "loopTemplate": { + "name": "loopTemplateTest" + }, "modelService": { "serviceDetails": { "serviceType": "", @@ -105,12 +107,20 @@ { "name": "TCA_h2NMX_v1_0_ResourceInstanceName1_tca", "modelType": "onap.policies.monitoring.cdap.tca.hi.lo.app", - "configurationsJson": {"domain": "measurementsForVfScaling"}, + "configurationsJson": { + "domain": "measurementsForVfScaling" + }, "shared": false, "pdpGroup": "pdpGroupTest", "pdpSubgroup": "pdpSubgroupTest", - "policyModel": {"policyPdpGroup": {"supportedPdpGroups": "supportedPdpGroupsTest"}}, - "jsonRepresentation": {"schema": {}} + "policyModel": { + "policyPdpGroup": { + "supportedPdpGroups": "supportedPdpGroupsTest" + } + }, + "jsonRepresentation": { + "schema": {} + } } ], "loopLogs": [ |