-
- Influencer
- Posts: 16
- Liked: 1 time
- Joined: Feb 13, 2022 11:02 am
- Full Name: Hal
- Contact:
Source - individual VM size - API
Hi All,
Is there a way to get each individual VM size on the job using the API (EM)? (not the total size)
Thanks in advance
HY
Is there a way to get each individual VM size on the job using the API (EM)? (not the total size)
Thanks in advance
HY
-
- Product Manager
- Posts: 14844
- Liked: 3086 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Source - individual VM size - API
Hello,
I would try VCenter APIs for details about VMs
Best regards,
Hannes
I would try VCenter APIs for details about VMs
Best regards,
Hannes
-
- Novice
- Posts: 4
- Liked: 1 time
- Joined: Feb 20, 2022 9:32 am
- Full Name: Neeraj Khosla
- Contact:
Re: Source - individual VM size - API
Thanks Hannes
I am not aware of VCenter APIs. Can you please provide some more information which API to use ?
Thanks
Neeraj
I am not aware of VCenter APIs. Can you please provide some more information which API to use ?
Thanks
Neeraj
-
- Veteran
- Posts: 3077
- Liked: 455 times
- Joined: Aug 07, 2018 3:11 pm
- Full Name: Fedor Maslov
- Contact:
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Source - individual VM size - API
Hi Neeraj,
This info is, indeed, not implemented in EM REST. The closest place I could find where it is supported is in VBR REST. See this reference. Otherwise, as my colleagues suggested above, VCenter API could be the way to go here.
Best regards,
Oleg
This info is, indeed, not implemented in EM REST. The closest place I could find where it is supported is in VBR REST. See this reference. Otherwise, as my colleagues suggested above, VCenter API could be the way to go here.
Best regards,
Oleg
-
- Influencer
- Posts: 16
- Liked: 1 time
- Joined: Feb 13, 2022 11:02 am
- Full Name: Hal
- Contact:
Re: Source - individual VM size - API
Thanks, @HannesK,
I was hoping the Veeam API would provide such info.
Thanks a lot, we will keep digging for the best solution
HY.
I was hoping the Veeam API would provide such info.
Thanks a lot, we will keep digging for the best solution
HY.
-
- Novice
- Posts: 4
- Liked: 1 time
- Joined: Feb 20, 2022 9:32 am
- Full Name: Neeraj Khosla
- Contact:
Re: Source - individual VM size - API
This forum is proving a life saver for me. Thanks for the help.
I am able to get the VM sizes for VMs included in a backup job, but how to get the size of VM for an agent job ? Also, is there a way to get the NAS size too ?
Thanks in advance
Neeraj
I am able to get the VM sizes for VMs included in a backup job, but how to get the size of VM for an agent job ? Also, is there a way to get the NAS size too ?
Thanks in advance
Neeraj
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Source - individual VM size - API
Hi,
I'm afraid this info is not available via EM REST as it is not even in EM UI. Usually would involve adding it there first. However, it makes sense to add such info to VBR REST API as original size is reflected in VBR UI, so noted.
Thanks,
Oleg
I'm afraid this info is not available via EM REST as it is not even in EM UI. Usually would involve adding it there first. However, it makes sense to add such info to VBR REST API as original size is reflected in VBR UI, so noted.
Thanks,
Oleg
-
- Influencer
- Posts: 16
- Liked: 1 time
- Joined: Feb 13, 2022 11:02 am
- Full Name: Hal
- Contact:
Re: Source - individual VM size - API
Thanks Oleg,
If this is something you/Veeam are looking to add, any ETA?
Thanks
HY.
If this is something you/Veeam are looking to add, any ETA?
Thanks
HY.
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Source - individual VM size - API
Can't share any ETA, but we didn't plan this for VBR REST API in v12 as we didn't plan on adding any nas/agent support yet. Nonetheless, I noted it for future releases. Thanks!
-
- Influencer
- Posts: 16
- Liked: 1 time
- Joined: Feb 13, 2022 11:02 am
- Full Name: Hal
- Contact:
Re: Source - individual VM size - API
Hi @Oleg any update on this request "add VM size within the API" - currently, I'm using VMware connection alongside my code and I wish not to, as i wish to reduce complexity
-
- Veeam Software
- Posts: 1495
- Liked: 655 times
- Joined: Jul 17, 2015 6:54 pm
- Full Name: Jorge de la Cruz
- Contact:
Re: Source - individual VM size - API
Hello Hal,
Another good option for this or other requests, is to query upcoming VONE API, that will give you objectrepos, VM sizes and confislg like cpu, etc. Restore points and pretty much all you need to build a portal, as vone looks across all products, VB365, VBR, VBCloud and others. So the effort is less, just querying one API, not different products.
Send me an email and I can send you the json swagger so take a look for vone v12. Jorge.delacruz the rest the usual.
Thanks
Another good option for this or other requests, is to query upcoming VONE API, that will give you objectrepos, VM sizes and confislg like cpu, etc. Restore points and pretty much all you need to build a portal, as vone looks across all products, VB365, VBR, VBCloud and others. So the effort is less, just querying one API, not different products.
Send me an email and I can send you the json swagger so take a look for vone v12. Jorge.delacruz the rest the usual.
Thanks
Jorge de la Cruz
Senior Product Manager | Veeam ONE @ Veeam Software
@jorgedlcruz
https://www.jorgedelacruz.es / https://jorgedelacruz.uk
vExpert 2014-2024 / InfluxAce / Grafana Champion
Senior Product Manager | Veeam ONE @ Veeam Software
@jorgedlcruz
https://www.jorgedelacruz.es / https://jorgedelacruz.uk
vExpert 2014-2024 / InfluxAce / Grafana Champion
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Source - individual VM size - API
Hi Hal,
No changes in this regard. As I mentioned earlier, we didn't plan to add this info in REST APIs in v12.
Best regards,
Oleg
No changes in this regard. As I mentioned earlier, we didn't plan to add this info in REST APIs in v12.
Best regards,
Oleg
Who is online
Users browsing this forum: No registered users and 5 guests