[GitHub] [cloudstack-cloudmonkey] nvazquez commented on issue #119: verifycert option does not disable certificate signed by unknown authority error

2023-04-16 Thread via GitHub
nvazquez commented on issue #119: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/119#issuecomment-1510687224 Hi @Arceoavs I've tried replicating the issue on CMK 6.2.0 but I'm unable to replicate it with a self-signed certificate on the API endpoint. Can you please provide mo

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #119: verifycert option does not disable certificate signed by unknown authority error

2023-04-16 Thread via GitHub
rohityadavcloud commented on issue #119: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/119#issuecomment-1510716486 @Arceoavs the old wiki docs are applicable only for the python based cloudmonkey, the new docs are here https://github.com/apache/cloudstack-cloudmonkey/wiki/Us

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud closed issue #119: verifycert option does not disable certificate signed by unknown authority error

2023-04-16 Thread via GitHub
rohityadavcloud closed issue #119: verifycert option does not disable certificate signed by unknown authority error URL: https://github.com/apache/cloudstack-cloudmonkey/issues/119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #125: Provide "NOT" option when querying with cmk

2023-04-16 Thread via GitHub
rohityadavcloud commented on issue #125: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/125#issuecomment-1510718184 Based on the discussion, it won't be possible to implement this feature in cmk. It's possible only if the API server (mgmt server) allow for such a feature, for

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud closed issue #125: Provide "NOT" option when querying with cmk

2023-04-16 Thread via GitHub
rohityadavcloud closed issue #125: Provide "NOT" option when querying with cmk URL: https://github.com/apache/cloudstack-cloudmonkey/issues/125 -- 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 spe

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #72: migrate systemvm virtualmachine= lists guest vms instead of systemvms

2023-04-16 Thread via GitHub
rohityadavcloud commented on issue #72: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/72#issuecomment-1510719096 It's possible to add in specific heuristics for specific params of an API, that would be the only way to fix this. cc @nvazquez -- This is an automated message

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #118: associatednetworkid= does not autocomplete

2023-04-16 Thread via GitHub
rohityadavcloud commented on issue #118: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/118#issuecomment-1510720210 If the default heuristic isn't working, in the autocompletion code we can use a specific API for specific param that fixes this issue. cc @nvazquez there are ex