vcenter Questions

6

I am following this VMware documentation. What headers are to be provided to authenticate to vCenter Server while using REST API?
Callisto asked 11/7, 2017 at 5:40

0

I'm trying to create a VM based on a template (ubuntu 18.04) using terraform and vsphere provider. The final error showed by terraform apply.. command is: * vsphere_virtual_machine.vm: timeout wai...
Roadhouse asked 10/9, 2018 at 18:39

4

I am currently investigating terraform, is it possible to create VM with Terraform on Esxi 6 without vCenter Server? Since I only have free version of Esxi 6 installed. Thank you in advance.
Cestus asked 5/8, 2016 at 19:23

3

Solved

Using C#, .Net 4.5, I'm trying to send out a web request through HttpWebRequest on a remote server. Please see the code below. I tried most of the solutions suggested by some forums but I always e...
Beseech asked 28/10, 2013 at 16:14

2

I am using the code below in order to add a NIC configured with DistributedVirtualSwitch to an existing VM (via pyVmomi): def __AddNIC(si, vmconf_dict, network_name): vm = __get_vm(si, vmconf_dic...
Suppurate asked 15/2, 2016 at 11:24

1

Solved

I'm using VMWare's PowerCLI to run this command to output an inventory of sorts from vCenter. Get-VM | Select-Object Name,MemoryGB,NumCpu,UsedSpaceGB,@{n="TotalHDSizeGB"; e={(Get-HardDisk -VM $_ |...
Essen asked 13/10, 2014 at 22:42
1

© 2022 - 2024 — McMap. All rights reserved.