diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-12-03 13:04:42 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-12-03 17:40:32 +0200 |
commit | 9e65dc01257d59b78f89077b94cc6393efef1893 (patch) | |
tree | c08fc893af8efd88a1d3e691cde9e565e0314674 /vid-webpack-master/src/app/shared/utils | |
parent | 2a8f0ba72f2c449d2048674a22820d4f8385f8ca (diff) |
Drawing Board RECREATE will use a new route that retrieves a template
Use endpoint "templateTopology" instead of "bulkForRetry"
Issue-ID: VID-724
Change-Id: Ic92971e29d1f78768aeb82158ce424ff31bfbbb0
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-webpack-master/src/app/shared/utils')
-rw-r--r-- | vid-webpack-master/src/app/shared/utils/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-webpack-master/src/app/shared/utils/constants.ts b/vid-webpack-master/src/app/shared/utils/constants.ts index 6172320a4..4f11cd1be 100644 --- a/vid-webpack-master/src/app/shared/utils/constants.ts +++ b/vid-webpack-master/src/app/shared/utils/constants.ts @@ -94,6 +94,7 @@ export module Constants { public static SERVICES_JOB_INFO_PATH = '../../asyncInstantiation'; public static SERVICE_MODEL_ID = 'serviceModelId'; public static SERVICES_RETRY_TOPOLOGY = '../../asyncInstantiation/bulkForRetry'; + public static INSTANTIATION_TEMPLATE_TOPOLOGY = '../../asyncInstantiation/templateTopology'; public static CONFIGURATION_PATH = '../../get_property/{name}/defaultvalue'; public static SERVICES_JOB_AUDIT_PATH = '/auditStatus'; public static SERVICES_PROBE_PATH = "../../probe"; |