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": [
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
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' :