Skip to main content
GET
Get Virtual Machine

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

namespace
string
required

Tenant namespace returned by Get Account.

name
string
required

Kubernetes object name for the VirtualMachine.

Response

Resource returned

Customer-visible VirtualMachine resource in the Mount Thor Compute API.

apiVersion
enum<string>
required

Kubernetes API version. Must be compute.mountthor.com/v1alpha1.

Available options:
compute.mountthor.com/v1alpha1
kind
enum<string>
required

Kubernetes resource kind. Must be VirtualMachine.

Available options:
VirtualMachine
metadata
object
required

Customer-safe metadata for the VirtualMachine.

spec
object
required

VirtualMachine spec is immutable. Delete and recreate the resource to change it.

status
object

VirtualMachineStatus defines the observed state of a VirtualMachine.