Skip to main content
Version: v1.3 (latest)

Read a Namespaced Virtual Machine Restore

GET 

/apis/harvesterhci.io/v1beta1/namespaces/:namespace/virtualmachinerestores/:name

Get a VirtualMachineRestore object.

Request

Path Parameters

    name stringrequired

    Possible values: Value must match regular expression [a-z0-9][a-z0-9\-]*

    Name of the resource

    namespace stringrequired

    Possible values: Value must match regular expression [a-z0-9][a-z0-9\-]*

    Object name and auth scope, such as for teams and projects

Query Parameters

    exact boolean

    Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.

    export boolean

    Should this value be exported. Export strips fields that a user can not specify.

Responses

OK

Schema
    apiVersion stringrequired
    kind stringrequired
    metadata object
    name stringrequired
    namespace string
    spec objectrequired
    deletionPolicy string
    keepMacAddress boolean
    newVM boolean
    target objectrequired
    apiGroup string
    kind stringrequired
    name stringrequired
    virtualMachineBackupName stringrequired
    virtualMachineBackupNamespace stringrequired
    status object
    complete boolean
    conditions object[]
    deletedVolumes string[]
    progress int32
    restoreTime k8s.io.v1.Time (string)
    restores object[]
    targetUID string
Loading...