From: ZhangZihao Date: Tue, 19 Nov 2019 02:48:39 +0000 (+0800) Subject: rest api modify X-Git-Tag: 2.0.0~42^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8dc194b47e4317981810a83535e9507ce4be734a;p=dcaegen2%2Fservices.git rest api modify Change-Id: I197cb58963370009e5ac237ae783694649ad3415 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao --- diff --git a/components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts b/components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts index e5d6e708..9d10fdde 100644 --- a/components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts +++ b/components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts @@ -166,7 +166,7 @@ export class RestApiService { Database */ getDbEncryptList(flag): Observable { - return this.http.get(prefix + "dbs/list/?encrypt="+flag).pipe( + return this.http.get(prefix + "dbs/list?tool="+flag).pipe( retry(1), map(this.extractData), catchError(this.handleError)