cloudstack-cloudmonkey
cloudstack-cloudmonkey copied to clipboard
Apache Cloudstack Cloudmonkey
Explore if cmk can upload a template, iso or a volume as file upload to CloudStack.
Params need to be dropped as apikey & secretkey based URL has all the params and it causes signature validation issues when the same params are also posted again. For...
With version 6.4.0, if I do `add host`, I get a credentials error from the api. I tried cmk version 6.3.0 instead: version 6.3.0 did not result in an API...
Sometimes you need all parameters in the output of an API command except a few and it is more complicated to write all required parameters in the filter (filter=parameter1, parameter2,...
Async API response such as issueCertificate, etc simply return json that is printed. When display option isn't set to json, the output is seen as follows: - column: no output...
When creating project role permissions and I wanted to enter wildcard "*", CLI returned "unauthorised" despite that my API key has the root admin permission, it seems to be similar...
It would be great to have a param or setting to tell cmk to fetch all pages from api. It does allow setting params, like page and pagesize, but requires...
Fixes https://github.com/apache/cloudstack-cloudmonkey/issues/137 and removes vendor directory.
Apache CloudStack 🐵 CloudMonkey 6.5.0 ``` (localcloud) 🐱 > list usagerecords startdate=2025-10-07 enddate=2025-10-10 type=6 usageid=2c218702-abff-46e8-bc8a-3e12fffa2188 filter=count { "count": 319, "usagerecord": [ {}, {}, {}, {}, {}, {}, {}, ... {},...
Fixes #182 Adds a switch profile command to safely load an existing profile without creating a new profile.