The SQL diagnostics feature of ApsaraDB for OceanBase is upgraded to optimize the user experience. Previous diagnostics management APIs are replaced with new ones.
Date of removal
November 23, 2023
Upgraded APIs
API Purpose | Original API | New API |
API Purpose | Original API | New API |
Query suspicious SQL statements | DescribeAnomalySQLList | |
Query slow SQL statements | DescribeSlowSQLList | |
Query top SQL statements | DescribeTopSQLList | |
Query the execution history of an SQL statement | DescribeSQLHistoryList | |
Sample the SQL execution details | DescribeSlowSQLHistoryList | |
Query SQL execution plans | DescribeSQLPlans | |
Query SQL details | DescribeSQLDetails |
For more information about how to use new APIs, see Diagnostics management.
Impact
The new APIs have taken effect, and the original ones will be officially removed on November 23. Removed APIs cannot be called.
If your business involves any of the original APIs, you must change them to new ones by November 23.