SimpliVity virtual_machines API

A virtual_machine represents a single virtual machine created within an HPE SimpliVity datastore.

Operations 14

GET /virtual_machines Retrieves instances of HPE SimpliVity virtual machines defined on this system #
POST /virtual_machines/policy_impact_report/apply_policy Generate a backup impact reported based on proposed application of a policy to one or more virtual machines #
POST /virtual_machines/set_policy Sets the backup policy for virtual machines #
GET /virtual_machines/{vmId} Retrieves the specified virtual_machines #
POST /virtual_machines/{vmId}/backup Backs up a virtual machine #
POST /virtual_machines/{vmId}/backup_parameters Set the virtual machine backup parameters used for application consistent backups. #
GET /virtual_machines/{vmId}/backups Retrieves all backups associated with this virtual_machine #
POST /virtual_machines/{vmId}/clone Clones a virtual machine #
GET /virtual_machines/{vmId}/metrics Retrieves throughput, IOPS, and latency data for the virtual machine #
POST /virtual_machines/{vmId}/move Moves a virtual machine to another datastore #
POST /virtual_machines/{vmId}/power_off Power off a VM #
POST /virtual_machines/{vmId}/power_on Power on a VM #
POST /virtual_machines/{vmId}/set_policy Sets the backup policy for a virtual machine #
POST /virtual_machines/{vmId}/validate_backup_credentials Validates the credentials for the virtual machine you want to backup #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/simplivity-virtual-machines-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

simplivity-virtual-machines-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: "This API enables the programmatic management of key components of an HPE SimpliVity configuration.\n\nTo access the API, request an authentication token by issuing an authentication request in the following form, where the username/password combination is a set of valid management credentials for the applicable hypervisor environment:\n\n     curl -k https://simplivity@<host>/api/oauth/token -d grant_type=password -d username=<user> -d password=<pass>\n\nThen, you can pass in the resulting access_token returned in each HTTP header using Authorization: Bearer token. For example:\n\n     curl -H \"Authorization: Bearer 0a08c809-17ff-479f-b0a8-aedd4d8305a0\"\n\nThe access_token times out after 10 minutes of inactivity and expires after 24 hours.\n\nMake sure to use TLS version 1.2 or greater.\n\nThere are a wide range of possible return values.  Below is a list of the most common return values. \n\n    200 \"OK\" ⁃ This indicates that the request and action has completed with no issues.\n    201 \"Created\" ⁃ This indicates that the request has completed and a new resource has been created.\n    202 \"Accepted\" ⁃ This indicates that the request has been accepted for processing but the processing has not\n                     completed. This is a typical return when a task is generated.\n    400 \"Bad Request\" ⁃ The request cannot or will not be proccessed.  Usually due to a missing required parameter\n                        or invalid data in the parameter.\n    401 \"Unauthorized\" ⁃ The request has not been applied because it lacks authentication credentials for the\n                         target resource.\n    404 \"Not Found\" ⁃ The requested target doesn't exist or has been deleted.\n    405 \"Method Not Allowed\" ⁃ The method being requested is not valid for the target it is being performed on.\n    408 \"Request Timeout\" ⁃ The response took too long.\n    500 \"Internal Server Error\" ⁃ Indicates that the server encountered an unexpected condition that prevented it\n                                  from fulfilling the request.\n\n<a href=\"https://developer.hpe.com/platform/hpe-simplivity/home\" class=\"\toggleEndpointList\" data-id=\"errors\">Click here for a complete list of return codes and response formats</a>\n\n"
  version: '1.25'
  title: HPE OmniStack REST backups Virtual Machines API
  contact:
    name: Hewlett Packard Enterprise
  license:
    name: HPE OmniStack REST API
servers:
- url: https://localhost
tags:
- name: virtual_machines
  description: A virtual_machine represents a single virtual machine created within an HPE SimpliVity datastore.
