Demostrates how to cancel a running task in VMware Cloud on AWS. To run the sample, please first install vSphere Automation Python SDK: https://github.com/vmware/vsphere-automation-sdk-python #Python #MIT #vSphereAutomationSDKforPython #VMwareCloudonAWS #VMwareCloudonAWSAPI ...
cancel_task.py
The 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-VMCPublicIP New-VMCPublicIP Remove-VMCPublicIP Please use Get-Help on each of...
PowerCLI-Example-Scripts-master.zip
More 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 $SDDCID #VMwareCloudServicesPlatform(CSP) #VMwareCloudonAWSAPI #VMwareCloudonAWS ...
vmware-scripts-master.zip
More 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 $SddcName #VMwareCloudonAWSAPI #PowerShell #VMwareCloudonAWS #VMwarePowerCLI ...
VMware.VMC.psm1.gz
A 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 returns API Access Token which can then be used to consume CSP API. The Get-CSPServices ...
VMware.CSP.psm1.gz
A 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-services.sh $REFRESH TOKEN VMware Code Stream VMware Cost Insight VMware Kubernetes Engine ...
vmware-list-csp-services.sh
1 Comment - no search term matches found in comments.
Script which can be used to automate the process of adding new users to a specified VMware Cloud on AWS Organization #VMwareCloudonAWS #VMwareCloudonAWSAPI #PowerShell #MIT #VMwareCloudonAWSAPI #VMwareCloudonAWS
VMWonAWS_InviteUsers.ps1
Use this script to easily deploy a 1 Node SDDC! #VMwareCloudonAWS #PowerShell #VMwareCloudonAWSAPI #MIT #powercli #VMwareCloudonAWSAPI #VMwareCloudonAWS
VMWonAWS_1nodeDeployment.ps1
A shell script to create a new SDDC on VMware Cloud on AWS using Datacenter CLI (DCLI) which works on Mac/Linux & Windows and JQ. * Requires you to log into DCLI at least once and store the refresh token. #MIT #VMwareCloudonAWSAPI #VMwareCloudonAWS #VMwareCloudonAWSAPI #ShellScript
snippet.sh
This sample shows how to use curl to authenticate with the VMware Cloud on AWS API's and perform a simple call to list the orgs #VMwareCloudonAWSAPI #VMwareCloudonAWSAPI #VMwareCloudonAWS #ShellScript #MIT