summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>2019-07-29 13:28:07 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-29 13:28:07 +0000
commit14588a767139e4a66303252739ce80ee9e81ea99 (patch)
treeebcf1b3b70af1c4e9e9b3dddb1df0d1ef52cfc19
parent7354f86b999e67524987a8079dd19a5bd377190f (diff)
parent535ea9fd3e70ecc3831f7241fc32bded66047306 (diff)
Merge "Added Blueprint URL to constant file"
-rw-r--r--cds-ui/client/src/app/common/constants/app-constants.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/common/constants/app-constants.ts b/cds-ui/client/src/app/common/constants/app-constants.ts
index bcfcc4e0c..49c6e6026 100644
--- a/cds-ui/client/src/app/common/constants/app-constants.ts
+++ b/cds-ui/client/src/app/common/constants/app-constants.ts
@@ -93,6 +93,16 @@ export const GlobalContants = {
}
};
+export const BlueprintURLs = {
+ getAllBlueprints: '/controllerblueprint/all',
+ searchByTag: '/controllerblueprint/searchByTags/{tags}',
+ save: '/controllerblueprint/create-blueprint',
+ publish: '/controllerblueprint/publish',
+ enrich: '/controllerblueprint/enrich-blueprint',
+ download: '/controllerblueprint/download-blueprint/{name}/{version}',
+ deploy:'/controllerblueprint/deploy-blueprint'
+}
+
export const ResourceDictionaryURLs = {
saveResourceDictionary: '/resourcedictionary/save',
searchResourceDictionaryByTags: '/resourcedictionary/search',