\r\nThis sample can be typically used in the post-life cycle operations of vCenter to determine whether all of the vCenter services successfully started and are in healthy status
snippet.py
Start, stop, restart, or uninstall security profile services of an ESXi Host in vCenter. Optionally, specify whether a service policy is to start automatically when ports are open (automatic), start with server (on), or start manually (off). WARNING - no checks to see if service is required when attempting to uninstall
d1be95abf8f926bed1c82cb938daf242-master.zip
Authentication proxy service (CAM), Autodeploy service and vSphere Update Manager (VUM) are out of scope for this tool
vCenter-Server-SSL-and-TLS-Security-Protocol-Configuration-Command-line-Tool.py
This script works at VC level, where it will iterate through all the Datacenters and clusters in the VC and disable SLP service on all the available hosts. Script will ensure Firewall Exception RuleSet for CIM SLP is disabled and SLP Service Policy is updated to make sure changed are persistent across reboots
snippet.ps1
Retrieves the vCenter Security Token Service (STS) signing certificate. Per KB79248 " If the vCenter Server was deployed as version 6.5 Update 2 or later, the Security Token Service (STS) signing certificate may have a two-year validity period
Get-STSCerts.ps1
13 Comments - no search term matches found in comments.
It leverages the vAPI REST API (not the vRO vAPI plug-in) It can be used with vRealize Automation "Anything as a service" (For example attaching a tag to an object that would enable a given service)
vapiresttagplugin-version-0.0.2.package
I've build a a short script to download the Data to our Repository curl -k http://partnerweb.vmware.com/service/vsan/all.json --output /data/all.json curl -k "https://vcsa.vmware.com/ph/api/v1/results?
com.company.package
1 Comment - no search term matches found in comments.
vCenter VM Hardware Disk Demonstrates how to configure disk settings for a VM. Sample Prerequisites: The sample needs an existing VM. 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...
disk.py
# Author: Vikas Shitole # Website: www.vThinkBeyondVM.com # Product: vCenter server/vCenter Server High Availability (VCHA) # Description: Python script to deploy vCenter server HA # Reference: http...
deploy_vcha.py
vCenter VM Hardware Parallel Demonstrates how to configure Parallel ports for a VM. Sample Prerequisites: The sample needs an existing VM. 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...
parallel.py