Update HDFS mount path (#12865) (#12866)

This commit is contained in:
Charles Gagnon
2020-10-09 15:49:21 -07:00
committed by GitHub
parent 7429407029
commit b68cdbeebe

View File

@@ -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 = (<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 = (<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 = (<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 = (<any>Object).assign({}, this.defaultHeaders);
let localVarFormParams: any = {};