sureshanaparti commented on code in PR #11354: URL: https://github.com/apache/cloudstack/pull/11354#discussion_r2243574507
########## ui/src/api/index.js: ########## @@ -23,6 +23,19 @@ import { ACCESS_TOKEN } from '@/store/mutation-types' +const getAPICommandsRegex = /^(get|list|query|find)\w+$/i +const addlGetAPICommandsList = [ Review Comment: @Pearl1594 all these additional APIs are the read calls from DB or the configuration (added regex for regular list/get cmds, these doesn't match with regular list, so, added them as additional). I've checked the execute() calls of these API cmds while working on this - https://github.com/apache/cloudstack/pull/10899. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org