Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

KubeVirt VirtualMachineInstanceMigrations API

Operations for managing live migration of VirtualMachineInstances from one node to another without downtime.

KubeVirt VirtualMachineInstanceMigrations API is one of 8 APIs that KubeVirt publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include VirtualMachineInstanceMigrations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a GitHub repository, and 1 JSON Schema.

This API exposes 4 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.59.0.

Requests are made against a single base URL, https://{kubernetes-api-server}.

4 operations 2 paths 3 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.59.0
Server
https://{kubernetes-api-server}
License
Resource Areas
1

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

VirtualMachineInstanceMigrations 4

Operations for managing live migration of VirtualMachineInstances from one node to another without downtime.

GET
/apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations
KubeVirt List VirtualMachineInstanceMigrations
listNamespacedVMIMigration 3 params → 200401403
POST
/apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations
KubeVirt Create a VirtualMachineInstanceMigration
createNamespacedVMIMigration 1 param body → 201400401
GET
/apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations/{name}
KubeVirt Get a VirtualMachineInstanceMigration
readNamespacedVMIMigration 2 params → 200401404
DELETE
/apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations/{name}
KubeVirt Cancel a VirtualMachineInstanceMigration
deleteNamespacedVMIMigration 2 params → 200401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ObjectMeta (7 properties), VirtualMachineInstanceMigration (5 properties), VirtualMachineInstanceMigrationList (3 properties). Each schema is shown below with its type and property counts.

ObjectMeta
object
Standard Kubernetes object metadata.
7 properties 1 required
VirtualMachineInstanceMigration
object
A VirtualMachineInstanceMigration resource tracking the live migration of a VirtualMachineInstance from one node to another.
5 properties 4 required
VirtualMachineInstanceMigrationList
object
List of VirtualMachineInstanceMigration resources.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kubevirt-virtualmachineinstancemigrations-api-openapi.yml Raw ↑

Other APIs KubeVirt publishes across the network.

KubeVirt DataSources API
KubeVirt DataVolumes API
KubeVirt StorageProfiles API
KubeVirt VirtualMachineInstances API
KubeVirt VirtualMachines API
KubeVirt VMConsole API
KubeVirt VMLifecycle API