Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
GlobalResponse |
RestApi.updateTsdb(String projectId,
String tsdbId,
UpdateTsdbReq updateTsdbReq,
String xAuthToken)
修改时序数据库配置信息
修改时序数据库配置信息
|
okhttp3.Call |
RestApi.updateTsdbAsync(String projectId,
String tsdbId,
UpdateTsdbReq updateTsdbReq,
String xAuthToken,
ApiCallback<GlobalResponse> callback)
修改时序数据库配置信息 (asynchronously)
修改时序数据库配置信息
|
okhttp3.Call |
RestApi.updateTsdbCall(String projectId,
String tsdbId,
UpdateTsdbReq updateTsdbReq,
String xAuthToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateTsdb
|
ApiResponse<GlobalResponse> |
RestApi.updateTsdbWithHttpInfo(String projectId,
String tsdbId,
UpdateTsdbReq updateTsdbReq,
String xAuthToken)
修改时序数据库配置信息
修改时序数据库配置信息
|
Modifier and Type | Method and Description |
---|---|
UpdateTsdbReq |
UpdateTsdbReq.address(String address) |
UpdateTsdbReq |
UpdateTsdbReq.databaseName(String databaseName) |
UpdateTsdbReq |
UpdateTsdbReq.dbType(String dbType) |
UpdateTsdbReq |
UpdateTsdbReq.isSsl(Boolean isSsl) |
UpdateTsdbReq |
UpdateTsdbReq.name(String name) |
UpdateTsdbReq |
UpdateTsdbReq.port(Integer port) |
UpdateTsdbReq |
UpdateTsdbReq.retentionPolicy(String retentionPolicy) |
UpdateTsdbReq |
UpdateTsdbReq.userName(String userName) |
UpdateTsdbReq |
UpdateTsdbReq.userPassword(String userPassword) |
Copyright © 2023. All rights reserved.