vsphere-automation-sdk-rest icon indicating copy to clipboard operation
vsphere-automation-sdk-rest copied to clipboard

REST (Postman and JavaScript) samples and API reference documentation for vSphere using the VMware REST API

Results 8 vsphere-automation-sdk-rest issues
Sort by recently updated
recently updated
newest added

creating a vm with nics needs provide backing info: `"backing" : { "distributed_port" : "string", "type" : "STANDARD_PORTGROUP", "network" : "obj-103" },` with a default switch works fine: `"backing" :...

bug

Hello, How change clone vm ip address for linux(centos7) and anything Os ? I have a example with powershell; "Invoke-VMscript -VM "$clone_name" -ScriptText "echo -e NAME=ens32'\n'TYPE=Ethernet'\n'BOOTPROTO=static'\n'DEFROUTE=yes'\n'PEERDNS=yes'\n'PEERROUTERS=yes'\n'IPV4_FAILURE_FATAL=no'\n'ONBOOT=yes'\n'IPADDR=$VDS_ip'\n'NETMASK=$VDS_netmask'\n'GATEWAY=$VDS_gateway > $filepath" -GuestUser $guest_username...

enhancement

## Summary Add VM Folder Name when fetching vm details * What is the change? Add VM Folder Name when fetching vm details * Why should it go into the...

enhancement

Hi guys. My org is currently using vSphere 6.7. I don't foresee any plans of upgrade so far. When we deploy VM's in our org, the IPv4 address is set...

Greetings, I hope this is the right avenue for a feature request regarding a sample of OVF deploy which should include provisioning network (static ip) as I don't seem to...

question

I noticed recently while writing a CMDB integration, that {cluster} is not included in the information retrieved from the above endpoint. {resource_pool} is not included as well, which could be...

Regarding https://github.com/vmware/vsphere-automation-sdk-rest/issues/21, it is not acceptable that the answer is like "yeah we're only returning one IP (by design)". All APIs should return the same values IMHO, if implemented. When...

**What this PR does / why we need it**: This sample allows you to get an access token using the OAuth2 client credentials grant type. You create a Server to...