public class DbbrainClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
DbbrainClient(Credential credential,
String region) |
DbbrainClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
DescribeDBDiagEventResponse |
DescribeDBDiagEvent(DescribeDBDiagEventRequest req)
This API is used to get the details of an instance exception diagnosis event.
|
DescribeDBDiagHistoryResponse |
DescribeDBDiagHistory(DescribeDBDiagHistoryRequest req)
This API is used to get the list of instance diagnosis events.
|
DescribeDBSpaceStatusResponse |
DescribeDBSpaceStatus(DescribeDBSpaceStatusRequest req)
This API is used to query the overview of instance space usage during a specified time period, including disk usage growth (MB), available disk space (MB), total disk space (MB), and estimated number of available days.
|
DescribeSlowLogTimeSeriesStatsResponse |
DescribeSlowLogTimeSeriesStats(DescribeSlowLogTimeSeriesStatsRequest req)
This API is used to get the slow log statistics histogram.
|
DescribeSlowLogTopSqlsResponse |
DescribeSlowLogTopSqls(DescribeSlowLogTopSqlsRequest req)
This API is used to get and sort the top slow SQL statements in a specified time period by the aggregation mode of SQL template plus schema.
|
DescribeTopSpaceTablesResponse |
DescribeTopSpaceTables(DescribeTopSpaceTablesRequest req)
This API is used to query real-time space statistics of top tables of an instance.
|
DescribeTopSpaceTableTimeSeriesResponse |
DescribeTopSpaceTableTimeSeries(DescribeTopSpaceTableTimeSeriesRequest req)
This API is used to query the daily space data of top tables consuming the most instance space.
|
call, getClientProfile, getCredential, getRegion, internalRequest, setClientProfile, setCredential, setRegion
public DbbrainClient(Credential credential, String region)
public DbbrainClient(Credential credential, String region, ClientProfile profile)
public DescribeDBDiagEventResponse DescribeDBDiagEvent(DescribeDBDiagEventRequest req) throws TencentCloudSDKException
req
- DescribeDBDiagEventRequestTencentCloudSDKException
public DescribeDBDiagHistoryResponse DescribeDBDiagHistory(DescribeDBDiagHistoryRequest req) throws TencentCloudSDKException
req
- DescribeDBDiagHistoryRequestTencentCloudSDKException
public DescribeDBSpaceStatusResponse DescribeDBSpaceStatus(DescribeDBSpaceStatusRequest req) throws TencentCloudSDKException
req
- DescribeDBSpaceStatusRequestTencentCloudSDKException
public DescribeSlowLogTimeSeriesStatsResponse DescribeSlowLogTimeSeriesStats(DescribeSlowLogTimeSeriesStatsRequest req) throws TencentCloudSDKException
req
- DescribeSlowLogTimeSeriesStatsRequestTencentCloudSDKException
public DescribeSlowLogTopSqlsResponse DescribeSlowLogTopSqls(DescribeSlowLogTopSqlsRequest req) throws TencentCloudSDKException
req
- DescribeSlowLogTopSqlsRequestTencentCloudSDKException
public DescribeTopSpaceTableTimeSeriesResponse DescribeTopSpaceTableTimeSeries(DescribeTopSpaceTableTimeSeriesRequest req) throws TencentCloudSDKException
req
- DescribeTopSpaceTableTimeSeriesRequestTencentCloudSDKException
public DescribeTopSpaceTablesResponse DescribeTopSpaceTables(DescribeTopSpaceTablesRequest req) throws TencentCloudSDKException
req
- DescribeTopSpaceTablesRequestTencentCloudSDKException
Copyright © 2020. All rights reserved.