Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimmis/docker-vcsim
vCenter and ESi API based simulator
https://github.com/nimmis/docker-vcsim
esxi-api esxi-server simulator vcenter-server
Last synced: 2 months ago
JSON representation
vCenter and ESi API based simulator
- Host: GitHub
- URL: https://github.com/nimmis/docker-vcsim
- Owner: nimmis
- Created: 2017-11-07T11:52:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T10:43:17.000Z (about 3 years ago)
- Last Synced: 2023-12-25T00:49:53.858Z (about 1 year ago)
- Topics: esxi-api, esxi-server, simulator, vcenter-server
- Language: Shell
- Size: 2.93 KB
- Stars: 19
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vCenter and ESi API based simulator
This package implements a vSphere Web Services (SOAP) SDK endpoint intended for testing consumers of the API.
While the package is written in the Go language, it can be used by any language that can talk to the vSphere API.## Starting the simulator
The simulator can simulate either a vCenter server or an ESXi server, starting it with default values
assumes vCenter server.### Run simulator as a vCenter server
Start it with default settings as a vCenter server
docker run -d -p 443:443 nimmis/vcsim
or
docker run -d -p 443:443 nimmis/vcsim -vcenter
### Run simulator as a ESXi server
Start it with default settings as a ESXi server
docker run -d -p 443:443 nimmis/vcsim -esxi