CodeBleu commented on PR #77:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/77#issuecomment-2289085537
@fabiomatavelli @rohityadavcloud @poddm Can we come to an agreement on
service_offerings between this PR and what @fabiomatavelli had worked on here
#113 and move fo
poddm commented on PR #77:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/77#issuecomment-2289153210
I can remove `cloudstack_disk_offering` to not conflict with the other
changes.
I'd like to keep the separate types to align the GUI presentation and make
it easie
Hello Everyone,
I am using "getCommandQuery" API passing "cmd=access", "vm" and "apiKey"
parameters to integrate console access to our own client panel. We have two
ACS installations, v4.15.0.0 and 4.18.2.1. If I call the API against v4.15
management server it returns a query string for console ac
Try this
https://cloudstack.apache.org/api/apidocs-4.18/apis/createConsoleEndpoint.html
On Wednesday, August 14, 2024, Fariborz Navidan
wrote:
> Hello Everyone,
>
> I am using "getCommandQuery" API passing "cmd=access", "vm" and "apiKey"
> parameters to integrate console access to our own cli