All Projects → vmware-archive → vsphere-automation-sdk-.net

vmware-archive / vsphere-automation-sdk-.net

Licence: MIT license
[DEPRECATED] Please see README. C# samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API

Programming Languages

C#
18002 projects
ASP.NET
160 projects

Projects that are alternatives of or similar to vsphere-automation-sdk-.net

vsphere-automation-sdk-rest
REST (Postman and JavaScript) samples and API reference documentation for vSphere using the VMware REST API
Stars: ✭ 194 (+189.55%)
Mutual labels:  api-client, samples, bindings, restful-api, vmware-vsphere
Vsphere Automation Sdk Java
Java samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
Stars: ✭ 132 (+97.01%)
Mutual labels:  api-client, samples, bindings, restful-api
Vsphere Automation Sdk Rest
REST (Postman and JavaScript) samples and API reference documentation for vSphere using the VMware REST API
Stars: ✭ 182 (+171.64%)
Mutual labels:  api-client, samples, bindings, restful-api
Vsphere Automation Sdk Python
Python samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
Stars: ✭ 451 (+573.13%)
Mutual labels:  api-client, samples, bindings, restful-api
Datafire
A framework for building integrations and APIs
Stars: ✭ 487 (+626.87%)
Mutual labels:  api-client, restful-api
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+15771.64%)
Mutual labels:  api-client, restful-api
Woocommerce.net
A .NET Wrapper for WooCommerce/WordPress REST API
Stars: ✭ 247 (+268.66%)
Mutual labels:  api-client, restful-api
YuiAPI
一个浏览器API测试客户端,API文档生成器,支持chrome/firefox/新版edge
Stars: ✭ 25 (-62.69%)
Mutual labels:  api-client, restful-api
uwp-demos
This repository contains the samples for Syncfusion Universal Windows Platform UI Controls and File Format libraries and the guide to use them.
Stars: ✭ 20 (-70.15%)
Mutual labels:  samples
express-routes-versioning
Node.js module provides versioning for expressjs routes/api
Stars: ✭ 57 (-14.93%)
Mutual labels:  restful-api
questionnaire online
springboot+mybatis在线问卷系统
Stars: ✭ 147 (+119.4%)
Mutual labels:  restful-api
sn-bindgen
Scala 3 native binding generator + libclang facade
Stars: ✭ 29 (-56.72%)
Mutual labels:  bindings
digital-ocean
Idiomatic Clojure client for Digital Ocean that makes it easy to boot virtual servers from your REPL
Stars: ✭ 34 (-49.25%)
Mutual labels:  api-client
restofus
Restofus - a cross-platform (REST) API client.
Stars: ✭ 18 (-73.13%)
Mutual labels:  api-client
interop
Python/C/Go/Rust/Haskell interop examples
Stars: ✭ 24 (-64.18%)
Mutual labels:  bindings
OpenGL.NET
This repository contains low-level bindings for OpenGL and OpenGLES used in Evergine.
Stars: ✭ 29 (-56.72%)
Mutual labels:  bindings
als typograf
Ruby client for ArtLebedevStudio.RemoteTypograf Web Service.
Stars: ✭ 15 (-77.61%)
Mutual labels:  api-client
lumen-api-starter
A starter project to develop API with Lumen 8.*
Stars: ✭ 42 (-37.31%)
Mutual labels:  restful-api
pimba
Pimba is a minimalist command-line tool written in Go to publish and serve static files.
Stars: ✭ 12 (-82.09%)
Mutual labels:  api-client
clients-generator
Kaltura API Client Libraries Generator - PHP source code introspection based automation for API native SDKs generation for various programming languages and API platforms
Stars: ✭ 17 (-74.63%)
Mutual labels:  api-client

DEPRECATED VMware vSphere Automation SDK for .NET

VMware has announced deprecation of vSphere Automation SDK for Perl and vSphere Automation SDK for .NET, effective August 25th, 2020. We highly recommend all our customers and partners to migrate from these SDKs to either vSphere Automation SDK for Python or vSphere Automation SDK for Java. Refer to https://kb.vmware.com/s/article/80144 for more details.

Table of Contents

Abstract

This document describes the vSphere Automation .NET SDK samples that use the vSphere Automation .NET client library. The samples have been developed to work with .NET Framework 4.5.

