/
/vic-machine API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
  • getShow VIC metadata
  • getShow VIC version information
  • getShow information about the specified vSphere resources
  • postPerform an action on the specified vSphere resources
  • getList VCHs on the target system
  • postCreate a VCH on the target system
  • getGet information about the target VCH
  • putReconfigure the target VCH
  • postPerform an action on the target VCH
  • deleteDelete the target VCH
  • patchReconfigure the target VCH
  • getAccess the host certificate for a VCH
  • getShow information about the specified vSphere resources
  • postPerform an action on the specified vSphere resources
  • getList VCHs in the specified datacenter of the target system
  • postCreate a VCH on the target system
  • getGet information about the target VCH
  • putReconfigure the target VCH
  • postPerform an action on the target VCH
  • deleteDelete the target VCH
  • patchReconfigure the target VCH
  • getAccess the host certificate for a VCH in a particular datacenter

List VCHs on the target system

Making a GET request on /vch under a target will return information about the VCHs on that target.

get/target/{target}/vch

Path parameters

targetstring required

Query parameters

compute-resourcestring

Compute resource path

thumbprintstring

ESX or vCenter host certificate thumbprint

Response

A list of VCHs

Changes