X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2FDashboardConstants.java;h=6f02a22378679c4d265fa60468ac9ef2ffb5d39e;hb=refs%2Fchanges%2F58%2F2258%2F2;hp=f3352f6910094afca18370da3b02e1f1a4bbb1cf;hpb=9fef9615bd5889eacbe8ddad454b7ff4b4c195c0;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java b/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java index f3352f69..6f02a223 100644 --- a/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java +++ b/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,8 +26,11 @@ public abstract class DashboardConstants { } public static final String ENDPOINT_PREFIX = "/api"; + // Spring path parameters + public static final String RIC_INSTANCE_KEY = "ric"; // Factor out method names used in multiple controllers public static final String VERSION_METHOD = "version"; + // Apps with metric panels public static final String APP_NAME_AC = "AC"; public static final String APP_NAME_MC = "MC"; // The role names are defined by ONAP Portal.