Supported OnPrem vCenter Releases:

vCenter 6.0, 6.5, 6.7, 6.7 U1, 7.0.0 and 7.0 U1.

Please refer to the notes in each sample for detailed compatibility information.

Quick Start Guide

This document will walk you through getting up and running with the .NET SDK Samples. Prior to running the samples you will need to setup a vCenter test environment and install NuGet CLI. The following steps will take you through this process.

  1. Setting up build environment
  2. Setting up a vSphere test environment

Setting up build environment

To build and run the samples, install Microsoft Visual Studio 2015 or higher.

Setting up a vSphere Test Environment

NOTE: The samples are intended to be run against a freshly installed non-Production vSphere setup as the samples may make changes to the test environment and in some cases can destroy items when needed.

To run the samples a vSphere test environment is required with the following minimum configuration

  • 1 vCenter Server
  • 2 ESX hosts
  • 1 NFS Datastore with at least 3GB of free capacity

Apart from the above, each individual sample may require additional setup. Please refer to the sample parameters for more information on that.

Building the Samples

  • Open the vSphere-Samples.sln file using Visual Studio 2015 or higher
  • Right-click on the solution in Solution Explorer and select "Build Solution"

Build Solution

Running the Samples

  • Right click the sample you want to run and select "Set as Startup Project".

Usage Info

  • To run the sample press "Ctrl + F5" or click "Start without Debugging" from the "Debug" menu.

Usage Info

  • If no parameters are specified, the sample usage info is displayed on the console.

Usage Info

  • To specify all the required parameters for running the sample, right click on the sample project select "Properties". Navigate to the "Debug" tab. Under the "Start Options" section, specify the parameters required by the sample as mentioned in the sample usage.

Sample Parameters

Adding a new sample using a template

  • To import the VMware Project Template, copy the zip file located in "vsphere-automation-sdk-.net\Project Template" to "C:\Users<username>\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C#".
  1. Open Visual Studio
  2. In the menu select File --> New --> Project...
  3. Select the template as the image below shows New Project

API Documentation

Submitting samples

Developer Certificate of Origin

Before you start working with this project, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch.

Required Information

The following information must be included in the README.md for the sample.

  • Author Name
    • This can include full name, email address or other identifiable piece of information that would allow interested parties to contact author with questions.
  • Date
    • Date the sample was originally written
  • Minimal/High Level Description
    • What does the sample do ?
  • Any KNOWN limitations or dependencies

Suggested Information

The following information should be included when possible. Inclusion of information provides valuable information to consumers of the resource.

  • vSphere version against which the sample was developed/tested
  • SDK version against which the sample was developed/tested
  • .NET Framework version against which the sample was developed/tested

Contribution Process

  • Follow the GitHub process
    • Please use one branch per sample or change-set
    • Please use one commit and pull request per sample
    • Please post the sample output along with the pull request
    • If you include a license with your sample, use the project license

Code Style

Please conform to microsoft design guidelines. https://msdn.microsoft.com/en-us/library/ms229042.aspx

Resource Maintenance

Maintenance Ownership

Ownership of any and all submitted samples are maintained by the submitter.

Filing Issues

Any bugs or other issues should be filed within GitHub by way of the repository’s Issue Tracker.

Resolving Issues

Any community member can resolve issues within the repository, however only the board member can approve the update. Once approved, assuming the resolution involves a pull request, only a board member will be able to merge and close the request.

VMware Sample Exchange

It is highly recommended to add any and all submitted samples to the VMware Sample Exchange: https://code.vmware.com/samples

Sample Exchange can be allowed to access your GitHub resources, by way of a linking process, where they can be indexed and searched by the community. There are VMware social media accounts which will advertise resources posted to the site and there's no additional accounts needed, as the VMware Sample Exchange uses MyVMware credentials.

Repository Administrator Resources

Board Members

Board members are volunteers from the SDK community and VMware staff members, board members are not held responsible for any issues which may occur from running of samples from this repository.

Members:

  • Vinod Pai (VMware)
  • Steve Trefethen (VMware)

Approval of Additions

Items added to the repository, including items from the Board members, require 2 votes from the board members before being added to the repository. The approving members will have ideally downloaded and tested the item. When two “Approved for Merge” comments are added from board members, the pull can then be committed to the repository.

VMware Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].