Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

ius-csg/cslabs-esxi

Repository files navigation

cslabs-esxi

Introduction

A lightweight webserver to serve as a simplified esxi api for the needs of the project. The web services api could only be consumed from .net or java but unfortunately there is no documentation for .net core. Therefor communication with the ESXI host will happen through this lightweight api.

Requirements

Gradle - Head over to gradle.org if you don't have it installed.

Building

gradle build

Running

You can either run the application form intellij or build a jar with

gradle buildJar

Navigate to build/libs.

Run it using the following template:

java -jar cslabs-esxi-all-1.0-SNAPSHOT.jar [host] [username] [password]

The webserver will start on http://localhost:4567.

Get VM console tickets by navigating to:

http://localhost:4567/acquireTicket

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages