/
/vic-machine API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7m ago · Updated 1mo ago
not-yet-implemented11
  • getProvide a welcome message
  • getShow VIC version information
  • getList VCHs on the target system
  • postCreate a VCH on the target system
  • getGet information about the target VCH
  • deleteDelete the target VCH
  • getAccess the host certificate for a VCH
  • getAccess log messages for a VCH
  • getList VCHs in the specified datacenter of the target system
  • postCreate a VCH on the target system
  • getGet information about the target VCH
  • deleteDelete the target VCH
  • getAccess the host certificate for a VCH
  • getAccess log messages for a VCH

Provide a welcome message

The API server may deployed with self-signed certificates. JavaScript API clients may wish to direct users to this endpoint to view certificate validation errors in their browser.

get/hello

Response

A static welcome message

string required

Changes