Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products

Table of contents

  1. REST API Guide
  2. 1. Introduction
    1. 1.1. Representational State Transfer
    2. 1.2. API Prerequisites
  3. 2. Authentication and Security
    1. 2.1. TLS/SSL Certification
      1. 2.1.1. Obtaining the CA Certificate
      2. 2.1.2. Importing a Certificate to a Client
    2. 2.2. Authentication
      1. 2.2.1. OAuth Authentication
      2. 2.2.2. Basic Authentication
      3. 2.2.3. Authentication Sessions
        1. 2.2.3.1. Requesting an Authenticated Session
  4. 3. Common concepts
    1. 3.1. Types
    2. 3.2. Identified types
    3. 3.3. Objects
    4. 3.4. Collections
    5. 3.5. Representations
      1. 3.5.1. XML representation
      2. 3.5.2. JSON representation
    6. 3.6. Services
    7. 3.7. Searching
      1. 3.7.1. Maximum results parameter
      2. 3.7.2. Case sensitivity
      3. 3.7.3. Search syntax
      4. 3.7.4. Wildcards
      5. 3.7.5. Pagination
    8. 3.8. Following links
    9. 3.9. Permissions
    10. 3.10. Handling errors
  5. 4. Quick Start Examples
    1. 4.1. Access API entry point
    2. 4.2. List data centers
    3. 4.3. List host clusters
    4. 4.4. List logical networks
    5. 4.5. List hosts
    6. 4.6. Create NFS data storage
    7. 4.7. Create NFS ISO storage
    8. 4.8. Attach storage domains to data center
    9. 4.9. Create virtual machine
    10. 4.10. Create a virtual machine NIC
    11. 4.11. Create virtual machine disk
    12. 4.12. Attach ISO image to virtual machine
    13. 4.13. Start the virtual machine
  6. 5. Requests
  7. 6. Services
    1. 6.1. AffinityGroup
      1. 6.1.1. get GET
        1. 6.1.1.1. follow
      2. 6.1.2. remove DELETE
      3. 6.1.3. update PUT
    2. 6.2. AffinityGroupVm
      1. 6.2.1. remove DELETE
    3. 6.3. AffinityGroupVms
      1. 6.3.1. add POST
      2. 6.3.2. list GET
        1. 6.3.2.1. follow
        2. 6.3.2.2. max
    4. 6.4. AffinityGroups
      1. 6.4.1. add POST
      2. 6.4.2. list GET
        1. 6.4.2.1. follow
        2. 6.4.2.2. max
    5. 6.5. AffinityLabel
      1. 6.5.1. get GET
        1. 6.5.1.1. follow
      2. 6.5.2. remove DELETE
      3. 6.5.3. update PUT
    6. 6.6. AffinityLabelHost
      1. 6.6.1. get GET
        1. 6.6.1.1. follow
      2. 6.6.2. remove DELETE
    7. 6.7. AffinityLabelHosts
      1. 6.7.1. add POST
      2. 6.7.2. list GET
        1. 6.7.2.1. follow
    8. 6.8. AffinityLabelVm
      1. 6.8.1. get GET
        1. 6.8.1.1. follow
      2. 6.8.2. remove DELETE
    9. 6.9. AffinityLabelVms
      1. 6.9.1. add POST
      2. 6.9.2. list GET
        1. 6.9.2.1. follow
    10. 6.10. AffinityLabels
      1. 6.10.1. add POST
      2. 6.10.2. list GET
        1. 6.10.2.1. follow
        2. 6.10.2.2. max
    11. 6.11. Area
    12. 6.12. AssignedAffinityLabel
      1. 6.12.1. get GET
        1. 6.12.1.1. follow
      2. 6.12.2. remove DELETE
    13. 6.13. AssignedAffinityLabels
      1. 6.13.1. add POST
      2. 6.13.2. list GET
        1. 6.13.2.1. follow
    14. 6.14. AssignedCpuProfile
      1. 6.14.1. get GET
        1. 6.14.1.1. follow
      2. 6.14.2. remove DELETE
    15. 6.15. AssignedCpuProfiles
      1. 6.15.1. add POST
      2. 6.15.2. list GET
        1. 6.15.2.1. follow
        2. 6.15.2.2. max
    16. 6.16. AssignedDiskProfile
      1. 6.16.1. get GET
        1. 6.16.1.1. follow
      2. 6.16.2. remove DELETE
    17. 6.17. AssignedDiskProfiles
      1. 6.17.1. add POST
      2. 6.17.2. list GET
        1. 6.17.2.1. follow
        2. 6.17.2.2. max
    18. 6.18. AssignedPermissions
      1. 6.18.1. add POST
      2. 6.18.2. list GET
        1. 6.18.2.1. follow
    19. 6.19. AssignedRoles
      1. 6.19.1. list GET
        1. 6.19.1.1. follow
        2. 6.19.1.2. max
    20. 6.20. AssignedTag
      1. 6.20.1. get GET
        1. 6.20.1.1. follow
      2. 6.20.2. remove DELETE
    21. 6.21. AssignedTags
      1. 6.21.1. add POST
      2. 6.21.2. list GET
        1. 6.21.2.1. follow
        2. 6.21.2.2. max
    22. 6.22. AssignedVnicProfile
      1. 6.22.1. get GET
        1. 6.22.1.1. follow
      2. 6.22.2. remove DELETE
    23. 6.23. AssignedVnicProfiles
      1. 6.23.1. add POST
      2. 6.23.2. list GET
        1. 6.23.2.1. follow
        2. 6.23.2.2. max
    24. 6.24. AttachedStorageDomain
      1. 6.24.1. activate POST
      2. 6.24.2. deactivate POST
        1. 6.24.2.1. force
      3. 6.24.3. get GET
        1. 6.24.3.1. follow
      4. 6.24.4. remove DELETE
    25. 6.25. AttachedStorageDomainDisk
      1. 6.25.1. copy POST
      2. 6.25.2. export POST
      3. 6.25.3. get GET
        1. 6.25.3.1. follow
      4. 6.25.4. move POST
      5. 6.25.5. register POST
      6. 6.25.6. remove DELETE
      7. 6.25.7. sparsify POST
      8. 6.25.8. update PUT
    26. 6.26. AttachedStorageDomainDisks
      1. 6.26.1. add POST
        1. 6.26.1.1. unregistered
      2. 6.26.2. list GET
        1. 6.26.2.1. disks
        2. 6.26.2.2. follow
        3. 6.26.2.3. max
    27. 6.27. AttachedStorageDomains
      1. 6.27.1. add POST
      2. 6.27.2. list GET
        1. 6.27.2.1. follow
        2. 6.27.2.2. max
    28. 6.28. Balance
      1. 6.28.1. get GET
        1. 6.28.1.1. follow
      2. 6.28.2. remove DELETE
    29. 6.29. Balances
      1. 6.29.1. add POST
      2. 6.29.2. list GET
        1. 6.29.2.1. follow
        2. 6.29.2.2. max
    30. 6.30. Bookmark
      1. 6.30.1. get GET
        1. 6.30.1.1. follow
      2. 6.30.2. remove DELETE
      3. 6.30.3. update PUT
    31. 6.31. Bookmarks
      1. 6.31.1. add POST
      2. 6.31.2. list GET
        1. 6.31.2.1. follow
        2. 6.31.2.2. max
    32. 6.32. Cluster
      1. 6.32.1. get GET
        1. 6.32.1.1. follow
      2. 6.32.2. remove DELETE
      3. 6.32.3. resetemulatedmachine POST
      4. 6.32.4. syncallnetworks POST
      5. 6.32.5. update PUT
    33. 6.33. ClusterEnabledFeature
      1. 6.33.1. get GET
        1. 6.33.1.1. follow
      2. 6.33.2. remove DELETE
    34. 6.34. ClusterEnabledFeatures
      1. 6.34.1. add POST
      2. 6.34.2. list GET
        1. 6.34.2.1. follow
    35. 6.35. ClusterExternalProviders
      1. 6.35.1. list GET
        1. 6.35.1.1. follow
    36. 6.36. ClusterFeature
      1. 6.36.1. get GET
        1. 6.36.1.1. follow
    37. 6.37. ClusterFeatures
      1. 6.37.1. list GET
        1. 6.37.1.1. follow
    38. 6.38. ClusterLevel
      1. 6.38.1. get GET
        1. 6.38.1.1. follow
    39. 6.39. ClusterLevels
      1. 6.39.1. list GET
        1. 6.39.1.1. follow
    40. 6.40. ClusterNetwork
      1. 6.40.1. get GET
        1. 6.40.1.1. follow
      2. 6.40.2. remove DELETE
      3. 6.40.3. update PUT
    41. 6.41. ClusterNetworks
      1. 6.41.1. add POST
      2. 6.41.2. list GET
        1. 6.41.2.1. follow
        2. 6.41.2.2. max
    42. 6.42. Clusters
      1. 6.42.1. add POST
      2. 6.42.2. list GET
        1. 6.42.2.1. case_sensitive
        2. 6.42.2.2. follow
        3. 6.42.2.3. max
    43. 6.43. Copyable
      1. 6.43.1. copy POST
    44. 6.44. CpuProfile
      1. 6.44.1. get GET
        1. 6.44.1.1. follow
      2. 6.44.2. remove DELETE
      3. 6.44.3. update PUT
    45. 6.45. CpuProfiles
      1. 6.45.1. add POST
      2. 6.45.2. list GET
        1. 6.45.2.1. follow
        2. 6.45.2.2. max
    46. 6.46. DataCenter
      1. 6.46.1. get GET
        1. 6.46.1.1. follow
      2. 6.46.2. remove DELETE
        1. 6.46.2.1. force
      3. 6.46.3. update PUT
    47. 6.47. DataCenterNetwork
      1. 6.47.1. get GET
        1. 6.47.1.1. follow
      2. 6.47.2. remove DELETE
      3. 6.47.3. update PUT
    48. 6.48. DataCenterNetworks
      1. 6.48.1. add POST
      2. 6.48.2. list GET
        1. 6.48.2.1. follow
        2. 6.48.2.2. max
    49. 6.49. DataCenters
      1. 6.49.1. add POST
      2. 6.49.2. list GET
        1. 6.49.2.1. case_sensitive
        2. 6.49.2.2. follow
        3. 6.49.2.3. max
    50. 6.50. Disk
      1. 6.50.1. copy POST
        1. 6.50.1.1. disk_profile
        2. 6.50.1.2. quota
        3. 6.50.1.3. storage_domain
      2. 6.50.2. export POST
      3. 6.50.3. get GET
        1. 6.50.3.1. all_content
        2. 6.50.3.2. follow
      4. 6.50.4. move POST
        1. 6.50.4.1. disk_profile
        2. 6.50.4.2. quota
      5. 6.50.5. reduce POST
      6. 6.50.6. refreshlun POST
      7. 6.50.7. remove DELETE
      8. 6.50.8. sparsify POST
      9. 6.50.9. update PUT
    51. 6.51. DiskAttachment
      1. 6.51.1. get GET
        1. 6.51.1.1. follow
      2. 6.51.2. remove DELETE
        1. 6.51.2.1. detach_only
      3. 6.51.3. update PUT
    52. 6.52. DiskAttachments
      1. 6.52.1. add POST
      2. 6.52.2. list GET
        1. 6.52.2.1. follow
    53. 6.53. DiskProfile
      1. 6.53.1. get GET
        1. 6.53.1.1. follow
      2. 6.53.2. remove DELETE
      3. 6.53.3. update PUT
    54. 6.54. DiskProfiles
      1. 6.54.1. add POST
      2. 6.54.2. list GET
        1. 6.54.2.1. follow
        2. 6.54.2.2. max
    55. 6.55. DiskSnapshot
      1. 6.55.1. get GET
        1. 6.55.1.1. follow
      2. 6.55.2. remove DELETE
    56. 6.56. DiskSnapshots
      1. 6.56.1. list GET
        1. 6.56.1.1. follow
        2. 6.56.1.2. max
    57. 6.57. Disks
      1. 6.57.1. add POST
      2. 6.57.2. list GET
        1. 6.57.2.1. case_sensitive
        2. 6.57.2.2. follow
        3. 6.57.2.3. max
    58. 6.58. Domain
      1. 6.58.1. get GET
        1. 6.58.1.1. follow
    59. 6.59. DomainGroup
      1. 6.59.1. get GET
        1. 6.59.1.1. follow
    60. 6.60. DomainGroups
      1. 6.60.1. list GET
        1. 6.60.1.1. case_sensitive
        2. 6.60.1.2. follow
        3. 6.60.1.3. max
    61. 6.61. DomainUser
      1. 6.61.1. get GET
        1. 6.61.1.1. follow
    62. 6.62. DomainUserGroups
      1. 6.62.1. list GET
        1. 6.62.1.1. follow
    63. 6.63. DomainUsers
      1. 6.63.1. list GET
        1. 6.63.1.1. case_sensitive
        2. 6.63.1.2. follow
        3. 6.63.1.3. max
    64. 6.64. Domains
      1. 6.64.1. list GET
        1. 6.64.1.1. follow
        2. 6.64.1.2. max
    65. 6.65. EngineKatelloErrata
      1. 6.65.1. list GET
        1. 6.65.1.1. follow
        2. 6.65.1.2. max
    66. 6.66. Event
      1. 6.66.1. get GET
        1. 6.66.1.1. follow
      2. 6.66.2. remove DELETE
    67. 6.67. Events
      1. 6.67.1. add POST
      2. 6.67.2. list GET
        1. 6.67.2.1. case_sensitive
        2. 6.67.2.2. follow
        3. 6.67.2.3. from
        4. 6.67.2.4. max
        5. 6.67.2.5. search
      3. 6.67.3. undelete POST
    68. 6.68. ExternalComputeResource
      1. 6.68.1. get GET
        1. 6.68.1.1. follow
    69. 6.69. ExternalComputeResources
      1. 6.69.1. list GET
        1. 6.69.1.1. follow
        2. 6.69.1.2. max
    70. 6.70. ExternalDiscoveredHost
      1. 6.70.1. get GET
        1. 6.70.1.1. follow
    71. 6.71. ExternalDiscoveredHosts
      1. 6.71.1. list GET
        1. 6.71.1.1. follow
        2. 6.71.1.2. max
    72. 6.72. ExternalHost
      1. 6.72.1. get GET
        1. 6.72.1.1. follow
    73. 6.73. ExternalHostGroup
      1. 6.73.1. get GET
        1. 6.73.1.1. follow
    74. 6.74. ExternalHostGroups
      1. 6.74.1. list GET
        1. 6.74.1.1. follow
        2. 6.74.1.2. max
    75. 6.75. ExternalHostProvider
      1. 6.75.1. get GET
        1. 6.75.1.1. follow
      2. 6.75.2. importcertificates POST
      3. 6.75.3. remove DELETE
      4. 6.75.4. testconnectivity POST
      5. 6.75.5. update PUT
    76. 6.76. ExternalHostProviders
      1. 6.76.1. add POST
      2. 6.76.2. list GET
        1. 6.76.2.1. follow
        2. 6.76.2.2. max
    77. 6.77. ExternalHosts
      1. 6.77.1. list GET
        1. 6.77.1.1. follow
        2. 6.77.1.2. max
    78. 6.78. ExternalNetworkProviderConfiguration
      1. 6.78.1. get GET
        1. 6.78.1.1. follow
    79. 6.79. ExternalNetworkProviderConfigurations
      1. 6.79.1. list GET
        1. 6.79.1.1. follow
    80. 6.80. ExternalProvider
      1. 6.80.1. importcertificates POST
      2. 6.80.2. testconnectivity POST
    81. 6.81. ExternalProviderCertificate
      1. 6.81.1. get GET
        1. 6.81.1.1. follow
    82. 6.82. ExternalProviderCertificates
      1. 6.82.1. list GET
        1. 6.82.1.1. follow
        2. 6.82.1.2. max
    83. 6.83. ExternalVmImports
      1. 6.83.1. add POST
    84. 6.84. FenceAgent
      1. 6.84.1. get GET
        1. 6.84.1.1. follow
      2. 6.84.2. remove DELETE
      3. 6.84.3. update PUT
    85. 6.85. FenceAgents
      1. 6.85.1. add POST
      2. 6.85.2. list GET
        1. 6.85.2.1. follow
        2. 6.85.2.2. max
    86. 6.86. File
      1. 6.86.1. get GET
        1. 6.86.1.1. follow
    87. 6.87. Files
      1. 6.87.1. list GET
        1. 6.87.1.1. case_sensitive
        2. 6.87.1.2. follow
        3. 6.87.1.3. max
    88. 6.88. Filter
      1. 6.88.1. get GET
        1. 6.88.1.1. follow
      2. 6.88.2. remove DELETE
    89. 6.89. Filters
      1. 6.89.1. add POST
      2. 6.89.2. list GET
        1. 6.89.2.1. follow
        2. 6.89.2.2. max
    90. 6.90. Follow
    91. 6.91. GlusterBrick
      1. 6.91.1. get GET
        1. 6.91.1.1. follow
      2. 6.91.2. remove DELETE
      3. 6.91.3. replace POST
    92. 6.92. GlusterBricks
      1. 6.92.1. activate POST
      2. 6.92.2. add POST
      3. 6.92.3. list GET
        1. 6.92.3.1. follow
        2. 6.92.3.2. max
      4. 6.92.4. migrate POST
      5. 6.92.5. remove DELETE
      6. 6.92.6. stopmigrate POST
        1. 6.92.6.1. bricks
    93. 6.93. GlusterHook
      1. 6.93.1. disable POST
      2. 6.93.2. enable POST
      3. 6.93.3. get GET
        1. 6.93.3.1. follow
      4. 6.93.4. remove DELETE
      5. 6.93.5. resolve POST
    94. 6.94. GlusterHooks
      1. 6.94.1. list GET
        1. 6.94.1.1. follow
        2. 6.94.1.2. max
    95. 6.95. GlusterVolume
      1. 6.95.1. get GET
        1. 6.95.1.1. follow
      2. 6.95.2. getprofilestatistics POST
      3. 6.95.3. rebalance POST
        1. 6.95.3.1. fix_layout
        2. 6.95.3.2. force
      4. 6.95.4. remove DELETE
      5. 6.95.5. resetalloptions POST
      6. 6.95.6. resetoption POST
      7. 6.95.7. setoption POST
      8. 6.95.8. start POST
        1. 6.95.8.1. force
      9. 6.95.9. startprofile POST
      10. 6.95.10. stop POST
      11. 6.95.11. stopprofile POST
      12. 6.95.12. stoprebalance POST
    96. 6.96. GlusterVolumes
      1. 6.96.1. add POST
      2. 6.96.2. list GET
        1. 6.96.2.1. case_sensitive
        2. 6.96.2.2. follow
        3. 6.96.2.3. max
    97. 6.97. Group
      1. 6.97.1. get GET
        1. 6.97.1.1. follow
      2. 6.97.2. remove DELETE
    98. 6.98. Groups
      1. 6.98.1. add POST
      2. 6.98.2. list GET
        1. 6.98.2.1. case_sensitive
        2. 6.98.2.2. follow
        3. 6.98.2.3. max
    99. 6.99. Host
      1. 6.99.1. activate POST
      2. 6.99.2. approve POST
      3. 6.99.3. commitnetconfig POST
      4. 6.99.4. deactivate POST
        1. 6.99.4.1. stop_gluster_service
      5. 6.99.5. enrollcertificate POST
      6. 6.99.6. fence POST
      7. 6.99.7. forceselectspm POST
      8. 6.99.8. get GET
        1. 6.99.8.1. all_content
        2. 6.99.8.2. follow
      9. 6.99.9. install POST
        1. 6.99.9.1. deploy_hosted_engine
        2. 6.99.9.2. undeploy_hosted_engine
      10. 6.99.10. iscsidiscover POST
        1. 6.99.10.1. iscsi_targets
      11. 6.99.11. iscsilogin POST
      12. 6.99.12. refresh POST
      13. 6.99.13. remove DELETE
      14. 6.99.14. setupnetworks POST
      15. 6.99.15. syncallnetworks POST
      16. 6.99.16. unregisteredstoragedomainsdiscover POST
      17. 6.99.17. update PUT
      18. 6.99.18. upgrade POST
        1. 6.99.18.1. image
        2. 6.99.18.2. reboot
      19. 6.99.19. upgradecheck POST
    100. 6.100. HostDevice
      1. 6.100.1. get GET
        1. 6.100.1.1. follow
    101. 6.101. HostDevices
      1. 6.101.1. list GET
        1. 6.101.1.1. follow
        2. 6.101.1.2. max
    102. 6.102. HostHook
      1. 6.102.1. get GET
        1. 6.102.1.1. follow
    103. 6.103. HostHooks
      1. 6.103.1. list GET
        1. 6.103.1.1. follow
        2. 6.103.1.2. max
    104. 6.104. HostNic
      1. 6.104.1. get GET
        1. 6.104.1.1. follow
      2. 6.104.2. updatevirtualfunctionsconfiguration POST
    105. 6.105. HostNics
      1. 6.105.1. list GET
        1. 6.105.1.1. follow
        2. 6.105.1.2. max
    106. 6.106. HostNumaNode
      1. 6.106.1. get GET
        1. 6.106.1.1. follow
    107. 6.107. HostNumaNodes
      1. 6.107.1. list GET
        1. 6.107.1.1. follow
        2. 6.107.1.2. max
    108. 6.108. HostStorage
      1. 6.108.1. list GET
        1. 6.108.1.1. follow
        2. 6.108.1.2. report_status
    109. 6.109. Hosts
      1. 6.109.1. add POST
        1. 6.109.1.1. deploy_hosted_engine
        2. 6.109.1.2. undeploy_hosted_engine
      2. 6.109.2. list GET
        1. 6.109.2.1. all_content
        2. 6.109.2.2. case_sensitive
        3. 6.109.2.3. follow
        4. 6.109.2.4. max
    110. 6.110. Icon
      1. 6.110.1. get GET
        1. 6.110.1.1. follow
    111. 6.111. Icons
      1. 6.111.1. list GET
        1. 6.111.1.1. follow
        2. 6.111.1.2. max
    112. 6.112. Image
      1. 6.112.1. get GET
        1. 6.112.1.1. follow
      2. 6.112.2. import POST
    113. 6.113. ImageTransfer
      1. 6.113.1. cancel POST
      2. 6.113.2. extend POST
      3. 6.113.3. finalize POST
      4. 6.113.4. get GET
        1. 6.113.4.1. follow
      5. 6.113.5. pause POST
      6. 6.113.6. resume POST
    114. 6.114. ImageTransfers
      1. 6.114.1. add POST
      2. 6.114.2. list GET
        1. 6.114.2.1. follow
    115. 6.115. Images
      1. 6.115.1. list GET
        1. 6.115.1.1. follow
        2. 6.115.1.2. max
    116. 6.116. InstanceType
      1. 6.116.1. get GET
        1. 6.116.1.1. follow
      2. 6.116.2. remove DELETE
      3. 6.116.3. update PUT
    117. 6.117. InstanceTypeGraphicsConsole
      1. 6.117.1. get GET
        1. 6.117.1.1. follow
      2. 6.117.2. remove DELETE
    118. 6.118. InstanceTypeGraphicsConsoles
      1. 6.118.1. add POST
      2. 6.118.2. list GET
        1. 6.118.2.1. follow
        2. 6.118.2.2. max
    119. 6.119. InstanceTypeNic
      1. 6.119.1. get GET
        1. 6.119.1.1. follow
      2. 6.119.2. remove DELETE
      3. 6.119.3. update PUT
    120. 6.120. InstanceTypeNics
      1. 6.120.1. add POST
      2. 6.120.2. list GET
        1. 6.120.2.1. follow
        2. 6.120.2.2. max
    121. 6.121. InstanceTypeWatchdog
      1. 6.121.1. get GET
        1. 6.121.1.1. follow
      2. 6.121.2. remove DELETE
      3. 6.121.3. update PUT
    122. 6.122. InstanceTypeWatchdogs
      1. 6.122.1. add POST
      2. 6.122.2. list GET
        1. 6.122.2.1. follow
        2. 6.122.2.2. max
    123. 6.123. InstanceTypes
      1. 6.123.1. add POST
      2. 6.123.2. list GET
        1. 6.123.2.1. case_sensitive
        2. 6.123.2.2. follow
        3. 6.123.2.3. max
    124. 6.124. IscsiBond
      1. 6.124.1. get GET
        1. 6.124.1.1. follow
      2. 6.124.2. remove DELETE
      3. 6.124.3. update PUT
    125. 6.125. IscsiBonds
      1. 6.125.1. add POST
      2. 6.125.2. list GET
        1. 6.125.2.1. follow
        2. 6.125.2.2. max
    126. 6.126. Job
      1. 6.126.1. clear POST
      2. 6.126.2. end POST
        1. 6.126.2.1. succeeded
      3. 6.126.3. get GET
        1. 6.126.3.1. follow
    127. 6.127. Jobs
      1. 6.127.1. add POST
      2. 6.127.2. list GET
        1. 6.127.2.1. case_sensitive
        2. 6.127.2.2. follow
        3. 6.127.2.3. max
    128. 6.128. KatelloErrata
      1. 6.128.1. list GET
        1. 6.128.1.1. follow
        2. 6.128.1.2. max
    129. 6.129. KatelloErratum
      1. 6.129.1. get GET
        1. 6.129.1.1. follow
    130. 6.130. LinkLayerDiscoveryProtocol
      1. 6.130.1. list GET
        1. 6.130.1.1. elements
        2. 6.130.1.2. follow
    131. 6.131. MacPool
      1. 6.131.1. get GET
        1. 6.131.1.1. follow
      2. 6.131.2. remove DELETE
      3. 6.131.3. update PUT
    132. 6.132. MacPools
      1. 6.132.1. add POST
      2. 6.132.2. list GET
        1. 6.132.2.1. follow
        2. 6.132.2.2. max
    133. 6.133. Measurable
    134. 6.134. Moveable
      1. 6.134.1. move POST
    135. 6.135. Network
      1. 6.135.1. get GET
        1. 6.135.1.1. follow
      2. 6.135.2. remove DELETE
      3. 6.135.3. update PUT
    136. 6.136. NetworkAttachment
      1. 6.136.1. get GET
        1. 6.136.1.1. follow
      2. 6.136.2. remove DELETE
      3. 6.136.3. update PUT
    137. 6.137. NetworkAttachments
      1. 6.137.1. add POST
      2. 6.137.2. list GET
        1. 6.137.2.1. follow
        2. 6.137.2.2. max
    138. 6.138. NetworkFilter
      1. 6.138.1. get GET
        1. 6.138.1.1. follow
    139. 6.139. NetworkFilters
      1. 6.139.1. list GET
        1. 6.139.1.1. follow
    140. 6.140. NetworkLabel
      1. 6.140.1. get GET
        1. 6.140.1.1. follow
      2. 6.140.2. remove DELETE
    141. 6.141. NetworkLabels
      1. 6.141.1. add POST
      2. 6.141.2. list GET
        1. 6.141.2.1. follow
        2. 6.141.2.2. max
    142. 6.142. Networks
      1. 6.142.1. add POST
      2. 6.142.2. list GET
        1. 6.142.2.1. case_sensitive
        2. 6.142.2.2. follow
        3. 6.142.2.3. max
    143. 6.143. NicNetworkFilterParameter
      1. 6.143.1. get GET
        1. 6.143.1.1. follow
      2. 6.143.2. remove DELETE
      3. 6.143.3. update PUT
    144. 6.144. NicNetworkFilterParameters
      1. 6.144.1. add POST
      2. 6.144.2. list GET
        1. 6.144.2.1. follow
    145. 6.145. OpenstackImage
      1. 6.145.1. get GET
        1. 6.145.1.1. follow
      2. 6.145.2. import POST
    146. 6.146. OpenstackImageProvider
      1. 6.146.1. get GET
        1. 6.146.1.1. follow
      2. 6.146.2. importcertificates POST
      3. 6.146.3. remove DELETE
      4. 6.146.4. testconnectivity POST
      5. 6.146.5. update PUT
    147. 6.147. OpenstackImageProviders
      1. 6.147.1. add POST
      2. 6.147.2. list GET
        1. 6.147.2.1. follow
        2. 6.147.2.2. max
    148. 6.148. OpenstackImages
      1. 6.148.1. list GET
        1. 6.148.1.1. follow
        2. 6.148.1.2. max
    149. 6.149. OpenstackNetwork
      1. 6.149.1. get GET
        1. 6.149.1.1. follow
      2. 6.149.2. import POST
        1. 6.149.2.1. data_center
    150. 6.150. OpenstackNetworkProvider
      1. 6.150.1. get GET
        1. 6.150.1.1. follow
      2. 6.150.2. importcertificates POST
      3. 6.150.3. remove DELETE
      4. 6.150.4. testconnectivity POST
      5. 6.150.5. update PUT
    151. 6.151. OpenstackNetworkProviders
      1. 6.151.1. add POST
      2. 6.151.2. list GET
        1. 6.151.2.1. follow
        2. 6.151.2.2. max
    152. 6.152. OpenstackNetworks
      1. 6.152.1. list GET
        1. 6.152.1.1. follow
        2. 6.152.1.2. max
    153. 6.153. OpenstackSubnet
      1. 6.153.1. get GET
        1. 6.153.1.1. follow
      2. 6.153.2. remove DELETE
    154. 6.154. OpenstackSubnets
      1. 6.154.1. add POST
      2. 6.154.2. list GET
        1. 6.154.2.1. follow
        2. 6.154.2.2. max
    155. 6.155. OpenstackVolumeAuthenticationKey
      1. 6.155.1. get GET
        1. 6.155.1.1. follow
      2. 6.155.2. remove DELETE
      3. 6.155.3. update PUT
    156. 6.156. OpenstackVolumeAuthenticationKeys
      1. 6.156.1. add POST
      2. 6.156.2. list GET
        1. 6.156.2.1. follow
        2. 6.156.2.2. max
    157. 6.157. OpenstackVolumeProvider
      1. 6.157.1. get GET
        1. 6.157.1.1. follow
      2. 6.157.2. importcertificates POST
      3. 6.157.3. remove DELETE
        1. 6.157.3.1. force
      4. 6.157.4. testconnectivity POST
      5. 6.157.5. update PUT
    158. 6.158. OpenstackVolumeProviders
      1. 6.158.1. add POST
      2. 6.158.2. list GET
        1. 6.158.2.1. follow
        2. 6.158.2.2. max
    159. 6.159. OpenstackVolumeType
      1. 6.159.1. get GET
        1. 6.159.1.1. follow
    160. 6.160. OpenstackVolumeTypes
      1. 6.160.1. list GET
        1. 6.160.1.1. follow
        2. 6.160.1.2. max
    161. 6.161. OperatingSystem
      1. 6.161.1. get GET
        1. 6.161.1.1. follow
    162. 6.162. OperatingSystems
      1. 6.162.1. list GET
        1. 6.162.1.1. follow
        2. 6.162.1.2. max
    163. 6.163. Permission
      1. 6.163.1. get GET
        1. 6.163.1.1. follow
      2. 6.163.2. remove DELETE
    164. 6.164. Permit
      1. 6.164.1. get GET
        1. 6.164.1.1. follow
      2. 6.164.2. remove DELETE
    165. 6.165. Permits
      1. 6.165.1. add POST
      2. 6.165.2. list GET
        1. 6.165.2.1. follow
        2. 6.165.2.2. max
    166. 6.166. Qos
      1. 6.166.1. get GET
        1. 6.166.1.1. follow
      2. 6.166.2. remove DELETE
      3. 6.166.3. update PUT
    167. 6.167. Qoss
      1. 6.167.1. add POST
      2. 6.167.2. list GET
        1. 6.167.2.1. follow
        2. 6.167.2.2. max
    168. 6.168. Quota
      1. 6.168.1. get GET
        1. 6.168.1.1. follow
      2. 6.168.2. remove DELETE
      3. 6.168.3. update PUT
    169. 6.169. QuotaClusterLimit
      1. 6.169.1. get GET
        1. 6.169.1.1. follow
      2. 6.169.2. remove DELETE
    170. 6.170. QuotaClusterLimits
      1. 6.170.1. add POST
      2. 6.170.2. list GET
        1. 6.170.2.1. follow
        2. 6.170.2.2. max
    171. 6.171. QuotaStorageLimit
      1. 6.171.1. get GET
        1. 6.171.1.1. follow
      2. 6.171.2. remove DELETE
    172. 6.172. QuotaStorageLimits
      1. 6.172.1. add POST
      2. 6.172.2. list GET
        1. 6.172.2.1. follow
        2. 6.172.2.2. max
    173. 6.173. Quotas
      1. 6.173.1. add POST
      2. 6.173.2. list GET
        1. 6.173.2.1. follow
        2. 6.173.2.2. max
    174. 6.174. Role
      1. 6.174.1. get GET
        1. 6.174.1.1. follow
      2. 6.174.2. remove DELETE
      3. 6.174.3. update PUT
    175. 6.175. Roles
      1. 6.175.1. add POST
      2. 6.175.2. list GET
        1. 6.175.2.1. follow
        2. 6.175.2.2. max
    176. 6.176. SchedulingPolicies
      1. 6.176.1. add POST
      2. 6.176.2. list GET
        1. 6.176.2.1. follow
        2. 6.176.2.2. max
    177. 6.177. SchedulingPolicy
      1. 6.177.1. get GET
        1. 6.177.1.1. follow
      2. 6.177.2. remove DELETE
      3. 6.177.3. update PUT
    178. 6.178. SchedulingPolicyUnit
      1. 6.178.1. get GET
        1. 6.178.1.1. follow
      2. 6.178.2. remove DELETE
    179. 6.179. SchedulingPolicyUnits
      1. 6.179.1. list GET
        1. 6.179.1.1. follow
        2. 6.179.1.2. max
    180. 6.180. Snapshot
      1. 6.180.1. get GET
        1. 6.180.1.1. follow
      2. 6.180.2. remove DELETE
        1. 6.180.2.1. all_content
      3. 6.180.3. restore POST
        1. 6.180.3.1. disks
    181. 6.181. SnapshotCdrom
      1. 6.181.1. get GET
        1. 6.181.1.1. follow
    182. 6.182. SnapshotCdroms
      1. 6.182.1. list GET
        1. 6.182.1.1. follow
        2. 6.182.1.2. max
    183. 6.183. SnapshotDisk
      1. 6.183.1. get GET
        1. 6.183.1.1. follow
    184. 6.184. SnapshotDisks
      1. 6.184.1. list GET
        1. 6.184.1.1. follow
        2. 6.184.1.2. max
    185. 6.185. SnapshotNic
      1. 6.185.1. get GET
        1. 6.185.1.1. follow
    186. 6.186. SnapshotNics
      1. 6.186.1. list GET
        1. 6.186.1.1. follow
        2. 6.186.1.2. max
    187. 6.187. Snapshots
      1. 6.187.1. add POST
      2. 6.187.2. list GET
        1. 6.187.2.1. all_content
        2. 6.187.2.2. follow
        3. 6.187.2.3. max
    188. 6.188. SshPublicKey
      1. 6.188.1. get GET
        1. 6.188.1.1. follow
      2. 6.188.2. remove DELETE
      3. 6.188.3. update PUT
    189. 6.189. SshPublicKeys
      1. 6.189.1. add POST
      2. 6.189.2. list GET
        1. 6.189.2.1. follow
        2. 6.189.2.2. max
    190. 6.190. Statistic
      1. 6.190.1. get GET
        1. 6.190.1.1. follow
    191. 6.191. Statistics
      1. 6.191.1. list GET
        1. 6.191.1.1. follow
        2. 6.191.1.2. max
    192. 6.192. Step
      1. 6.192.1. end POST
        1. 6.192.1.1. succeeded
      2. 6.192.2. get GET
        1. 6.192.2.1. follow
    193. 6.193. Steps
      1. 6.193.1. add POST
      2. 6.193.2. list GET
        1. 6.193.2.1. follow
        2. 6.193.2.2. max
    194. 6.194. Storage
      1. 6.194.1. get GET
        1. 6.194.1.1. follow
        2. 6.194.1.2. report_status
    195. 6.195. StorageDomain
      1. 6.195.1. get GET
        1. 6.195.1.1. follow
      2. 6.195.2. isattached POST
      3. 6.195.3. reduceluns POST
      4. 6.195.4. refreshluns POST
      5. 6.195.5. remove DELETE
        1. 6.195.5.1. destroy
        2. 6.195.5.2. host
      6. 6.195.6. update PUT
      7. 6.195.7. updateovfstore POST
    196. 6.196. StorageDomainContentDisk
      1. 6.196.1. get GET
        1. 6.196.1.1. follow
    197. 6.197. StorageDomainContentDisks
      1. 6.197.1. list GET
        1. 6.197.1.1. case_sensitive
        2. 6.197.1.2. follow
        3. 6.197.1.3. max
    198. 6.198. StorageDomainDisk
      1. 6.198.1. copy POST
      2. 6.198.2. export POST
      3. 6.198.3. get GET
        1. 6.198.3.1. follow
      4. 6.198.4. move POST
      5. 6.198.5. reduce POST
      6. 6.198.6. remove DELETE
      7. 6.198.7. sparsify POST
      8. 6.198.8. update PUT
    199. 6.199. StorageDomainDisks
      1. 6.199.1. add POST
        1. 6.199.1.1. unregistered
      2. 6.199.2. list GET
        1. 6.199.2.1. follow
        2. 6.199.2.2. max
        3. 6.199.2.3. unregistered
    200. 6.200. StorageDomainServerConnection
      1. 6.200.1. get GET
        1. 6.200.1.1. follow
      2. 6.200.2. remove DELETE
    201. 6.201. StorageDomainServerConnections
      1. 6.201.1. add POST
      2. 6.201.2. list GET
        1. 6.201.2.1. follow
        2. 6.201.2.2. max
    202. 6.202. StorageDomainTemplate
      1. 6.202.1. get GET
        1. 6.202.1.1. follow
      2. 6.202.2. import POST
        1. 6.202.2.1. clone
      3. 6.202.3. register POST
        1. 6.202.3.1. allow_partial_import
        2. 6.202.3.2. registration_configuration
        3. 6.202.3.3. vnic_profile_mappings
      4. 6.202.4. remove DELETE
    203. 6.203. StorageDomainTemplates
      1. 6.203.1. list GET
        1. 6.203.1.1. follow
        2. 6.203.1.2. max
        3. 6.203.1.3. unregistered
    204. 6.204. StorageDomainVm
      1. 6.204.1. get GET
        1. 6.204.1.1. follow
      2. 6.204.2. import POST
        1. 6.204.2.1. clone
        2. 6.204.2.2. collapse_snapshots
      3. 6.204.3. register POST
        1. 6.204.3.1. allow_partial_import
        2. 6.204.3.2. reassign_bad_macs
        3. 6.204.3.3. registration_configuration
        4. 6.204.3.4. vnic_profile_mappings
      4. 6.204.4. remove DELETE
    205. 6.205. StorageDomainVmDiskAttachment
      1. 6.205.1. get GET
        1. 6.205.1.1. follow
    206. 6.206. StorageDomainVmDiskAttachments
      1. 6.206.1. list GET
        1. 6.206.1.1. follow
    207. 6.207. StorageDomainVms
      1. 6.207.1. list GET
        1. 6.207.1.1. follow
        2. 6.207.1.2. max
        3. 6.207.1.3. unregistered
    208. 6.208. StorageDomains
      1. 6.208.1. add POST
      2. 6.208.2. list GET
        1. 6.208.2.1. case_sensitive
        2. 6.208.2.2. follow
        3. 6.208.2.3. max
    209. 6.209. StorageServerConnection
      1. 6.209.1. get GET
        1. 6.209.1.1. follow
      2. 6.209.2. remove DELETE
        1. 6.209.2.1. host
      3. 6.209.3. update PUT
        1. 6.209.3.1. force
    210. 6.210. StorageServerConnectionExtension
      1. 6.210.1. get GET
        1. 6.210.1.1. follow
      2. 6.210.2. remove DELETE
      3. 6.210.3. update PUT
    211. 6.211. StorageServerConnectionExtensions
      1. 6.211.1. add POST
      2. 6.211.2. list GET
        1. 6.211.2.1. follow
        2. 6.211.2.2. max
    212. 6.212. StorageServerConnections
      1. 6.212.1. add POST
      2. 6.212.2. list GET
        1. 6.212.2.1. follow
        2. 6.212.2.2. max
    213. 6.213. System
      1. 6.213.1. get GET
        1. 6.213.1.1. follow
      2. 6.213.2. reloadconfigurations POST
    214. 6.214. SystemOption
      1. 6.214.1. get GET
        1. 6.214.1.1. version
    215. 6.215. SystemOptions
    216. 6.216. SystemPermissions
      1. 6.216.1. add POST
      2. 6.216.2. list GET
        1. 6.216.2.1. follow
    217. 6.217. Tag
      1. 6.217.1. get GET
        1. 6.217.1.1. follow
      2. 6.217.2. remove DELETE
      3. 6.217.3. update PUT
    218. 6.218. Tags
      1. 6.218.1. add POST
      2. 6.218.2. list GET
        1. 6.218.2.1. follow
        2. 6.218.2.2. max
    219. 6.219. Template
      1. 6.219.1. export POST
        1. 6.219.1.1. exclusive
      2. 6.219.2. get GET
        1. 6.219.2.1. follow
      3. 6.219.3. remove DELETE
      4. 6.219.4. update PUT
    220. 6.220. TemplateCdrom
      1. 6.220.1. get GET
        1. 6.220.1.1. cdrom
        2. 6.220.1.2. follow
    221. 6.221. TemplateCdroms
      1. 6.221.1. list GET
        1. 6.221.1.1. follow
        2. 6.221.1.2. max
    222. 6.222. TemplateDisk
      1. 6.222.1. copy POST
      2. 6.222.2. export POST
      3. 6.222.3. get GET
        1. 6.222.3.1. follow
      4. 6.222.4. remove DELETE
    223. 6.223. TemplateDiskAttachment
      1. 6.223.1. get GET
        1. 6.223.1.1. follow
      2. 6.223.2. remove DELETE
    224. 6.224. TemplateDiskAttachments
      1. 6.224.1. list GET
        1. 6.224.1.1. follow
    225. 6.225. TemplateDisks
      1. 6.225.1. list GET
        1. 6.225.1.1. follow
        2. 6.225.1.2. max
    226. 6.226. TemplateGraphicsConsole
      1. 6.226.1. get GET
        1. 6.226.1.1. follow
      2. 6.226.2. remove DELETE
    227. 6.227. TemplateGraphicsConsoles
      1. 6.227.1. add POST
      2. 6.227.2. list GET
        1. 6.227.2.1. follow
        2. 6.227.2.2. max
    228. 6.228. TemplateNic
      1. 6.228.1. get GET
        1. 6.228.1.1. follow
      2. 6.228.2. remove DELETE
      3. 6.228.3. update PUT
    229. 6.229. TemplateNics
      1. 6.229.1. add POST
      2. 6.229.2. list GET
        1. 6.229.2.1. follow
        2. 6.229.2.2. max
    230. 6.230. TemplateWatchdog
      1. 6.230.1. get GET
        1. 6.230.1.1. follow
      2. 6.230.2. remove DELETE
      3. 6.230.3. update PUT
    231. 6.231. TemplateWatchdogs
      1. 6.231.1. add POST
      2. 6.231.2. list GET
        1. 6.231.2.1. follow
        2. 6.231.2.2. max
    232. 6.232. Templates
      1. 6.232.1. add POST
        1. 6.232.1.1. clone_permissions
        2. 6.232.1.2. seal
      2. 6.232.2. list GET
        1. 6.232.2.1. case_sensitive
        2. 6.232.2.2. follow
        3. 6.232.2.3. max
    233. 6.233. UnmanagedNetwork
      1. 6.233.1. get GET
        1. 6.233.1.1. follow
      2. 6.233.2. remove DELETE
    234. 6.234. UnmanagedNetworks
      1. 6.234.1. list GET
        1. 6.234.1.1. follow
        2. 6.234.1.2. max
    235. 6.235. User
      1. 6.235.1. get GET
        1. 6.235.1.1. follow
      2. 6.235.2. remove DELETE
    236. 6.236. Users
      1. 6.236.1. add POST
      2. 6.236.2. list GET
        1. 6.236.2.1. case_sensitive
        2. 6.236.2.2. follow
        3. 6.236.2.3. max
    237. 6.237. VirtualFunctionAllowedNetwork
      1. 6.237.1. get GET
        1. 6.237.1.1. follow
      2. 6.237.2. remove DELETE
    238. 6.238. VirtualFunctionAllowedNetworks
      1. 6.238.1. add POST
      2. 6.238.2. list GET
        1. 6.238.2.1. follow
        2. 6.238.2.2. max
    239. 6.239. Vm
      1. 6.239.1. cancelmigration POST
      2. 6.239.2. clone POST
      3. 6.239.3. commitsnapshot POST
      4. 6.239.4. detach POST
      5. 6.239.5. export POST
      6. 6.239.6. freezefilesystems POST
      7. 6.239.7. get GET
        1. 6.239.7.1. all_content
        2. 6.239.7.2. follow
        3. 6.239.7.3. next_run
      8. 6.239.8. logon POST
      9. 6.239.9. maintenance POST
      10. 6.239.10. migrate POST
        1. 6.239.10.1. cluster
        2. 6.239.10.2. force
        3. 6.239.10.3. host
      11. 6.239.11. previewsnapshot POST
        1. 6.239.11.1. disks
        2. 6.239.11.2. lease
      12. 6.239.12. reboot POST
      13. 6.239.13. remove DELETE
        1. 6.239.13.1. force
      14. 6.239.14. reordermacaddresses POST
      15. 6.239.15. shutdown POST
      16. 6.239.16. start POST
        1. 6.239.16.1. pause
        2. 6.239.16.2. use_cloud_init
        3. 6.239.16.3. use_sysprep
        4. 6.239.16.4. vm
        5. 6.239.16.5. volatile
      17. 6.239.17. stop POST
      18. 6.239.18. suspend POST
      19. 6.239.19. thawfilesystems POST
      20. 6.239.20. ticket POST
      21. 6.239.21. undosnapshot POST
      22. 6.239.22. update PUT
        1. 6.239.22.1. next_run
    240. 6.240. VmApplication
      1. 6.240.1. get GET
        1. 6.240.1.1. application
        2. 6.240.1.2. follow
    241. 6.241. VmApplications
      1. 6.241.1. list GET
        1. 6.241.1.1. applications
        2. 6.241.1.2. follow
        3. 6.241.1.3. max
    242. 6.242. VmCdrom
      1. 6.242.1. get GET
        1. 6.242.1.1. current
        2. 6.242.1.2. follow
      2. 6.242.2. update PUT
        1. 6.242.2.1. current
    243. 6.243. VmCdroms
      1. 6.243.1. add POST
      2. 6.243.2. list GET
        1. 6.243.2.1. follow
        2. 6.243.2.2. max
    244. 6.244. VmDisk
      1. 6.244.1. activate POST
      2. 6.244.2. deactivate POST
      3. 6.244.3. export POST
      4. 6.244.4. get GET
        1. 6.244.4.1. follow
      5. 6.244.5. move POST
      6. 6.244.6. reduce POST
      7. 6.244.7. remove DELETE
      8. 6.244.8. update PUT
    245. 6.245. VmDisks
      1. 6.245.1. add POST
      2. 6.245.2. list GET
        1. 6.245.2.1. follow
        2. 6.245.2.2. max
    246. 6.246. VmGraphicsConsole
      1. 6.246.1. get GET
        1. 6.246.1.1. current
        2. 6.246.1.2. follow
      2. 6.246.2. proxyticket POST
      3. 6.246.3. remoteviewerconnectionfile POST
        1. 6.246.3.1. remote_viewer_connection_file
      4. 6.246.4. remove DELETE
      5. 6.246.5. ticket POST
    247. 6.247. VmGraphicsConsoles
      1. 6.247.1. add POST
      2. 6.247.2. list GET
        1. 6.247.2.1. current
        2. 6.247.2.2. follow
        3. 6.247.2.3. max
    248. 6.248. VmHostDevice
      1. 6.248.1. get GET
        1. 6.248.1.1. follow
      2. 6.248.2. remove DELETE
    249. 6.249. VmHostDevices
      1. 6.249.1. add POST
      2. 6.249.2. list GET
        1. 6.249.2.1. follow
        2. 6.249.2.2. max
    250. 6.250. VmNic
      1. 6.250.1. activate POST
      2. 6.250.2. deactivate POST
      3. 6.250.3. get GET
        1. 6.250.3.1. follow
      4. 6.250.4. remove DELETE
      5. 6.250.5. update PUT
    251. 6.251. VmNics
      1. 6.251.1. add POST
      2. 6.251.2. list GET
        1. 6.251.2.1. follow
        2. 6.251.2.2. max
    252. 6.252. VmNumaNode
      1. 6.252.1. get GET
        1. 6.252.1.1. follow
      2. 6.252.2. remove DELETE
      3. 6.252.3. update PUT
    253. 6.253. VmNumaNodes
      1. 6.253.1. add POST
      2. 6.253.2. list GET
        1. 6.253.2.1. follow
        2. 6.253.2.2. max
    254. 6.254. VmPool
      1. 6.254.1. allocatevm POST
      2. 6.254.2. get GET
        1. 6.254.2.1. follow
      3. 6.254.3. remove DELETE
      4. 6.254.4. update PUT
    255. 6.255. VmPools
      1. 6.255.1. add POST
      2. 6.255.2. list GET
        1. 6.255.2.1. case_sensitive
        2. 6.255.2.2. follow
        3. 6.255.2.3. max
    256. 6.256. VmReportedDevice
      1. 6.256.1. get GET
        1. 6.256.1.1. follow
    257. 6.257. VmReportedDevices
      1. 6.257.1. list GET
        1. 6.257.1.1. follow
        2. 6.257.1.2. max
    258. 6.258. VmSession
      1. 6.258.1. get GET
        1. 6.258.1.1. follow
    259. 6.259. VmSessions
      1. 6.259.1. list GET
        1. 6.259.1.1. follow
        2. 6.259.1.2. max
    260. 6.260. VmWatchdog
      1. 6.260.1. get GET
        1. 6.260.1.1. follow
        2. 6.260.1.2. watchdog
      2. 6.260.2. remove DELETE
      3. 6.260.3. update PUT
        1. 6.260.3.1. watchdog
    261. 6.261. VmWatchdogs
      1. 6.261.1. add POST
        1. 6.261.1.1. watchdog
      2. 6.261.2. list GET
        1. 6.261.2.1. follow
        2. 6.261.2.2. max
        3. 6.261.2.3. watchdogs
    262. 6.262. Vms
      1. 6.262.1. add POST
        1. 6.262.1.1. clone
        2. 6.262.1.2. clone_permissions
      2. 6.262.2. list GET
        1. 6.262.2.1. all_content
        2. 6.262.2.2. case_sensitive
        3. 6.262.2.3. follow
    263. 6.263. VnicProfile
      1. 6.263.1. get GET
        1. 6.263.1.1. follow
      2. 6.263.2. remove DELETE
      3. 6.263.3. update PUT
    264. 6.264. VnicProfiles
      1. 6.264.1. add POST
      2. 6.264.2. list GET
        1. 6.264.2.1. follow
        2. 6.264.2.2. max
    265. 6.265. Weight
      1. 6.265.1. get GET
        1. 6.265.1.1. follow
      2. 6.265.2. remove DELETE
    266. 6.266. Weights
      1. 6.266.1. add POST
      2. 6.266.2. list GET
        1. 6.266.2.1. follow
        2. 6.266.2.2. max
  8. 7. Types
    1. 7.1. AccessProtocol enum
    2. 7.2. Action struct
    3. 7.3. AffinityGroup struct
      1. 7.3.1. enforcing
      2. 7.3.2. positive
    4. 7.4. AffinityLabel struct
      1. 7.4.1. read_only
    5. 7.5. AffinityRule struct
      1. 7.5.1. enabled
      2. 7.5.2. enforcing
      3. 7.5.3. positive
    6. 7.6. Agent struct
      1. 7.6.1. host
    7. 7.7. AgentConfiguration struct
    8. 7.8. Api struct
      1. 7.8.1. authenticated_user
      2. 7.8.2. effective_user
    9. 7.9. ApiSummary struct
    10. 7.10. ApiSummaryItem struct
    11. 7.11. Application struct
    12. 7.12. Architecture enum
      1. 7.12.1. s390x
    13. 7.13. AuthorizedKey struct
    14. 7.14. AutoNumaStatus enum
    15. 7.15. Balance struct
    16. 7.16. Bios struct
    17. 7.17. BlockStatistic struct
    18. 7.18. Bonding struct
      1. 7.18.1. ad_partner_mac
      2. 7.18.2. options
      3. 7.18.3. slaves
      4. 7.18.4. active_slave
    19. 7.19. Bookmark struct
    20. 7.20. Boot struct
      1. 7.20.1. devices
    21. 7.21. BootDevice enum
      1. 7.21.1. cdrom
      2. 7.21.2. network
    22. 7.22. BootMenu struct
    23. 7.23. BootProtocol enum
      1. 7.23.1. autoconf
      2. 7.23.2. dhcp
      3. 7.23.3. poly_dhcp_autoconf
    24. 7.24. BrickProfileDetail struct
    25. 7.25. Cdrom struct
      1. 7.25.1. vms
    26. 7.26. Certificate struct
    27. 7.27. CloudInit struct
    28. 7.28. Cluster struct
      1. 7.28.1. custom_scheduling_policy_properties
      2. 7.28.2. fencing_policy
      3. 7.28.3. firewall_type
      4. 7.28.4. gluster_tuned_profile
      5. 7.28.5. required_rng_sources
      6. 7.28.6. version
      7. 7.28.7. external_network_providers
      8. 7.28.8. scheduling_policy
    29. 7.29. ClusterFeature struct
    30. 7.30. ClusterLevel struct
    31. 7.31. Configuration struct
      1. 7.31.1. data
    32. 7.32. ConfigurationType enum
      1. 7.32.1. ova
      2. 7.32.2. ovf
    33. 7.33. Console struct
    34. 7.34. Core struct
    35. 7.35. Cpu struct
    36. 7.36. CpuMode enum
    37. 7.37. CpuProfile struct
    38. 7.38. CpuTopology struct
    39. 7.39. CpuTune struct
    40. 7.40. CpuType struct
    41. 7.41. CreationStatus enum
    42. 7.42. CustomProperty struct
    43. 7.43. DataCenter struct
      1. 7.43.1. version
    44. 7.44. DataCenterStatus enum
    45. 7.45. Device struct
      1. 7.45.1. vms
    46. 7.46. Disk struct
      1. 7.46.1. active
      2. 7.46.2. actual_size
      3. 7.46.3. bootable
      4. 7.46.4. initial_size
      5. 7.46.5. interface
      6. 7.46.6. provisioned_size
      7. 7.46.7. qcow_version
      8. 7.46.8. read_only
      9. 7.46.9. shareable
      10. 7.46.10. total_size
      11. 7.46.11. wipe_after_delete
      12. 7.46.12. statistics
      13. 7.46.13. storage_domains
      14. 7.46.14. vms
    47. 7.47. DiskAttachment struct
      1. 7.47.1. active
      2. 7.47.2. logical_name
      3. 7.47.3. read_only
      4. 7.47.4. uses_scsi_reservation
    48. 7.48. DiskContentType enum
    49. 7.49. DiskFormat enum
    50. 7.50. DiskInterface enum
      1. 7.50.1. ide
      2. 7.50.2. virtio
      3. 7.50.3. virtio_scsi
    51. 7.51. DiskProfile struct
    52. 7.52. DiskSnapshot struct
      1. 7.52.1. active
      2. 7.52.2. actual_size
      3. 7.52.3. bootable
      4. 7.52.4. initial_size
      5. 7.52.5. interface
      6. 7.52.6. provisioned_size
      7. 7.52.7. qcow_version
      8. 7.52.8. read_only
      9. 7.52.9. shareable
      10. 7.52.10. total_size
      11. 7.52.11. wipe_after_delete
      12. 7.52.12. statistics
      13. 7.52.13. storage_domains
      14. 7.52.14. vms
    53. 7.53. DiskStatus enum
      1. 7.53.1. locked
    54. 7.54. DiskStorageType enum
    55. 7.55. DiskType enum
    56. 7.56. Display struct
      1. 7.56.1. allow_override
      2. 7.56.2. certificate
      3. 7.56.3. copy_paste_enabled
      4. 7.56.4. disconnect_action
      5. 7.56.5. file_transfer_enabled
      6. 7.56.6. keyboard_layout
      7. 7.56.7. monitors
      8. 7.56.8. proxy
      9. 7.56.9. secure_port
      10. 7.56.10. single_qxl_pci
      11. 7.56.11. smartcard_enabled
    57. 7.57. DisplayType enum
      1. 7.57.1. spice
      2. 7.57.2. vnc
    58. 7.58. Dns struct
    59. 7.59. DnsResolverConfiguration struct
      1. 7.59.1. name_servers
    60. 7.60. Domain struct
      1. 7.60.1. users
    61. 7.61. EntityExternalStatus enum
      1. 7.61.1. error
      2. 7.61.2. failure
    62. 7.62. EntityProfileDetail struct
    63. 7.63. ErrorHandling struct
    64. 7.64. Event struct
      1. 7.64.1. correlation_id
      2. 7.64.2. flood_rate
      3. 7.64.3. index
      4. 7.64.4. cluster
      5. 7.64.5. data_center
      6. 7.64.6. host
      7. 7.64.7. storage_domain
      8. 7.64.8. template
      9. 7.64.9. user
      10. 7.64.10. vm
    65. 7.65. ExternalComputeResource struct
    66. 7.66. ExternalDiscoveredHost struct
    67. 7.67. ExternalHost struct
    68. 7.68. ExternalHostGroup struct
    69. 7.69. ExternalHostProvider struct
      1. 7.69.1. requires_authentication
      2. 7.69.2. compute_resources
      3. 7.69.3. discovered_hosts
      4. 7.69.4. host_groups
    70. 7.70. ExternalNetworkProviderConfiguration struct
    71. 7.71. ExternalProvider struct
      1. 7.71.1. requires_authentication
    72. 7.72. ExternalStatus enum
      1. 7.72.1. error
      2. 7.72.2. failure
      3. 7.72.3. info
      4. 7.72.4. ok
      5. 7.72.5. warning
    73. 7.73. ExternalSystemType enum
    74. 7.74. ExternalVmImport struct
      1. 7.74.1. url
      2. 7.74.2. cpu_profile
      3. 7.74.3. drivers_iso
      4. 7.74.4. host
      5. 7.74.5. quota
      6. 7.74.6. vm
    75. 7.75. ExternalVmProviderType enum
    76. 7.76. Fault struct
    77. 7.77. FenceType enum
    78. 7.78. FencingPolicy struct
      1. 7.78.1. skip_if_connectivity_broken
      2. 7.78.2. skip_if_gluster_bricks_up
      3. 7.78.3. skip_if_gluster_quorum_not_met
      4. 7.78.4. skip_if_sd_active
    79. 7.79. File struct
    80. 7.80. Filter struct
    81. 7.81. FirewallType enum
      1. 7.81.1. firewalld
      2. 7.81.2. iptables
    82. 7.82. Floppy struct
      1. 7.82.1. vms
    83. 7.83. FopStatistic struct
    84. 7.84. GlusterBrick struct
      1. 7.84.1. vms
    85. 7.85. GlusterBrickAdvancedDetails struct
      1. 7.85.1. vms
    86. 7.86. GlusterBrickMemoryInfo struct
    87. 7.87. GlusterBrickStatus enum
    88. 7.88. GlusterClient struct
    89. 7.89. GlusterHook struct
    90. 7.90. GlusterHookStatus enum
    91. 7.91. GlusterMemoryPool struct
    92. 7.92. GlusterServerHook struct
    93. 7.93. GlusterState enum
    94. 7.94. GlusterVolume struct
    95. 7.95. GlusterVolumeProfileDetails struct
    96. 7.96. GlusterVolumeStatus enum
    97. 7.97. GlusterVolumeType enum
      1. 7.97.1. disperse
      2. 7.97.2. distribute
      3. 7.97.3. distributed_disperse
      4. 7.97.4. distributed_replicate
      5. 7.97.5. distributed_stripe
      6. 7.97.6. distributed_striped_replicate
      7. 7.97.7. replicate
      8. 7.97.8. stripe
      9. 7.97.9. striped_replicate
    98. 7.98. GracePeriod struct
    99. 7.99. GraphicsConsole struct
    100. 7.100. GraphicsType enum
      1. 7.100.1. spice
      2. 7.100.2. vnc
    101. 7.101. Group struct
      1. 7.101.1. roles
    102. 7.102. GuestOperatingSystem struct
    103. 7.103. HardwareInformation struct
    104. 7.104. HighAvailability struct
      1. 7.104.1. priority
    105. 7.105. Hook struct
    106. 7.106. HookContentType enum
    107. 7.107. HookStage enum
    108. 7.108. HookStatus enum
    109. 7.109. Host struct
      1. 7.109.1. external_status
      2. 7.109.2. hosted_engine
      3. 7.109.3. kdump_status
      4. 7.109.4. ksm
      5. 7.109.5. libvirt_version
      6. 7.109.6. override_iptables
      7. 7.109.7. protocol
      8. 7.109.8. se_linux
      9. 7.109.9. spm
      10. 7.109.10. status_detail
      11. 7.109.11. transparent_huge_pages
      12. 7.109.12. version
      13. 7.109.13. external_network_provider_configurations
      14. 7.109.14. katello_errata
      15. 7.109.15. statistics
    110. 7.110. HostDevice struct
      1. 7.110.1. driver
    111. 7.111. HostDevicePassthrough struct
    112. 7.112. HostNic struct
      1. 7.112.1. ad_aggregator_id
      2. 7.112.2. bridged
      3. 7.112.3. statistics
      4. 7.112.4. network
    113. 7.113. HostNicVirtualFunctionsConfiguration struct
      1. 7.113.1. max_number_of_virtual_functions
      2. 7.113.2. number_of_virtual_functions
    114. 7.114. HostProtocol enum
    115. 7.115. HostStatus enum
      1. 7.115.1. error
      2. 7.115.2. initializing
      3. 7.115.3. install_failed
      4. 7.115.4. installing_os
      5. 7.115.5. maintenance
      6. 7.115.6. non_operational
      7. 7.115.7. non_responsive
      8. 7.115.8. pending_approval
      9. 7.115.9. preparing_for_maintenance
    116. 7.116. HostStorage struct
      1. 7.116.1. nfs_retrans
      2. 7.116.2. nfs_timeo
    117. 7.117. HostType enum
      1. 7.117.1. ovirt_node
    118. 7.118. HostedEngine struct
    119. 7.119. Icon struct
      1. 7.119.1. media_type
    120. 7.120. Identified struct
    121. 7.121. Image struct
    122. 7.122. ImageFileType enum
      1. 7.122.1. iso
    123. 7.123. ImageTransfer struct
      1. 7.123.1. direction
      2. 7.123.2. inactivity_timeout
      3. 7.123.3. phase
      4. 7.123.4. proxy_url
      5. 7.123.5. transfer_url
      6. 7.123.6. host
      7. 7.123.7. image
    124. 7.124. ImageTransferDirection enum
    125. 7.125. ImageTransferPhase enum
      1. 7.125.1. cancelled
      2. 7.125.2. finalizing_success
      3. 7.125.3. finished_failure
      4. 7.125.4. finished_success
      5. 7.125.5. initializing
      6. 7.125.6. paused_system
      7. 7.125.7. resuming
      8. 7.125.8. unknown
    126. 7.126. InheritableBoolean enum
    127. 7.127. Initialization struct
      1. 7.127.1. cloud_init
    128. 7.128. InstanceType struct
      1. 7.128.1. cpu
      2. 7.128.2. custom_compatibility_version
      3. 7.128.3. high_availability
      4. 7.128.4. initialization
      5. 7.128.5. large_icon
      6. 7.128.6. lease
      7. 7.128.7. memory
      8. 7.128.8. migration_downtime
      9. 7.128.9. origin
      10. 7.128.10. placement_policy
      11. 7.128.11. small_icon
      12. 7.128.12. sso
    129. 7.129. Io struct
    130. 7.130. Ip struct
      1. 7.130.1. address
      2. 7.130.2. netmask
      3. 7.130.3. version
    131. 7.131. IpAddressAssignment struct
    132. 7.132. IpVersion enum
    133. 7.133. IscsiBond struct
    134. 7.134. IscsiDetails struct
    135. 7.135. Job struct
      1. 7.135.1. external
    136. 7.136. JobStatus enum
      1. 7.136.1. aborted
      2. 7.136.2. finished
      3. 7.136.3. started
      4. 7.136.4. unknown
    137. 7.137. KatelloErratum struct
      1. 7.137.1. severity
      2. 7.137.2. type
    138. 7.138. KdumpStatus enum
    139. 7.139. Kernel struct
    140. 7.140. Ksm struct
    141. 7.141. LinkLayerDiscoveryProtocolElement struct
      1. 7.141.1. oui
      2. 7.141.2. subtype
    142. 7.142. LogSeverity enum
      1. 7.142.1. alert
      2. 7.142.2. error
      3. 7.142.3. normal
      4. 7.142.4. warning
    143. 7.143. LogicalUnit struct
      1. 7.143.1. discard_max_size
      2. 7.143.2. discard_zeroes_data
    144. 7.144. LunStatus enum
    145. 7.145. Mac struct
    146. 7.146. MacPool struct
      1. 7.146.1. allow_duplicates
      2. 7.146.2. default_pool
      3. 7.146.3. ranges
    147. 7.147. MemoryOverCommit struct
    148. 7.148. MemoryPolicy struct
      1. 7.148.1. guaranteed
      2. 7.148.2. max
    149. 7.149. MessageBrokerType enum
    150. 7.150. Method struct
    151. 7.151. MigrateOnError enum
    152. 7.152. MigrationBandwidth struct
      1. 7.152.1. custom_value
    153. 7.153. MigrationBandwidthAssignmentMethod enum
      1. 7.153.1. auto
    154. 7.154. MigrationOptions struct
    155. 7.155. MigrationPolicy struct
    156. 7.156. Network struct
      1. 7.156.1. required
      2. 7.156.2. status
      3. 7.156.3. usages
      4. 7.156.4. cluster
      5. 7.156.5. external_provider
      6. 7.156.6. external_provider_physical_network
    157. 7.157. NetworkAttachment struct
      1. 7.157.1. dns_resolver_configuration
      2. 7.157.2. properties
    158. 7.158. NetworkConfiguration struct
    159. 7.159. NetworkFilter struct
      1. 7.159.1. version
    160. 7.160. NetworkFilterParameter struct
    161. 7.161. NetworkLabel struct
    162. 7.162. NetworkPluginType enum
      1. 7.162.1. open_vswitch
    163. 7.163. NetworkStatus enum
    164. 7.164. NetworkUsage enum
      1. 7.164.1. default_route
      2. 7.164.2. management
    165. 7.165. NfsProfileDetail struct
    166. 7.166. NfsVersion enum
      1. 7.166.1. v4_2
    167. 7.167. Nic struct
      1. 7.167.1. network
      2. 7.167.2. vms
    168. 7.168. NicConfiguration struct
    169. 7.169. NicInterface enum
    170. 7.170. NicStatus enum
    171. 7.171. NumaNode struct
      1. 7.171.1. statistics
    172. 7.172. NumaNodePin struct
      1. 7.172.1. host_numa_node
      2. 7.172.2. pinned
    173. 7.173. NumaTuneMode enum
    174. 7.174. OpenStackImage struct
    175. 7.175. OpenStackImageProvider struct
      1. 7.175.1. requires_authentication
      2. 7.175.2. tenant_name
    176. 7.176. OpenStackNetwork struct
    177. 7.177. OpenStackNetworkProvider struct
      1. 7.177.1. auto_sync
      2. 7.177.2. external_plugin_type
      3. 7.177.3. plugin_type
      4. 7.177.4. read_only
      5. 7.177.5. requires_authentication
      6. 7.177.6. tenant_name
      7. 7.177.7. unmanaged
    178. 7.178. OpenStackNetworkProviderType enum
      1. 7.178.1. external
      2. 7.178.2. neutron
    179. 7.179. OpenStackProvider struct
      1. 7.179.1. requires_authentication
      2. 7.179.2. tenant_name
    180. 7.180. OpenStackSubnet struct
      1. 7.180.1. ip_version
    181. 7.181. OpenStackVolumeProvider struct
      1. 7.181.1. requires_authentication
      2. 7.181.2. tenant_name
    182. 7.182. OpenStackVolumeType struct
    183. 7.183. OpenstackVolumeAuthenticationKey struct
    184. 7.184. OpenstackVolumeAuthenticationKeyUsageType enum
    185. 7.185. OperatingSystem struct
      1. 7.185.1. boot
      2. 7.185.2. cmdline
      3. 7.185.3. custom_kernel_cmdline
      4. 7.185.4. initrd
      5. 7.185.5. kernel
      6. 7.185.6. reported_kernel_cmdline
      7. 7.185.7. type
    186. 7.186. OperatingSystemInfo struct
      1. 7.186.1. large_icon
      2. 7.186.2. small_icon
    187. 7.187. Option struct
    188. 7.188. OsType enum
    189. 7.189. Package struct
    190. 7.190. Payload struct
    191. 7.191. PayloadEncoding enum
    192. 7.192. Permission struct
    193. 7.193. Permit struct
    194. 7.194. PmProxy struct
    195. 7.195. PmProxyType enum
    196. 7.196. PolicyUnitType enum
    197. 7.197. PortMirroring struct
    198. 7.198. PowerManagement struct
      1. 7.198.1. agents
      2. 7.198.2. automatic_pm_enabled
      3. 7.198.3. kdump_detection
      4. 7.198.4. type
    199. 7.199. PowerManagementStatus enum
    200. 7.200. Product struct
    201. 7.201. ProductInfo struct
      1. 7.201.1. vendor
    202. 7.202. ProfileDetail struct
    203. 7.203. Property struct
    204. 7.204. ProxyTicket struct
    205. 7.205. QcowVersion enum
      1. 7.205.1. qcow2_v3
    206. 7.206. Qos struct
      1. 7.206.1. cpu_limit
      2. 7.206.2. inbound_average
      3. 7.206.3. inbound_burst
      4. 7.206.4. inbound_peak
      5. 7.206.5. max_iops
      6. 7.206.6. max_read_iops
      7. 7.206.7. max_read_throughput
      8. 7.206.8. max_throughput
      9. 7.206.9. max_write_iops
      10. 7.206.10. max_write_throughput
      11. 7.206.11. outbound_average
      12. 7.206.12. outbound_average_linkshare
      13. 7.206.13. outbound_average_realtime
      14. 7.206.14. outbound_average_upperlimit
      15. 7.206.15. outbound_burst
      16. 7.206.16. outbound_peak
    207. 7.207. QosType enum
    208. 7.208. Quota struct
    209. 7.209. QuotaClusterLimit struct
    210. 7.210. QuotaModeType enum
    211. 7.211. QuotaStorageLimit struct
    212. 7.212. Range struct
    213. 7.213. Rate struct
    214. 7.214. RegistrationAffinityGroupMapping struct
      1. 7.214.1. from
    215. 7.215. RegistrationAffinityLabelMapping struct
      1. 7.215.1. from
    216. 7.216. RegistrationClusterMapping struct
      1. 7.216.1. from
      2. 7.216.2. to
    217. 7.217. RegistrationConfiguration struct
    218. 7.218. RegistrationDomainMapping struct
      1. 7.218.1. from
    219. 7.219. RegistrationLunMapping struct
      1. 7.219.1. from
    220. 7.220. RegistrationRoleMapping struct
      1. 7.220.1. from
    221. 7.221. RegistrationVnicProfileMapping struct
      1. 7.221.1. from
      2. 7.221.2. to
    222. 7.222. ReportedConfiguration struct
    223. 7.223. ReportedDevice struct
    224. 7.224. ReportedDeviceType enum
    225. 7.225. ResolutionType enum
    226. 7.226. RngDevice struct
    227. 7.227. RngSource enum
      1. 7.227.1. urandom
    228. 7.228. Role struct
      1. 7.228.1. mutable
    229. 7.229. RoleType enum
    230. 7.230. SchedulingPolicy struct
    231. 7.231. SchedulingPolicyUnit struct
    232. 7.232. ScsiGenericIO enum
    233. 7.233. SeLinux struct
    234. 7.234. SeLinuxMode enum
    235. 7.235. SerialNumber struct
    236. 7.236. SerialNumberPolicy enum
    237. 7.237. Session struct
      1. 7.237.1. console_user
      2. 7.237.2. ip
      3. 7.237.3. protocol
      4. 7.237.4. user
    238. 7.238. SkipIfConnectivityBroken struct
      1. 7.238.1. enabled
      2. 7.238.2. threshold
    239. 7.239. SkipIfSdActive struct
      1. 7.239.1. enabled
    240. 7.240. Snapshot struct
      1. 7.240.1. cpu
      2. 7.240.2. custom_compatibility_version
      3. 7.240.3. high_availability
      4. 7.240.4. initialization
      5. 7.240.5. large_icon
      6. 7.240.6. lease
      7. 7.240.7. memory
      8. 7.240.8. migration_downtime
      9. 7.240.9. next_run_configuration_exists
      10. 7.240.10. origin
      11. 7.240.11. persist_memorystate
      12. 7.240.12. placement_policy
      13. 7.240.13. small_icon
      14. 7.240.14. sso
      15. 7.240.15. stop_reason
      16. 7.240.16. affinity_labels
      17. 7.240.17. katello_errata
      18. 7.240.18. original_template
      19. 7.240.19. statistics
    241. 7.241. SnapshotStatus enum
      1. 7.241.1. locked
    242. 7.242. SnapshotType enum
      1. 7.242.1. preview
      2. 7.242.2. stateless
    243. 7.243. SpecialObjects struct
    244. 7.244. Spm struct
    245. 7.245. SpmStatus enum
    246. 7.246. Ssh struct
    247. 7.247. SshAuthenticationMethod enum
    248. 7.248. SshPublicKey struct
    249. 7.249. Sso struct
    250. 7.250. SsoMethod enum
    251. 7.251. Statistic struct
    252. 7.252. StatisticKind enum
    253. 7.253. StatisticUnit enum
    254. 7.254. Step struct
      1. 7.254.1. external
    255. 7.255. StepEnum enum
      1. 7.255.1. executing
      2. 7.255.2. finalizing
      3. 7.255.3. rebalancing_volume
      4. 7.255.4. removing_bricks
      5. 7.255.5. unknown
      6. 7.255.6. validating
    256. 7.256. StepStatus enum
      1. 7.256.1. aborted
      2. 7.256.2. finished
      3. 7.256.3. started
      4. 7.256.4. unknown
    257. 7.257. StorageConnection struct
    258. 7.258. StorageConnectionExtension struct
    259. 7.259. StorageDomain struct
      1. 7.259.1. backup
      2. 7.259.2. discard_after_delete
      3. 7.259.3. supports_discard
      4. 7.259.4. supports_discard_zeroes_data
      5. 7.259.5. wipe_after_delete
      6. 7.259.6. data_center
    260. 7.260. StorageDomainLease struct
    261. 7.261. StorageDomainStatus enum
    262. 7.262. StorageDomainType enum
      1. 7.262.1. data
      2. 7.262.2. export
      3. 7.262.3. image
      4. 7.262.4. iso
      5. 7.262.5. volume
    263. 7.263. StorageFormat enum
      1. 7.263.1. v1
      2. 7.263.2. v2
      3. 7.263.3. v3
    264. 7.264. StorageType enum
      1. 7.264.1. cinder
      2. 7.264.2. glance
      3. 7.264.3. glusterfs
    265. 7.265. SwitchType enum
    266. 7.266. SystemOption struct
    267. 7.267. SystemOptionValue struct
    268. 7.268. Tag struct
    269. 7.269. Template struct
      1. 7.269.1. cpu
      2. 7.269.2. custom_compatibility_version
      3. 7.269.3. high_availability
      4. 7.269.4. initialization
      5. 7.269.5. large_icon
      6. 7.269.6. lease
      7. 7.269.7. memory
      8. 7.269.8. migration_downtime
      9. 7.269.9. origin
      10. 7.269.10. placement_policy
      11. 7.269.11. small_icon
      12. 7.269.12. sso
    270. 7.270. TemplateStatus enum
    271. 7.271. TemplateVersion struct
      1. 7.271.1. version_number
    272. 7.272. Ticket struct
    273. 7.273. TimeZone struct
      1. 7.273.1. utc_offset
    274. 7.274. TransparentHugePages struct
    275. 7.275. TransportType enum
    276. 7.276. UnmanagedNetwork struct
    277. 7.277. Usb struct
    278. 7.278. UsbType enum
      1. 7.278.1. legacy
      2. 7.278.2. native
    279. 7.279. User struct
      1. 7.279.1. namespace
      2. 7.279.2. principal
      3. 7.279.3. user_name
    280. 7.280. Value struct
    281. 7.281. ValueType enum
    282. 7.282. VcpuPin struct
    283. 7.283. Vendor struct
    284. 7.284. Version struct
    285. 7.285. VirtioScsi struct
    286. 7.286. VirtualNumaNode struct
      1. 7.286.1. statistics
    287. 7.287. Vlan struct
    288. 7.288. Vm struct
      1. 7.288.1. cpu
      2. 7.288.2. custom_compatibility_version
      3. 7.288.3. high_availability
      4. 7.288.4. initialization
      5. 7.288.5. large_icon
      6. 7.288.6. lease
      7. 7.288.7. memory
      8. 7.288.8. migration_downtime
      9. 7.288.9. next_run_configuration_exists
      10. 7.288.10. origin
      11. 7.288.11. placement_policy
      12. 7.288.12. small_icon
      13. 7.288.13. sso
      14. 7.288.14. stop_reason
      15. 7.288.15. affinity_labels
      16. 7.288.16. katello_errata
      17. 7.288.17. original_template
      18. 7.288.18. statistics
    289. 7.289. VmAffinity enum
    290. 7.290. VmBase struct
      1. 7.290.1. cpu
      2. 7.290.2. custom_compatibility_version
      3. 7.290.3. high_availability
      4. 7.290.4. initialization
      5. 7.290.5. large_icon
      6. 7.290.6. lease
      7. 7.290.7. memory
      8. 7.290.8. migration_downtime
      9. 7.290.9. origin
      10. 7.290.10. placement_policy
      11. 7.290.11. small_icon
      12. 7.290.12. sso
    291. 7.291. VmDeviceType enum
    292. 7.292. VmPlacementPolicy struct
    293. 7.293. VmPool struct
      1. 7.293.1. auto_storage_select
      2. 7.293.2. prestarted_vms
      3. 7.293.3. stateful
      4. 7.293.4. instance_type
      5. 7.293.5. vm
    294. 7.294. VmPoolType enum
      1. 7.294.1. automatic
      2. 7.294.2. manual
    295. 7.295. VmStatus enum
      1. 7.295.1. paused
      2. 7.295.2. powering_up
      3. 7.295.3. restoring_state
      4. 7.295.4. saving_state
      5. 7.295.5. suspended
      6. 7.295.6. unknown
      7. 7.295.7. up
      8. 7.295.8. wait_for_launch
    296. 7.296. VmStorageErrorResumeBehaviour enum
      1. 7.296.1. auto_resume
      2. 7.296.2. kill
      3. 7.296.3. leave_paused
    297. 7.297. VmSummary struct
    298. 7.298. VmType enum
      1. 7.298.1. desktop
      2. 7.298.2. high_performance
      3. 7.298.3. server
    299. 7.299. VnicPassThrough struct
    300. 7.300. VnicPassThroughMode enum
    301. 7.301. VnicProfile struct
      1. 7.301.1. migratable
      2. 7.301.2. pass_through
      3. 7.301.3. port_mirroring
      4. 7.301.4. network_filter
      5. 7.301.5. qos
    302. 7.302. VnicProfileMapping struct
      1. 7.302.1. source_network_name
      2. 7.302.2. source_network_profile_name
      3. 7.302.3. target_vnic_profile
    303. 7.303. VolumeGroup struct
    304. 7.304. Watchdog struct
      1. 7.304.1. model
      2. 7.304.2. vms
    305. 7.305. WatchdogAction enum
      1. 7.305.1. none
    306. 7.306. WatchdogModel enum
      1. 7.306.1. diag288
      2. 7.306.2. i6300esb
    307. 7.307. Weight struct
  9. A. Primitive types
    1. A.1. String primitive
    2. A.2. Boolean primitive
    3. A.3. Integer primitive
    4. A.4. Decimal primitive
    5. A.5. Date primitive
  10. B. Changes in version 4 of the API
    1. B.1. Removed YAML support
    2. B.2. Renamed complex types
    3. B.3. Replaced the Status type with enum types
    4. B.4. Remove the NIC network and port_mirroring properties
    5. B.5. Remove the NIC active property
    6. B.6. Remove the disk type property
    7. B.7. Remove the disk size property
    8. B.8. Removed support for pinning a VM to a single host
    9. B.9. Removed the capabilities.permits element
    10. B.10. Removed the storage_manager element
    11. B.11. Removed the data center storage_type element
    12. B.12. Remove the timezone element
    13. B.13. Removed the guest_info element
    14. B.14. Replaced CPU id attribute with type element
    15. B.15. Use elements instead of attributes in CPU topology
    16. B.16. Use elements instead of attributes in VCPU pin
    17. B.17. Use elements instead of attributes in VCPU pin
    18. B.18. Use elements instead of attributes in memory overcommit
    19. B.19. Use elements instead of attributes in console
    20. B.20. Use elements instead of attributes in VIRTIO SCSI
    21. B.21. Use element instead of attribute for power management agent type
    22. B.22. Use elements instead of attributes in power management agent options
    23. B.23. U