Re: [PR] chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.15.0 [cloudstack-terraform-provider]

2024-12-31 Thread via GitHub
dependabot[bot] commented on PR #143: URL: https://github.com/apache/cloudstack-terraform-provider/pull/143#issuecomment-2566827256 Superseded by #156. -- 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

Re: [PR] chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.15.0 [cloudstack-terraform-provider]

2024-12-31 Thread via GitHub
dependabot[bot] closed pull request #143: chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.15.0 URL: https://github.com/apache/cloudstack-terraform-provider/pull/143 -- This is an automated message from the Apache Git Service. To respond to the mes

[PR] chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.16.0 [cloudstack-terraform-provider]

2024-12-31 Thread via GitHub
dependabot[bot] opened a new pull request, #156: URL: https://github.com/apache/cloudstack-terraform-provider/pull/156 Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.12.0 to 0.16.0. Release

Re: [PR] Add test data for register userkeys [cloudstack-go]

2024-12-31 Thread via GitHub
Pearl1594 merged PR #99: URL: https://github.com/apache/cloudstack-go/pull/99 -- 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 unsubscribe, e-mail: dev-unsubscr...@cloudstack

Re: [PROPOSE][DISCUSS] CloudStack Installer

2024-12-31 Thread Rohit Yadav
Thanks all, as no objections were raised I’ll proceed by creating a new sub-project repository. Once the initial installation script is pushed, everyone is welcome to submit PRs and suggest changes through Github issues. As proposed in my original email, the main objectives of this initiative i

Re: [I] Empty Metrics Response for Virtual Machine Usage History [cloudstack-go]

2024-12-31 Thread via GitHub
Pearl1594 commented on issue #97: URL: https://github.com/apache/cloudstack-go/issues/97#issuecomment-2566458728 Thanks a lot! -- 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

Re: [I] Empty Metrics Response for Virtual Machine Usage History [cloudstack-go]

2024-12-31 Thread via GitHub
stackbill commented on issue #97: URL: https://github.com/apache/cloudstack-go/issues/97#issuecomment-2566458410 Sure @Pearl1594 `{"listvirtualmachinesusagehistoryresponse":{"count":81,"virtualmachine":[{"id":"4f6d7879-8e9d-40cb-9390-28924a31df78","name":"i-5-39-VM","displayname":"ub

Re: [I] Empty Metrics Response for Virtual Machine Usage History [cloudstack-go]

2024-12-31 Thread via GitHub
Pearl1594 commented on issue #97: URL: https://github.com/apache/cloudstack-go/issues/97#issuecomment-2566450097 Thanks @stackbill - would it be possible to provide the API output for listVirtualMachineUsageHistory API? I could use that as test data to investigate further. Thanks. -- Thi

Re: [I] Empty Metrics Response for Virtual Machine Usage History [cloudstack-go]

2024-12-31 Thread via GitHub
stackbill commented on issue #97: URL: https://github.com/apache/cloudstack-go/issues/97#issuecomment-2566438279 @Pearl1594 Thank you for the response. I am able to retrieve the response using the API but not through the SDK -- This is an automated message from the Apache Git Service. To

Re: [PR] Add test data for register userkeys [cloudstack-go]

2024-12-31 Thread via GitHub
DaanHoogland commented on code in PR #99: URL: https://github.com/apache/cloudstack-go/pull/99#discussion_r1900087113 ## test/testdata/UserService.json: ## @@ -149,5 +149,13 @@ "secretkey": "secret-key" } } + }, + "registerUserKeys": { +"registeruserke

Re: [PR] Add test data for register userkeys [cloudstack-go]

2024-12-31 Thread via GitHub
Pearl1594 commented on PR #99: URL: https://github.com/apache/cloudstack-go/pull/99#issuecomment-2566392115 We could add it. -- 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.

Re: [PR] Add test data for register userkeys [cloudstack-go]

2024-12-31 Thread via GitHub
DaanHoogland commented on PR #99: URL: https://github.com/apache/cloudstack-go/pull/99#issuecomment-2566389192 @Pearl1594 , we shouldn´t add the test dat for future testing either? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] Add test data for register userkeys [cloudstack-go]

2024-12-31 Thread via GitHub
Pearl1594 commented on PR #99: URL: https://github.com/apache/cloudstack-go/pull/99#issuecomment-2566371764 I only raised this PR to run the tests.. Will close it once I receive some update on the issue #96 -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] Empty Metrics Response for Virtual Machine Usage History [cloudstack-go]

2024-12-31 Thread via GitHub
Pearl1594 commented on issue #97: URL: https://github.com/apache/cloudstack-go/issues/97#issuecomment-2566367540 @stackbill Were you able to get any response via cmk (API)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] quota api calls are missing [cloudstack-go]

2024-12-31 Thread via GitHub
Pearl1594 closed issue #54: quota api calls are missing URL: https://github.com/apache/cloudstack-go/issues/54 -- 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 unsubscribe, e

Re: [PR] update listApis.json, Quota API, and fixed double url value handling (based on #90) [cloudstack-go]

2024-12-31 Thread via GitHub
Pearl1594 merged PR #98: URL: https://github.com/apache/cloudstack-go/pull/98 -- 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 unsubscribe, e-mail: dev-unsubscr...@cloudstack

Re: [I] Error to decode RegisterUserKeys [cloudstack-go]

2024-12-31 Thread via GitHub
Pearl1594 commented on issue #96: URL: https://github.com/apache/cloudstack-go/issues/96#issuecomment-2566359533 @lucasdk3 I wasn't able to reproduce this issue. I added some test data - https://github.com/apache/cloudstack-go/pull/99/files and tried running the RegisterUserKeys test using:

Re: [PR] Add test data for register userkeys [cloudstack-go]

2024-12-31 Thread via GitHub
DaanHoogland commented on PR #99: URL: https://github.com/apache/cloudstack-go/pull/99#issuecomment-2566229459 @Pearl1594 is this solving #96 or does it relate in some other way? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub