Filters
Type
SDK / Platform / Tool
-
App Modernization
-
Cloud Management
-
Compute Virtualization
-
Desktop & App Virtualization
-
Developer Tools
-
Digital Workspace
-
Hybrid Cloud & Data Center Infrastructure
-
Hyperconverged Infrastructure
-
Multi-Cloud Operations
-
Private & Hybrid Cloud
-
Storage & Availability
-
Virtual Cloud Networking
-
Other Platform
Language
1 - 10 of 182 Results Sample
- VMC Sizer Workload Usage CollectionA PowerCLI script to help collect VM workload usage for a specific vSphere Cluster to assist with using the VMware Cloud on AWS Sizer Tool. Prereq: PowerCLI 10.x or greater vCenter Server ReadOnly A ...VMware PowerCLI VMware Cloud on AWS PowerShell
- Automating new Cloud Motion with vSphere Replication using HCX API
Contributor William LamPowerShell Module for Hybrid Cloud Extension (HCX) API which enables a number of operations including automating the new Cloud Motion with vSphere Replication migration type using HCX API Please see h ...VMware Cloud on AWS VMware PowerCLI PowerShell - List Folders on a VSAN Datastore using PowerCLI
Contributor William LamThis sample lists the "friendly name" of the top level folders of a VSAN Datastore. VSAN uses UUID to reference everythign and you just need to use the vSphere API to translate to the friendly name pr ...VMware Cloud on AWS VMware PowerCLI PowerShell - Automating the creation of 3rd Party Content Library directly on Amazon S3
Contributor William LamvSphere Content Library supports the ability to create a "3rd Party Content Library" which can be backed by HTTP(s) endpoint. Historically, this required customers to store the content locally on a sy ...Other Platform Python - Retrieving detailed per-VM space utilization on VSAN
Contributor William LamFor more details, please see https://www.virtuallyghetto.com/2018/06/retrieving-detailed-per-vm-space-utilization-on-vsan.html Get-VSANVMDetailedUsage -Cluster "VSAN-Cluster" VM File Type physical ...vSAN PowerShell - List services in VMware Cloud Services Platform using PowerShell
Contributor William LamA PowerShell Module that provides two functions that interact with the VMware Cloud Services Platform (CSP) REST API. The Get-CSPAccessToken fucntion accepts in a Refresh Token retrieved from CSP and ...VMware PowerCLI VMware Cloud on AWS API VMware Cloud Services Platform (CSP) PowerShell - List services in VMware Cloud Services Platform using cURL
Contributor William LamA sample that connects to the VMware Cloud Services Platform (CSP) REST API with Refresh Token and retrieves the CSP Access Token and list all available services for given user. ./vmware-list-csp-ser ...VMware Cloud on AWS API VMware Cloud Services Platform (CSP) Shell Script - Managing Public IP Addresses in VMC using PowerCLI
Contributor William LamThe VMC module now contains three new functions to help manage Public IP Address in VMC from retrieving the current allocated IPs to requesting a new address and lastly to remove an address. Get-VMC ...VMware Cloud on AWS VMware Cloud on AWS API VMware Cloud Services Platform (CSP) VMware PowerCLI PowerShell - Retrieving useful VMC SDDC information using PowerShell
Contributor William LamMore details can be found at https://www.virtuallyghetto.com/2018/09/using-vmc-api-to-answer-commonly-asked-questions-about-your-sddc.html Usage: Get-VMCSDDCSummary -Org $OrgName -Name $SddcNameVMware Cloud on AWS VMware PowerCLI VMware Cloud Services Platform (CSP) VMware Cloud on AWS API PowerShell - Retrieving useful VMC SDDC information using cURL
Contributor William LamMore details can be found at https://www.virtuallyghetto.com/2018/09/using-vmc-api-to-answer-commonly-asked-questions-about-your-sddc.html Usage: ./vmc_sddc_summary.sh $TOKEN $ORGID $SDDCIDVMware Cloud on AWS API VMware Cloud on AWS VMware Cloud Services Platform (CSP) Shell Script