[GitHub] [cloudstack-go] poddm opened a new pull request, #69: getRawValue - AddCluster and CreatePod

2023-08-09 Thread via GitHub
poddm opened a new pull request, #69: URL: https://github.com/apache/cloudstack-go/pull/69 Adding additional APIs to `getRawValue`. - AddCluster - CreatePod ```json { "listclustersmetricsresponse": { "count": 1, "cluster": [

[GitHub] [cloudstack-cloudmonkey] Pearl1594 opened a new pull request, #140: Convert GET to POST requests

2023-08-09 Thread via GitHub
Pearl1594 opened a new pull request, #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140 (no comment) -- 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 un

[GitHub] [cloudstack-cloudmonkey] weizhouapache commented on pull request #140: Convert GET to POST requests

2023-08-09 Thread via GitHub
weizhouapache commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1672588370 @Pearl1594 just for your information, cloudstack UI sends POST request if userdata is present. ``` const httpMethod = deployVmData.userdata ? 'POST' :