Super simple shell script that shows how to use curl to call VMware Fusion REST APIs. VMware Fusion Samples This repo contains samples that show usage of the VMware Fusion REST API. You can find programming resources for the VMware Fusion REST API on the VMware (code) site : https://code.vmware.com/apis/218/fusion including REST reference, Getting Started Guide, and links to other samples. The getting started guide contains instructions on how you can enable the REST API server in your copy of Fusion
list-vms.sh
1 Comment - Hey Aaron, this is pretty cool, you should create some more samples for Fusion
Collection imported from Swagger API Explorer, then modified for re-use
snippet.postman_collection.json
Samples for VMworld Session CODE1458 #TechZone #Horizon7 #AppVolumes #IdentityManager #MIT #VMwareWorkspaceONEUEM #AppVolumes #workspaceONE #VMwareHorizon #PowerShell
CODE1458-Samples-master.zip
# Very simple script that leverages VMware SD-WAN Orchestrator API # to reboot a VCE # Not to be considered as best practices in using VMware VCO API # Meant to be used in Lab environments - Please test it and use at your own risk # # please note that VMWare API and Support team - do not guarantee this samples # It is provided - AS IS - i.e. while we are glad to answer questions about API usage # and behavior generally speaking, VMware cannot and do not specifically support these scripts # # Compatible with api v1 of the vmware sd-wan vco api # using tokens to authenticate #vco #VeloCloudOrchestrator #API #VMwareSD-WAN #Automation #Python #MIT
api_vco-vce-reboot.py
- Sample Exchange API sample Example shell script that uses curl to manually call VMware Sample Exchange APIs to add a sample to the VMware Sample Exchange, https://code.vmware.com/samples . The script authenticates the current user (see below), queues a sample contribution and then polls the API for completion of the contribution printing the resulting URL
sx-contribute.sh
Data Management For VMware Tanzu API Postman Collection This is a Postman collection for the Data Mangement for VMware Tanzu API This collection is a number of tasks for operating the Data Management tooling
Data Management for VMware Tanzu.postman_collection.json
# Author: Vikas Shitole # Website: www.vThinkBeyondVM.com # Product: VMware Cloud on AWS # Description: Python script to configure Hybrid Linked Mode (HLM) between Onprem and VMC VC # Reference: http://vthinkbeyondvm.com/how-to-configure-hybrid-linked-mode-hlm-using-vcenter-rest-api/ # How to setup vCenter REST API environment?: http://vthinkbeyondvm.com/getting-started-with-vcenter-server-rest-apis-using-python/ #VMwareCloudonAWSAPI #vSphereAutomationSDKforREST #VMwareCloudonAWS #CloudServicesPlatform #MIT #VMwareCloudonAWS #Python #HybridLinkedMode
HLMLinking.py
1 Comment - Just a clarification.: This API is available for all the VMware cloud on AWS releases so far and not from 6.7 onprem release
Postman collection demonstrating usage of VMware SD-WAN APIv2's configuration API capabilities. This collection introduces APIs for Configuration of Edge device settings (both via profiles and Edge-specific overrides) #POSTMANCollection #VMwareSD-WAN #Rest #MIT #VeloCloudOrchestratorAPI #VeloCloud #VeloCloudOrchestrator
snippet.postman_collection.gz
Postman collection demonstrating usage of VMware SD-WAN APIv2<\/a>\'s monitoring API capabilities. Please note: As of February 2022, there\\\'s a newer version of this collection that includes configuration examples available here<\/a>
sdwan-api-test.postman_collection.json
3 Comments - I did try to success enterprise login but it's not work when create API
This function attempts an authentication to the VMware Cloud Services REST API. If the authentication is successful, it returns the 'csp-auth-token' which is required in VMware Cloud on AWS REST API calls to perform REST actions
snippet.py