From b68cdbeebe18b0c5422fb80afe9cda240c7744e1 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 9 Oct 2020 15:49:21 -0700 Subject: [PATCH] Update HDFS mount path (#12865) (#12866) --- .../src/bigDataCluster/controller/apiGenerated.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/big-data-cluster/src/bigDataCluster/controller/apiGenerated.ts b/extensions/big-data-cluster/src/bigDataCluster/controller/apiGenerated.ts index de34d79450..f2ce5d540e 100644 --- a/extensions/big-data-cluster/src/bigDataCluster/controller/apiGenerated.ts +++ b/extensions/big-data-cluster/src/bigDataCluster/controller/apiGenerated.ts @@ -1168,7 +1168,7 @@ export class DefaultApi { * @param {*} [options] Override http request options. */ public createMount (xRequestId: string, connection: string, remote: string, mount: string, credentials?: any, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> { - const localVarPath = this.basePath + '/api/v1/storage/mounts'; + const localVarPath = this.basePath + '/api/v1/bdc/services/hdfs/mounts'; let localVarQueryParameters: any = {}; let localVarHeaderParams: any = (Object).assign({}, this.defaultHeaders); let localVarFormParams: any = {}; @@ -1316,7 +1316,7 @@ export class DefaultApi { * @param {*} [options] Override http request options. */ public deleteMount (xRequestId: string, connection: string, mount: string, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> { - const localVarPath = this.basePath + '/api/v1/storage/mounts'; + const localVarPath = this.basePath + '/api/v1/bdc/services/hdfs/mounts'; let localVarQueryParameters: any = {}; let localVarHeaderParams: any = (Object).assign({}, this.defaultHeaders); let localVarFormParams: any = {}; @@ -1600,7 +1600,7 @@ export class DefaultApi { * @param {*} [options] Override http request options. */ public listMounts (xRequestId: string, connection: string, mount?: string, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> { - const localVarPath = this.basePath + '/api/v1/storage/mounts'; + const localVarPath = this.basePath + '/api/v1/bdc/services/hdfs/mounts'; let localVarQueryParameters: any = {}; let localVarHeaderParams: any = (Object).assign({}, this.defaultHeaders); let localVarFormParams: any = {}; @@ -1669,7 +1669,7 @@ export class DefaultApi { * @param {*} [options] Override http request options. */ public refreshMount (xRequestId: string, connection: string, mount: string, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> { - const localVarPath = this.basePath + '/api/v1/storage/mounts/refresh'; + const localVarPath = this.basePath + '/api/v1/bdc/services/hdfs/mounts/refresh'; let localVarQueryParameters: any = {}; let localVarHeaderParams: any = (Object).assign({}, this.defaultHeaders); let localVarFormParams: any = {};