paths:
  /virtual_machines:
    get:
      tags:
      - virtual_machines
      summary: Retrieves instances of HPE SimpliVity virtual machines defined on this system
      operationId: listVms
      parameters:
      - name: show_optional_fields
        in: query
        description: 'An indicator to show or not show the ha_status, ha_resynchronization_progress, hypervisor_virtual_machine_power_state, and hypervisor_is_template


          Note: These values are computed from various sources. Consequently, the retrieval of these values may adversely affect the response time of a request.'
        required: false
        schema:
          type: boolean
          default: false
      - name: id
        in: query
        description: 'The unique identifier (UID) of the virtual_machines to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: name
        in: query
        description: 'The name of the virtual_machines to return


          Accepts: Single value, comma-separated list, pattern using one or more asterisk characters as a wildcard'
        required: false
        schema:
          type: string
      - name: omnistack_cluster_id
        in: query
        description: 'The unique identifier (UID) of the omnistack_cluster that is associated with the instances to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: omnistack_cluster_name
        in: query
        description: 'The name of the omnistack_cluster that is associated with the instances to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: compute_cluster_parent_hypervisor_object_id
        in: query
        description: 'The unique identifier (UID) of the hypervisor-based instance that contains the omnistack_cluster that is associated with the instances to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: compute_cluster_parent_name
        in: query
        description: 'The name of the hypervisor-based instance that contains the omnistack_cluster that is associated with the instances to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: hypervisor_management_system
        in: query
        description: 'The IP address of the hypervisor-based instance associated with the virtual machine


          Accepts: Single value, comma-separated list, pattern using one or more asterisk characters as a wildcard'
        required: false
        schema:
          type: string
      - name: hypervisor_management_system_name
        in: query
        description: 'The name of the hypervisor-based instance associated with the virtual machine


          Accepts: Single value, comma-separated list, pattern using one or more asterisk characters as a wildcard'
        required: false
        schema:
          type: string
      - name: datastore_id
        in: query
        description: 'The unique identifier (UID) of the datastore that is associated with the instances to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: datastore_name
        in: query
        description: 'The name of the datastore that is associated with the instances to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: policy_id
        in: query
        description: 'The unique identifier (UID) of the policy that is associated with the instances to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: policy_name
        in: query
        description: 'The name of the policy that is associated with the instances to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: hypervisor_object_id
        in: query
        description: 'The unique identifier (UID) of the hypervisor-based instance  that is associated with the instances to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: created_after
        in: query
        description: The earliest creation time after the virtual machines to return were created, expressed in ISO-8601 form, based on Coordinated Universal Time (UTC)
        required: false
        schema:
          type: string
      - name: created_before
        in: query
        description: The latest creation time before the virtual machines to return were created, expressed in ISO-8601 form, based on Coordinated Universal Time (UTC)
        required: false
        schema:
          type: string
      - name: state
        in: query
        description: 'The state of the virtual_machine that is associated with the instances to return


          Accepts: Single value, comma-separated list


          Valid values: ALIVE, REMOVED, DELETED


          Default: ALIVE'
        required: false
        schema:
          type: string
      - name: app_aware_vm_status
        in: query
        description: 'The status of the ability of the virtual machine to take an application-consistent backup that uses Microsoft VSS


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: hypervisor_is_template
        in: query
        description: An indicator that shows if the virtual machine is a template
        required: false
        schema:
          type: boolean
      - name: host_id
        in: query
        description: The unique identifier (UID) of the virtual_machine host
        required: false
        schema:
          type: string
      - name: cluster_group_id
        in: query
        description: 'The unique identifiers (UIDs) of the cluster_groups associated with the virtual_machines to return


          Accepts: Single value, comma-separated list'
        required: false
        schema:
          type: string
      - name: fields
        in: query
        description: "A comma-separated list of fields to include in the returned objects\n\n Default: Returns all fields"
        required: false
        schema:
          type: string
      - name: limit
        in: query
        description: 'A positive integer that represents the maximum number of results to return


          Default: 500'
        required: false
        schema:
          type: integer
          format: int32
          default: 500
      - name: offset
        in: query
        description: 'A positive integer that directs the service to start returning the &lt;offset value&gt; instance, up to the limit


          Default: 0'
        required: false
        schema:
          type: integer
          format: int32
          default: 0
      - name: case
        in: query
        description: 'An indicator that specifies if the filter and sort results use a case-sensitive or insensitive manner


          Valid values: sensitive or insensitive


          Default: sensitive'
        required: false
        schema:
          type: string
          enum:
          - sensitive
          - insensitive
          default: sensitive
      - name: sort
        in: query
        description: The name of the field where the sort occurs
        required: false
        schema:
          type: string
      - name: order
        in: query
        description: 'The sort order preference


          Valid values: ascending or descending


          Default: descending'
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/vnd.simplivity.v1.23+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.9+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.18+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.14+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.11+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.17+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.21+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.22+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.3+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.10+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.6+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.25+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.19+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.5+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.13+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.16+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.2+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.24+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.7+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.4+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.1+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.8+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.15+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.12+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.20+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
  /virtual_machines/policy_impact_report/apply_policy:
    post:
      tags:
      - virtual_machines
      summary: Generate a backup impact reported based on proposed application of a policy to one or more virtual machines
      operationId: reportOnProposedVMPolicySetting
      responses:
        '200':
          description: OK
          content:
            application/vnd.simplivity.v1.23+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.9+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.18+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.14+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.11+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.17+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.21+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.22+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.3+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.10+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.6+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.25+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.19+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.5+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.13+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.16+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.2+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.24+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.7+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.4+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.1+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.8+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.15+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.12+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
            application/vnd.simplivity.v1.20+json:
              schema:
                $ref: '#/components/schemas/policy_schedule_impact_report'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      requestBody:
        content:
          application/vnd.simplivity.v1.19+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.23+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.9+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.18+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.13+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.16+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.24+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.14+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.11+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.17+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.21+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.22+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.10+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.15+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.25+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.12+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.20+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
        description: 'policy_id: The unique identifier (UID) of the policy that you want to associate with the virtual_machine


          virtual_machine_id: The unique identifier (UID) of each virtual_machine that you want to associate with the specified policy'
        required: true
  /virtual_machines/set_policy:
    post:
      tags:
      - virtual_machines
      summary: Sets the backup policy for virtual machines
      operationId: setPolicyForVms
      responses:
        '200':
          description: OK
          content:
            application/vnd.simplivity.v1.23+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.9+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.18+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.14+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.11+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.17+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.21+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.22+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.3+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.10+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.6+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.25+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.19+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.5+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.13+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.16+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.2+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.24+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.7+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.4+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.1+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.8+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.15+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.12+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
            application/vnd.simplivity.v1.20+json:
              schema:
                $ref: '#/components/schemas/TaskMO'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      requestBody:
        content:
          application/vnd.simplivity.v1.23+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.9+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.18+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.14+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.11+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.17+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.21+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.22+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.3+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.10+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.6+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.25+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.19+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.5+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.13+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.16+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.2+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.24+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.7+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.4+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.1+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.8+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.15+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.12+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
          application/vnd.simplivity.v1.20+json:
            schema:
              $ref: '#/components/schemas/vm_set_policy_vms'
        description: 'policy_id: The unique identifier (UID) of the policy that you want to associate with the virtual_machine


          virtual_machine_id: The unique identifier (UID) of each virtual_machine that you want to associate with the specified policy'
        required: true
  /virtual_machines/{vmId}:
    get:
      tags:
      - virtual_machines
      summary: Retrieves the specified virtual_machines
      operationId: getVm
      parameters:
      - name: vmId
        in: path
        description: The unique identifier (UID) of the virtual_machine that you want to retrieve
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/vnd.simplivity.v1.23+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.9+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.18+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.14+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.11+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.17+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.21+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.22+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.3+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.10+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.6+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.25+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.19+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.5+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.13+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.16+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.2+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.24+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.7+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.4+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.1+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.8+json:
              schema:
                $ref: '#/components/schemas/virtual_machine'
            application/vnd.simplivity.v1.15+json:
              schema:
                $ref: '#/components/schemas/vir

# --- truncated at 32 KB (118 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/simplivity/refs/heads/main/openapi/simplivity-virtual-machines-api-openapi.yml