CLS API Client This is a simplified wrapper around the Content Library APIs
cls_api_client.py
CLS API Helper Helper class to perform commonly used operations using Content Library API. This sample is a part of the VMware vSphere Automation SDK for Python To build and run this sample, please use git to clone the entire SDK locally: git clone https://github.com/vmware/vsphere-automation-sdk-python.git The README.md file in the root of the Github project contains a quick start guide and instructions to build and run the samples. The SDK is open source, so the README also contains instructions on how you can contribute samples back to the SDK! #Rest #vSphere #vSphereAutomationSDKforPython #vSphereAutomation #MIT #Python
cls_api_helper.py
Get-VcsaAvailableUpdates -vcenter vcsa-lab00.domain.local -ssouser administrator@vsphere.local vcsa-lab00.domain.local version is 7.0.3.00800 build 20150588 Available updates are below: name version -- ----- VC-7.0U3i 7.0.3.01100 VC-7.0U3j 7.0.3.01200 VC-7.0U3h 7.0.3.01000 #BSD3-Clause #VCSA #vSphere #vSphereAPI #PowerShell
snippet.ps1
//:: # Author: Vikas Shitole //:: # Website: www.vThinkBeyondVM.com //:: # Product/Feature: vCenter Server/NFS //:: # Description: Creating/Mounting NFS datastore using vSphere API. //::# How to run this sample: http://vthinkbeyondvm.com/getting-started-with-yavi-java-opensource-java-sdk-for-vmware-vsphere-step-by-step-guide-for-beginners/ //:: # Product/Feature: vCenter Server/NFS //:: # Description: Creating/Mounting NFS datastore using vSphere API. //::# How to run this sample: http://vthinkbeyondvm.com/getting-started-with-yavi-java-opensource-java-sdk-for-vmware-vsphere-step-by-step-guide-for-beginners/ //:: # Author: Vikas Shitole //:: # Website: www.vThinkBeyondVM.com #vSphereManagementSDK #vSpherejavasdk #vThinkBeyondVM.com #MIT #NFS #vSphereAPI #Java
CreateNFSDatastore.java
This is a simple command line utility (developed in Java) for performing basic VM Operations using vSphere API (state information - list of hosts, vms, operations - VM Power on/off, create new VM, delete VM etc...) This utility was developed for integrating CloudMunch (devops platform) with vSphere. #utility #VIMUtil #vSphereAPI #cli #vSphereManagementSDK #Java #vim25 #Apache2.0
VIMUtil-master.zip
vSphere Fault Tolerance Feature API operations utility 1. Details Utility to illustrate vSphere Fault Tolerance operations on provided Cluster and VM...Check if user provided cluster exists and if vSphere HA is enabled on cluster
vSphere-FaultTolerance-API-Operations-master.zip
As an example I just shared a screenshot for vSphere World. Find your vSphere World resourceID via UI #MIT #report #vRealizeOperationsManager #vRealizeOperationsManager #PowerShell ##vRealizeOps #restapi
vROps-Rest-API-ClusterInventory.ps1
# Author : Vikas Shitole # Description: Python script to create namespace on the top of vSphere Supervisor cluster # Reference: https://vthinkbeyondvm.com/script-to-configure-vsphere-supervisor-cluster-using-rest-apis/ # How to setup vCenter REST API environment?: http://vthinkbeyondvm.com/getting-started-with-vcenter-server-rest-apis-using-python/ #vSphereAutomationSDKforREST #vspherewithkubernetes #vSphereSupervisorclusterAPIs #MIT #vspherenamesaces #Python #vSphere
create_namespace.py
# Author: Vikas Shitole # Description: Python script to configure/enable vSphere Supervisor cluster on the given cluster # Reference: https://vthinkbeyondvm.com/script-to-configure-vsphere-supervisor-cluster-using-rest-apis/ # How to setup vCenter REST API environment?: http://vthinkbeyondvm.com/getting-started-with-vcenter-server-rest-apis-using-python/ #vSphereAutomationSDKforREST #vSphereSupervisorclusterAPIs #Python #vspherewithkubernestes #MIT #vspherewithkubernetes #vSphere
configure_supervisor_cluster.py
vSphere and VMware Cloud on AWS API Postman Resources and Samples These three files provide API resources and example end to end scenarios that you can import in to Postman to execute. vSphere-Automation-REST-Resources.postman collection.json provides the individual API resources. They are standalone requests that you can execute or use to build up an end to end workflow. The vSphere-Automation-Rest-API-Samples.postman.json do exactly that to show some common simple use cases. The vSphere-Automation-Rest-API-Appliance-Resources.postman.json provides individual API resources to manage vCenter Server Appliance. They are standalone requests that you can execute or use to build up an end to end workflow. The vSphere-Automation-REST-resources-for-Content-Library.postman collection.json provides individual API resources to manage vCenter Content Library features
vsphere-automation-sdk-rest-master.zip