Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
GetTsdbByIdResp |
RestApi.getTsdbById(String projectId,
Long tsdbId,
String xAuthToken)
查询时序数据库配置信息详情
根据时序数据库ID,查询时序数据库详情
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<GetTsdbByIdResp> |
RestApi.getTsdbByIdWithHttpInfo(String projectId,
Long tsdbId,
String xAuthToken)
查询时序数据库配置信息详情
根据时序数据库ID,查询时序数据库详情
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getTsdbByIdAsync(String projectId,
Long tsdbId,
String xAuthToken,
ApiCallback<GetTsdbByIdResp> callback)
查询时序数据库配置信息详情 (asynchronously)
根据时序数据库ID,查询时序数据库详情
|
Modifier and Type | Method and Description |
---|---|
GetTsdbByIdResp |
GetTsdbByIdResp.errorCode(String errorCode) |
GetTsdbByIdResp |
GetTsdbByIdResp.isSuccess(Boolean isSuccess) |
GetTsdbByIdResp |
GetTsdbByIdResp.message(String message) |
GetTsdbByIdResp |
GetTsdbByIdResp.tsdb(Tsdb tsdb) |
Copyright © 2023. All rights reserved.