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 Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • 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 Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products

Table of contents

  1. REST API Guide
  2. 1. Introduction
    1. 1.1. Representational State Transfer
      1. 1.1.1. 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. AffinityGroupHost
      1. 6.2.1. remove DELETE
    3. 6.3. AffinityGroupHostLabel
      1. 6.3.1. remove DELETE
    4. 6.4. AffinityGroupHostLabels
      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. AffinityGroupHosts
      1. 6.5.1. add POST
      2. 6.5.2. list GET
        1. 6.5.2.1. follow
        2. 6.5.2.2. max
    6. 6.6. AffinityGroupVm
      1. 6.6.1. remove DELETE
    7. 6.7. AffinityGroupVmLabel
      1. 6.7.1. remove DELETE
    8. 6.8. AffinityGroupVmLabels
      1. 6.8.1. add POST
      2. 6.8.2. list GET
        1. 6.8.2.1. follow
        2. 6.8.2.2. max
    9. 6.9. AffinityGroupVms
      1. 6.9.1. add POST
      2. 6.9.2. list GET
        1. 6.9.2.1. follow
        2. 6.9.2.2. max
    10. 6.10. AffinityGroups
      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. AffinityLabel
      1. 6.11.1. get GET
        1. 6.11.1.1. follow
      2. 6.11.2. remove DELETE
      3. 6.11.3. update PUT
    12. 6.12. AffinityLabelHost
      1. 6.12.1. get GET
        1. 6.12.1.1. follow
      2. 6.12.2. remove DELETE
    13. 6.13. AffinityLabelHosts
      1. 6.13.1. add POST
      2. 6.13.2. list GET
        1. 6.13.2.1. follow
    14. 6.14. AffinityLabelVm
      1. 6.14.1. get GET
        1. 6.14.1.1. follow
      2. 6.14.2. remove DELETE
    15. 6.15. AffinityLabelVms
      1. 6.15.1. add POST
      2. 6.15.2. list GET
        1. 6.15.2.1. follow
    16. 6.16. AffinityLabels
      1. 6.16.1. add POST
      2. 6.16.2. list GET
        1. 6.16.2.1. follow
        2. 6.16.2.2. max
    17. 6.17. Area
    18. 6.18. AssignedAffinityLabel
      1. 6.18.1. get GET
        1. 6.18.1.1. follow
      2. 6.18.2. remove DELETE
    19. 6.19. AssignedAffinityLabels
      1. 6.19.1. add POST
      2. 6.19.2. list GET
        1. 6.19.2.1. follow
    20. 6.20. AssignedCpuProfile
      1. 6.20.1. get GET
        1. 6.20.1.1. follow
      2. 6.20.2. remove DELETE
    21. 6.21. AssignedCpuProfiles
      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. AssignedDiskProfile
      1. 6.22.1. get GET
        1. 6.22.1.1. follow
      2. 6.22.2. remove DELETE
    23. 6.23. AssignedDiskProfiles
      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. AssignedPermissions
      1. 6.24.1. add POST
      2. 6.24.2. list GET
        1. 6.24.2.1. follow
    25. 6.25. AssignedRoles
      1. 6.25.1. list GET
        1. 6.25.1.1. follow
        2. 6.25.1.2. max
    26. 6.26. AssignedTag
      1. 6.26.1. get GET
        1. 6.26.1.1. follow
      2. 6.26.2. remove DELETE
    27. 6.27. AssignedTags
      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. AssignedVnicProfile
      1. 6.28.1. get GET
        1. 6.28.1.1. follow
      2. 6.28.2. remove DELETE
    29. 6.29. AssignedVnicProfiles
      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. AttachedStorageDomain
      1. 6.30.1. activate POST
      2. 6.30.2. deactivate POST
        1. 6.30.2.1. force
      3. 6.30.3. get GET
        1. 6.30.3.1. follow
      4. 6.30.4. remove DELETE
    31. 6.31. AttachedStorageDomainDisk
      1. 6.31.1. copy POST
      2. 6.31.2. export POST
      3. 6.31.3. get GET
        1. 6.31.3.1. follow
      4. 6.31.4. move POST
      5. 6.31.5. register POST
      6. 6.31.6. remove DELETE
      7. 6.31.7. sparsify POST
      8. 6.31.8. update PUT
    32. 6.32. AttachedStorageDomainDisks
      1. 6.32.1. add POST
        1. 6.32.1.1. unregistered
      2. 6.32.2. list GET
        1. 6.32.2.1. disks
        2. 6.32.2.2. follow
        3. 6.32.2.3. max
    33. 6.33. AttachedStorageDomains
      1. 6.33.1. add POST
      2. 6.33.2. list GET
        1. 6.33.2.1. follow
        2. 6.33.2.2. max
    34. 6.34. Balance
      1. 6.34.1. get GET
        1. 6.34.1.1. follow
      2. 6.34.2. remove DELETE
    35. 6.35. Balances
      1. 6.35.1. add POST
      2. 6.35.2. list GET
        1. 6.35.2.1. follow
        2. 6.35.2.2. max
    36. 6.36. Bookmark
      1. 6.36.1. get GET
        1. 6.36.1.1. follow
      2. 6.36.2. remove DELETE
      3. 6.36.3. update PUT
    37. 6.37. Bookmarks
      1. 6.37.1. add POST
      2. 6.37.2. list GET
        1. 6.37.2.1. follow
        2. 6.37.2.2. max
    38. 6.38. Cluster
      1. 6.38.1. get GET
        1. 6.38.1.1. follow
      2. 6.38.2. refreshglusterhealstatus POST
      3. 6.38.3. remove DELETE
      4. 6.38.4. resetemulatedmachine POST
      5. 6.38.5. syncallnetworks POST
      6. 6.38.6. update PUT
      7. 6.38.7. upgrade POST
        1. 6.38.7.1. correlation_id
    39. 6.39. ClusterEnabledFeature
      1. 6.39.1. get GET
        1. 6.39.1.1. follow
      2. 6.39.2. remove DELETE
    40. 6.40. ClusterEnabledFeatures
      1. 6.40.1. add POST
      2. 6.40.2. list GET
        1. 6.40.2.1. follow
    41. 6.41. ClusterExternalProviders
      1. 6.41.1. list GET
        1. 6.41.1.1. follow
    42. 6.42. ClusterFeature
      1. 6.42.1. get GET
        1. 6.42.1.1. follow
    43. 6.43. ClusterFeatures
      1. 6.43.1. list GET
        1. 6.43.1.1. follow
    44. 6.44. ClusterLevel
      1. 6.44.1. get GET
        1. 6.44.1.1. follow
    45. 6.45. ClusterLevels
      1. 6.45.1. list GET
        1. 6.45.1.1. follow
    46. 6.46. ClusterNetwork
      1. 6.46.1. get GET
        1. 6.46.1.1. follow
      2. 6.46.2. remove DELETE
      3. 6.46.3. update PUT
    47. 6.47. ClusterNetworks
      1. 6.47.1. add POST
      2. 6.47.2. list GET
        1. 6.47.2.1. follow
        2. 6.47.2.2. max
    48. 6.48. Clusters
      1. 6.48.1. add POST
      2. 6.48.2. list GET
        1. 6.48.2.1. case_sensitive
        2. 6.48.2.2. follow
        3. 6.48.2.3. max
    49. 6.49. Copyable
      1. 6.49.1. copy POST
    50. 6.50. CpuProfile
      1. 6.50.1. get GET
        1. 6.50.1.1. follow
      2. 6.50.2. remove DELETE
      3. 6.50.3. update PUT
    51. 6.51. CpuProfiles
      1. 6.51.1. add POST
      2. 6.51.2. list GET
        1. 6.51.2.1. follow
        2. 6.51.2.2. max
    52. 6.52. DataCenter
      1. 6.52.1. cleanfinishedtasks POST
      2. 6.52.2. get GET
        1. 6.52.2.1. follow
      3. 6.52.3. remove DELETE
        1. 6.52.3.1. force
      4. 6.52.4. setmaster POST
      5. 6.52.5. update PUT
    53. 6.53. DataCenterNetwork
      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. DataCenterNetworks
      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. DataCenters
      1. 6.55.1. add POST
      2. 6.55.2. list GET
        1. 6.55.2.1. case_sensitive
        2. 6.55.2.2. follow
        3. 6.55.2.3. max
    56. 6.56. Disk
      1. 6.56.1. convert POST
        1. 6.56.1.1. follow
      2. 6.56.2. copy POST
        1. 6.56.2.1. disk_profile
        2. 6.56.2.2. quota
        3. 6.56.2.3. storage_domain
      3. 6.56.3. export POST
      4. 6.56.4. get GET
        1. 6.56.4.1. all_content
        2. 6.56.4.2. follow
      5. 6.56.5. move POST
        1. 6.56.5.1. disk_profile
        2. 6.56.5.2. quota
      6. 6.56.6. reduce POST
      7. 6.56.7. refreshlun POST
      8. 6.56.8. remove DELETE
      9. 6.56.9. sparsify POST
      10. 6.56.10. update PUT
    57. 6.57. DiskAttachment
      1. 6.57.1. get GET
        1. 6.57.1.1. follow
      2. 6.57.2. remove DELETE
        1. 6.57.2.1. detach_only
      3. 6.57.3. update PUT
    58. 6.58. DiskAttachments
      1. 6.58.1. add POST
      2. 6.58.2. list GET
        1. 6.58.2.1. follow
    59. 6.59. DiskProfile
      1. 6.59.1. get GET
        1. 6.59.1.1. follow
      2. 6.59.2. remove DELETE
      3. 6.59.3. update PUT
    60. 6.60. DiskProfiles
      1. 6.60.1. add POST
      2. 6.60.2. list GET
        1. 6.60.2.1. follow
        2. 6.60.2.2. max
    61. 6.61. DiskSnapshot
      1. 6.61.1. get GET
        1. 6.61.1.1. follow
      2. 6.61.2. remove DELETE
    62. 6.62. DiskSnapshots
      1. 6.62.1. list GET
        1. 6.62.1.1. follow
        2. 6.62.1.2. include_active
        3. 6.62.1.3. include_template
        4. 6.62.1.4. max
    63. 6.63. Disks
      1. 6.63.1. add POST
      2. 6.63.2. list GET
        1. 6.63.2.1. case_sensitive
        2. 6.63.2.2. follow
        3. 6.63.2.3. max
    64. 6.64. Domain
      1. 6.64.1. get GET
        1. 6.64.1.1. follow
    65. 6.65. DomainGroup
      1. 6.65.1. get GET
        1. 6.65.1.1. follow
    66. 6.66. DomainGroups
      1. 6.66.1. list GET
        1. 6.66.1.1. case_sensitive
        2. 6.66.1.2. follow
        3. 6.66.1.3. max
    67. 6.67. DomainUser
      1. 6.67.1. get GET
        1. 6.67.1.1. follow
    68. 6.68. DomainUserGroups
      1. 6.68.1. list GET
        1. 6.68.1.1. follow
    69. 6.69. DomainUsers
      1. 6.69.1. list GET
        1. 6.69.1.1. case_sensitive
        2. 6.69.1.2. follow
        3. 6.69.1.3. max
    70. 6.70. Domains
      1. 6.70.1. list GET
        1. 6.70.1.1. follow
        2. 6.70.1.2. max
    71. 6.71. EngineKatelloErrata
      1. 6.71.1. list GET
        1. 6.71.1.1. follow
        2. 6.71.1.2. max
    72. 6.72. Event
      1. 6.72.1. get GET
        1. 6.72.1.1. follow
      2. 6.72.2. remove DELETE
    73. 6.73. EventSubscription
      1. 6.73.1. get GET
      2. 6.73.2. remove DELETE
    74. 6.74. EventSubscriptions
      1. 6.74.1. add POST
      2. 6.74.2. list GET
        1. 6.74.2.1. follow
        2. 6.74.2.2. max
    75. 6.75. Events
      1. 6.75.1. add POST
      2. 6.75.2. list GET
        1. 6.75.2.1. case_sensitive
        2. 6.75.2.2. follow
        3. 6.75.2.3. from
        4. 6.75.2.4. max
        5. 6.75.2.5. search
      3. 6.75.3. undelete POST
    76. 6.76. ExternalComputeResource
      1. 6.76.1. get GET
        1. 6.76.1.1. follow
    77. 6.77. ExternalComputeResources
      1. 6.77.1. list GET
        1. 6.77.1.1. follow
        2. 6.77.1.2. max
    78. 6.78. ExternalDiscoveredHost
      1. 6.78.1. get GET
        1. 6.78.1.1. follow
    79. 6.79. ExternalDiscoveredHosts
      1. 6.79.1. list GET
        1. 6.79.1.1. follow
        2. 6.79.1.2. max
    80. 6.80. ExternalHost
      1. 6.80.1. get GET
        1. 6.80.1.1. follow
    81. 6.81. ExternalHostGroup
      1. 6.81.1. get GET
        1. 6.81.1.1. follow
    82. 6.82. ExternalHostGroups
      1. 6.82.1. list GET
        1. 6.82.1.1. follow
        2. 6.82.1.2. max
    83. 6.83. ExternalHostProvider
      1. 6.83.1. get GET
        1. 6.83.1.1. follow
      2. 6.83.2. importcertificates POST
      3. 6.83.3. remove DELETE
      4. 6.83.4. testconnectivity POST
      5. 6.83.5. update PUT
    84. 6.84. ExternalHostProviders
      1. 6.84.1. add POST
      2. 6.84.2. list GET
        1. 6.84.2.1. follow
        2. 6.84.2.2. max
    85. 6.85. ExternalHosts
      1. 6.85.1. list GET
        1. 6.85.1.1. follow
        2. 6.85.1.2. max
    86. 6.86. ExternalNetworkProviderConfiguration
      1. 6.86.1. get GET
        1. 6.86.1.1. follow
    87. 6.87. ExternalNetworkProviderConfigurations
      1. 6.87.1. list GET
        1. 6.87.1.1. follow
    88. 6.88. ExternalProvider
      1. 6.88.1. importcertificates POST
      2. 6.88.2. testconnectivity POST
    89. 6.89. ExternalProviderCertificate
      1. 6.89.1. get GET
        1. 6.89.1.1. follow
    90. 6.90. ExternalProviderCertificates
      1. 6.90.1. list GET
        1. 6.90.1.1. follow
        2. 6.90.1.2. max
    91. 6.91. ExternalTemplateImports
      1. 6.91.1. add POST
    92. 6.92. ExternalVmImports
      1. 6.92.1. add POST
    93. 6.93. FenceAgent
      1. 6.93.1. get GET
        1. 6.93.1.1. follow
      2. 6.93.2. remove DELETE
      3. 6.93.3. update PUT
    94. 6.94. FenceAgents
      1. 6.94.1. add POST
      2. 6.94.2. list GET
        1. 6.94.2.1. follow
        2. 6.94.2.2. max
    95. 6.95. File
      1. 6.95.1. get GET
        1. 6.95.1.1. follow
    96. 6.96. Files
      1. 6.96.1. list GET
        1. 6.96.1.1. case_sensitive
        2. 6.96.1.2. follow
        3. 6.96.1.3. max
    97. 6.97. Filter
      1. 6.97.1. get GET
        1. 6.97.1.1. follow
      2. 6.97.2. remove DELETE
    98. 6.98. Filters
      1. 6.98.1. add POST
      2. 6.98.2. list GET
        1. 6.98.2.1. follow
        2. 6.98.2.2. max
    99. 6.99. Follow
    100. 6.100. GlusterBrick
      1. 6.100.1. get GET
        1. 6.100.1.1. follow
      2. 6.100.2. remove DELETE
      3. 6.100.3. replace POST
    101. 6.101. GlusterBricks
      1. 6.101.1. activate POST
      2. 6.101.2. add POST
      3. 6.101.3. list GET
        1. 6.101.3.1. follow
        2. 6.101.3.2. max
      4. 6.101.4. migrate POST
      5. 6.101.5. remove DELETE
      6. 6.101.6. stopmigrate POST
        1. 6.101.6.1. bricks
    102. 6.102. GlusterHook
      1. 6.102.1. disable POST
      2. 6.102.2. enable POST
      3. 6.102.3. get GET
        1. 6.102.3.1. follow
      4. 6.102.4. remove DELETE
      5. 6.102.5. resolve POST
    103. 6.103. GlusterHooks
      1. 6.103.1. list GET
        1. 6.103.1.1. follow
        2. 6.103.1.2. max
    104. 6.104. GlusterVolume
      1. 6.104.1. get GET
        1. 6.104.1.1. follow
      2. 6.104.2. getprofilestatistics POST
      3. 6.104.3. rebalance POST
        1. 6.104.3.1. fix_layout
        2. 6.104.3.2. force
      4. 6.104.4. remove DELETE
      5. 6.104.5. resetalloptions POST
      6. 6.104.6. resetoption POST
      7. 6.104.7. setoption POST
      8. 6.104.8. start POST
        1. 6.104.8.1. force
      9. 6.104.9. startprofile POST
      10. 6.104.10. stop POST
      11. 6.104.11. stopprofile POST
      12. 6.104.12. stoprebalance POST
    105. 6.105. GlusterVolumes
      1. 6.105.1. add POST
      2. 6.105.2. list GET
        1. 6.105.2.1. case_sensitive
        2. 6.105.2.2. follow
        3. 6.105.2.3. max
    106. 6.106. Group
      1. 6.106.1. get GET
        1. 6.106.1.1. follow
      2. 6.106.2. remove DELETE
    107. 6.107. Groups
      1. 6.107.1. add POST
      2. 6.107.2. list GET
        1. 6.107.2.1. case_sensitive
        2. 6.107.2.2. follow
        3. 6.107.2.3. max
    108. 6.108. Host
      1. 6.108.1. activate POST
      2. 6.108.2. approve POST
        1. 6.108.2.1. activate
        2. 6.108.2.2. reboot
      3. 6.108.3. commitnetconfig POST
      4. 6.108.4. copyhostnetworks POST
      5. 6.108.5. deactivate POST
        1. 6.108.5.1. stop_gluster_service
      6. 6.108.6. discoveriscsi POST
      7. 6.108.7. enrollcertificate POST
      8. 6.108.8. fence POST
      9. 6.108.9. forceselectspm POST
      10. 6.108.10. get GET
        1. 6.108.10.1. all_content
        2. 6.108.10.2. follow
      11. 6.108.11. install POST
        1. 6.108.11.1. activate
        2. 6.108.11.2. deploy_hosted_engine
        3. 6.108.11.3. reboot
        4. 6.108.11.4. undeploy_hosted_engine
      12. 6.108.12. iscsidiscover POST
        1. 6.108.12.1. iscsi_targets
      13. 6.108.13. iscsilogin POST
      14. 6.108.14. refresh POST
      15. 6.108.15. remove DELETE
      16. 6.108.16. setupnetworks POST
        1. 6.108.16.1. commit_on_success
      17. 6.108.17. syncallnetworks POST
      18. 6.108.18. unregisteredstoragedomainsdiscover POST
      19. 6.108.19. update PUT
      20. 6.108.20. upgrade POST
        1. 6.108.20.1. reboot
        2. 6.108.20.2. timeout
      21. 6.108.21. upgradecheck POST
    109. 6.109. HostCpuUnits
      1. 6.109.1. list GET
        1. 6.109.1.1. follow
    110. 6.110. HostDevice
      1. 6.110.1. get GET
        1. 6.110.1.1. follow
    111. 6.111. HostDevices
      1. 6.111.1. list GET
        1. 6.111.1.1. follow
        2. 6.111.1.2. max
    112. 6.112. HostHook
      1. 6.112.1. get GET
        1. 6.112.1.1. follow
    113. 6.113. HostHooks
      1. 6.113.1. list GET
        1. 6.113.1.1. follow
        2. 6.113.1.2. max
    114. 6.114. HostNic
      1. 6.114.1. get GET
        1. 6.114.1.1. all_content
        2. 6.114.1.2. follow
      2. 6.114.2. updatevirtualfunctionsconfiguration POST
    115. 6.115. HostNics
      1. 6.115.1. list GET
        1. 6.115.1.1. all_content
        2. 6.115.1.2. follow
        3. 6.115.1.3. max
    116. 6.116. HostNumaNode
      1. 6.116.1. get GET
        1. 6.116.1.1. follow
    117. 6.117. HostNumaNodes
      1. 6.117.1. list GET
        1. 6.117.1.1. follow
        2. 6.117.1.2. max
    118. 6.118. HostStorage
      1. 6.118.1. list GET
        1. 6.118.1.1. follow
        2. 6.118.1.2. report_status
    119. 6.119. Hosts
      1. 6.119.1. add POST
        1. 6.119.1.1. activate
        2. 6.119.1.2. deploy_hosted_engine
        3. 6.119.1.3. reboot
        4. 6.119.1.4. undeploy_hosted_engine
      2. 6.119.2. list GET
        1. 6.119.2.1. all_content
        2. 6.119.2.2. case_sensitive
        3. 6.119.2.3. check_vms_in_affinity_closure
        4. 6.119.2.4. follow
        5. 6.119.2.5. max
        6. 6.119.2.6. migration_target_of
    120. 6.120. Icon
      1. 6.120.1. get GET
        1. 6.120.1.1. follow
    121. 6.121. Icons
      1. 6.121.1. list GET
        1. 6.121.1.1. follow
        2. 6.121.1.2. max
    122. 6.122. Image
      1. 6.122.1. get GET
        1. 6.122.1.1. follow
      2. 6.122.2. import POST
    123. 6.123. ImageTransfer
      1. 6.123.1. cancel POST
      2. 6.123.2. extend POST
      3. 6.123.3. finalize POST
      4. 6.123.4. get GET
        1. 6.123.4.1. follow
      5. 6.123.5. pause POST
      6. 6.123.6. resume POST
    124. 6.124. ImageTransfers
      1. 6.124.1. add POST
      2. 6.124.2. list GET
        1. 6.124.2.1. follow
    125. 6.125. Images
      1. 6.125.1. list GET
        1. 6.125.1.1. follow
        2. 6.125.1.2. max
    126. 6.126. InstanceType
      1. 6.126.1. get GET
        1. 6.126.1.1. follow
      2. 6.126.2. remove DELETE
      3. 6.126.3. update PUT
    127. 6.127. InstanceTypeGraphicsConsole
      1. 6.127.1. get GET
        1. 6.127.1.1. follow
      2. 6.127.2. remove DELETE
    128. 6.128. InstanceTypeGraphicsConsoles
      1. 6.128.1. add POST
      2. 6.128.2. list GET
        1. 6.128.2.1. follow
        2. 6.128.2.2. max
    129. 6.129. InstanceTypeNic
      1. 6.129.1. get GET
        1. 6.129.1.1. follow
      2. 6.129.2. remove DELETE
      3. 6.129.3. update PUT
    130. 6.130. InstanceTypeNics
      1. 6.130.1. add POST
      2. 6.130.2. list GET
        1. 6.130.2.1. follow
        2. 6.130.2.2. max
    131. 6.131. InstanceTypeWatchdog
      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. InstanceTypeWatchdogs
      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. InstanceTypes
      1. 6.133.1. add POST
      2. 6.133.2. list GET
        1. 6.133.2.1. case_sensitive
        2. 6.133.2.2. follow
        3. 6.133.2.3. max
    134. 6.134. IscsiBond
      1. 6.134.1. get GET
        1. 6.134.1.1. follow
      2. 6.134.2. remove DELETE
      3. 6.134.3. update PUT
    135. 6.135. IscsiBonds
      1. 6.135.1. add POST
      2. 6.135.2. list GET
        1. 6.135.2.1. follow
        2. 6.135.2.2. max
    136. 6.136. Job
      1. 6.136.1. clear POST
      2. 6.136.2. end POST
        1. 6.136.2.1. succeeded
      3. 6.136.3. get GET
        1. 6.136.3.1. follow
    137. 6.137. Jobs
      1. 6.137.1. add POST
      2. 6.137.2. list GET
        1. 6.137.2.1. case_sensitive
        2. 6.137.2.2. follow
        3. 6.137.2.3. max
    138. 6.138. KatelloErrata
      1. 6.138.1. list GET
        1. 6.138.1.1. follow
        2. 6.138.1.2. max
    139. 6.139. KatelloErratum
      1. 6.139.1. get GET
        1. 6.139.1.1. follow
    140. 6.140. LinkLayerDiscoveryProtocol
      1. 6.140.1. list GET
        1. 6.140.1.1. elements
        2. 6.140.1.2. follow
    141. 6.141. MacPool
      1. 6.141.1. get GET
        1. 6.141.1.1. follow
      2. 6.141.2. remove DELETE
      3. 6.141.3. update PUT
    142. 6.142. MacPools
      1. 6.142.1. add POST
      2. 6.142.2. list GET
        1. 6.142.2.1. follow
        2. 6.142.2.2. max
    143. 6.143. Measurable
    144. 6.144. Moveable
      1. 6.144.1. move POST
    145. 6.145. Network
      1. 6.145.1. get GET
        1. 6.145.1.1. follow
      2. 6.145.2. remove DELETE
      3. 6.145.3. update PUT
    146. 6.146. NetworkAttachment
      1. 6.146.1. get GET
        1. 6.146.1.1. follow
      2. 6.146.2. remove DELETE
      3. 6.146.3. update PUT
    147. 6.147. NetworkAttachments
      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. NetworkFilter
      1. 6.148.1. get GET
        1. 6.148.1.1. follow
    149. 6.149. NetworkFilters
      1. 6.149.1. list GET
        1. 6.149.1.1. follow
    150. 6.150. NetworkLabel
      1. 6.150.1. get GET
        1. 6.150.1.1. follow
      2. 6.150.2. remove DELETE
    151. 6.151. NetworkLabels
      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. Networks
      1. 6.152.1. add POST
      2. 6.152.2. list GET
        1. 6.152.2.1. case_sensitive
        2. 6.152.2.2. follow
        3. 6.152.2.3. max
    153. 6.153. NicNetworkFilterParameter
      1. 6.153.1. get GET
        1. 6.153.1.1. follow
      2. 6.153.2. remove DELETE
      3. 6.153.3. update PUT
    154. 6.154. NicNetworkFilterParameters
      1. 6.154.1. add POST
      2. 6.154.2. list GET
        1. 6.154.2.1. follow
    155. 6.155. OpenstackImage
      1. 6.155.1. get GET
        1. 6.155.1.1. follow
      2. 6.155.2. import POST
    156. 6.156. OpenstackImageProvider
      1. 6.156.1. get GET
        1. 6.156.1.1. follow
      2. 6.156.2. importcertificates POST
      3. 6.156.3. remove DELETE
      4. 6.156.4. testconnectivity POST
      5. 6.156.5. update PUT
    157. 6.157. OpenstackImageProviders
      1. 6.157.1. add POST
      2. 6.157.2. list GET
        1. 6.157.2.1. follow
        2. 6.157.2.2. max
    158. 6.158. OpenstackImages
      1. 6.158.1. list GET
        1. 6.158.1.1. follow
        2. 6.158.1.2. max
    159. 6.159. OpenstackNetwork
      1. 6.159.1. get GET
        1. 6.159.1.1. follow
      2. 6.159.2. import POST
        1. 6.159.2.1. data_center
    160. 6.160. OpenstackNetworkProvider
      1. 6.160.1. get GET
        1. 6.160.1.1. follow
      2. 6.160.2. importcertificates POST
      3. 6.160.3. remove DELETE
      4. 6.160.4. testconnectivity POST
      5. 6.160.5. update PUT
    161. 6.161. OpenstackNetworkProviders
      1. 6.161.1. add POST
      2. 6.161.2. list GET
        1. 6.161.2.1. follow
        2. 6.161.2.2. max
    162. 6.162. OpenstackNetworks
      1. 6.162.1. list GET
        1. 6.162.1.1. follow
        2. 6.162.1.2. max
    163. 6.163. OpenstackSubnet
      1. 6.163.1. get GET
        1. 6.163.1.1. follow
      2. 6.163.2. remove DELETE
    164. 6.164. OpenstackSubnets
      1. 6.164.1. add POST
      2. 6.164.2. list GET
        1. 6.164.2.1. follow
        2. 6.164.2.2. max
    165. 6.165. OpenstackVolumeAuthenticationKey
      1. 6.165.1. get GET
        1. 6.165.1.1. follow
      2. 6.165.2. remove DELETE
      3. 6.165.3. update PUT
    166. 6.166. OpenstackVolumeAuthenticationKeys
      1. 6.166.1. add POST
      2. 6.166.2. list GET
        1. 6.166.2.1. follow
        2. 6.166.2.2. max
    167. 6.167. OpenstackVolumeProvider
      1. 6.167.1. get GET
        1. 6.167.1.1. follow
      2. 6.167.2. importcertificates POST
      3. 6.167.3. remove DELETE
        1. 6.167.3.1. force
      4. 6.167.4. testconnectivity POST
      5. 6.167.5. update PUT
    168. 6.168. OpenstackVolumeProviders
      1. 6.168.1. add POST
      2. 6.168.2. list GET
        1. 6.168.2.1. follow
        2. 6.168.2.2. max
    169. 6.169. OpenstackVolumeType
      1. 6.169.1. get GET
        1. 6.169.1.1. follow
    170. 6.170. OpenstackVolumeTypes
      1. 6.170.1. list GET
        1. 6.170.1.1. follow
        2. 6.170.1.2. max
    171. 6.171. OperatingSystem
      1. 6.171.1. get GET
        1. 6.171.1.1. follow
    172. 6.172. OperatingSystems
      1. 6.172.1. list GET
        1. 6.172.1.1. follow
        2. 6.172.1.2. max
    173. 6.173. Permission
      1. 6.173.1. get GET
        1. 6.173.1.1. follow
      2. 6.173.2. remove DELETE
    174. 6.174. Permit
      1. 6.174.1. get GET
        1. 6.174.1.1. follow
      2. 6.174.2. remove DELETE
    175. 6.175. Permits
      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. Qos
      1. 6.176.1. get GET
        1. 6.176.1.1. follow
      2. 6.176.2. remove DELETE
      3. 6.176.3. update PUT
    177. 6.177. Qoss
      1. 6.177.1. add POST
      2. 6.177.2. list GET
        1. 6.177.2.1. follow
        2. 6.177.2.2. max
    178. 6.178. Quota
      1. 6.178.1. get GET
        1. 6.178.1.1. follow
      2. 6.178.2. remove DELETE
      3. 6.178.3. update PUT
    179. 6.179. QuotaClusterLimit
      1. 6.179.1. get GET
        1. 6.179.1.1. follow
      2. 6.179.2. remove DELETE
    180. 6.180. QuotaClusterLimits
      1. 6.180.1. add POST
      2. 6.180.2. list GET
        1. 6.180.2.1. follow
        2. 6.180.2.2. max
    181. 6.181. QuotaStorageLimit
      1. 6.181.1. get GET
        1. 6.181.1.1. follow
      2. 6.181.2. remove DELETE
    182. 6.182. QuotaStorageLimits
      1. 6.182.1. add POST
      2. 6.182.2. list GET
        1. 6.182.2.1. follow
        2. 6.182.2.2. max
    183. 6.183. Quotas
      1. 6.183.1. add POST
      2. 6.183.2. list GET
        1. 6.183.2.1. follow
        2. 6.183.2.2. max
    184. 6.184. Role
      1. 6.184.1. get GET
        1. 6.184.1.1. follow
      2. 6.184.2. remove DELETE
      3. 6.184.3. update PUT
    185. 6.185. Roles
      1. 6.185.1. add POST
      2. 6.185.2. list GET
        1. 6.185.2.1. follow
        2. 6.185.2.2. max
    186. 6.186. SchedulingPolicies
      1. 6.186.1. add POST
      2. 6.186.2. list GET
        1. 6.186.2.1. follow
        2. 6.186.2.2. max
    187. 6.187. SchedulingPolicy
      1. 6.187.1. get GET
        1. 6.187.1.1. follow
      2. 6.187.2. remove DELETE
      3. 6.187.3. update PUT
    188. 6.188. SchedulingPolicyUnit
      1. 6.188.1. get GET
        1. 6.188.1.1. follow
      2. 6.188.2. remove DELETE
    189. 6.189. SchedulingPolicyUnits
      1. 6.189.1. list GET
        1. 6.189.1.1. follow
        2. 6.189.1.2. max
    190. 6.190. Snapshot
      1. 6.190.1. get GET
        1. 6.190.1.1. follow
      2. 6.190.2. remove DELETE
        1. 6.190.2.1. all_content
      3. 6.190.3. restore POST
        1. 6.190.3.1. disks
    191. 6.191. SnapshotCdrom
      1. 6.191.1. get GET
        1. 6.191.1.1. follow
    192. 6.192. SnapshotCdroms
      1. 6.192.1. list GET
        1. 6.192.1.1. follow
        2. 6.192.1.2. max
    193. 6.193. SnapshotDisk
      1. 6.193.1. get GET
        1. 6.193.1.1. follow
    194. 6.194. SnapshotDisks
      1. 6.194.1. list GET
        1. 6.194.1.1. follow
        2. 6.194.1.2. max
    195. 6.195. SnapshotNic
      1. 6.195.1. get GET
        1. 6.195.1.1. follow
    196. 6.196. SnapshotNics
      1. 6.196.1. list GET
        1. 6.196.1.1. follow
        2. 6.196.1.2. max
    197. 6.197. Snapshots
      1. 6.197.1. add POST
      2. 6.197.2. list GET
        1. 6.197.2.1. all_content
        2. 6.197.2.2. follow
        3. 6.197.2.3. max
    198. 6.198. SshPublicKey
      1. 6.198.1. get GET
        1. 6.198.1.1. follow
      2. 6.198.2. remove DELETE
      3. 6.198.3. update PUT
    199. 6.199. SshPublicKeys
      1. 6.199.1. add POST
      2. 6.199.2. list GET
        1. 6.199.2.1. follow
        2. 6.199.2.2. max
    200. 6.200. Statistic
      1. 6.200.1. get GET
        1. 6.200.1.1. follow
    201. 6.201. Statistics
      1. 6.201.1. list GET
        1. 6.201.1.1. follow
        2. 6.201.1.2. max
    202. 6.202. Step
      1. 6.202.1. end POST
        1. 6.202.1.1. succeeded
      2. 6.202.2. get GET
        1. 6.202.2.1. follow
    203. 6.203. Steps
      1. 6.203.1. add POST
      2. 6.203.2. list GET
        1. 6.203.2.1. follow
        2. 6.203.2.2. max
    204. 6.204. Storage
      1. 6.204.1. get GET
        1. 6.204.1.1. follow
        2. 6.204.1.2. report_status
    205. 6.205. StorageDomain
      1. 6.205.1. get GET
        1. 6.205.1.1. follow
      2. 6.205.2. isattached POST
      3. 6.205.3. reduceluns POST
      4. 6.205.4. refreshluns POST
      5. 6.205.5. remove DELETE
        1. 6.205.5.1. destroy
        2. 6.205.5.2. host
      6. 6.205.6. update PUT
      7. 6.205.7. updateovfstore POST
    206. 6.206. StorageDomainContentDisk
      1. 6.206.1. get GET
        1. 6.206.1.1. follow
    207. 6.207. StorageDomainContentDisks
      1. 6.207.1. list GET
        1. 6.207.1.1. case_sensitive
        2. 6.207.1.2. follow
        3. 6.207.1.3. max
    208. 6.208. StorageDomainDisk
      1. 6.208.1. copy POST
      2. 6.208.2. export POST
      3. 6.208.3. get GET
        1. 6.208.3.1. follow
      4. 6.208.4. move POST
      5. 6.208.5. reduce POST
      6. 6.208.6. remove DELETE
      7. 6.208.7. sparsify POST
      8. 6.208.8. update PUT
    209. 6.209. StorageDomainDisks
      1. 6.209.1. add POST
        1. 6.209.1.1. unregistered
      2. 6.209.2. list GET
        1. 6.209.2.1. follow
        2. 6.209.2.2. max
        3. 6.209.2.3. unregistered
    210. 6.210. StorageDomainServerConnection
      1. 6.210.1. get GET
        1. 6.210.1.1. follow
      2. 6.210.2. remove DELETE
    211. 6.211. StorageDomainServerConnections
      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. StorageDomainTemplate
      1. 6.212.1. get GET
        1. 6.212.1.1. follow
      2. 6.212.2. import POST
        1. 6.212.2.1. clone
      3. 6.212.3. register POST
        1. 6.212.3.1. allow_partial_import
        2. 6.212.3.2. registration_configuration
        3. 6.212.3.3. vnic_profile_mappings
      4. 6.212.4. remove DELETE
    213. 6.213. StorageDomainTemplates
      1. 6.213.1. list GET
        1. 6.213.1.1. follow
        2. 6.213.1.2. max
        3. 6.213.1.3. unregistered
    214. 6.214. StorageDomainVm
      1. 6.214.1. get GET
        1. 6.214.1.1. follow
      2. 6.214.2. import POST
        1. 6.214.2.1. clone
        2. 6.214.2.2. collapse_snapshots
      3. 6.214.3. register POST
        1. 6.214.3.1. allow_partial_import
        2. 6.214.3.2. reassign_bad_macs
        3. 6.214.3.3. registration_configuration
        4. 6.214.3.4. vnic_profile_mappings
      4. 6.214.4. remove DELETE
    215. 6.215. StorageDomainVmDiskAttachment
      1. 6.215.1. get GET
        1. 6.215.1.1. follow
    216. 6.216. StorageDomainVmDiskAttachments
      1. 6.216.1. list GET
        1. 6.216.1.1. follow
    217. 6.217. StorageDomainVms
      1. 6.217.1. list GET
        1. 6.217.1.1. follow
        2. 6.217.1.2. max
        3. 6.217.1.3. unregistered
    218. 6.218. StorageDomains
      1. 6.218.1. add POST
      2. 6.218.2. list GET
        1. 6.218.2.1. case_sensitive
        2. 6.218.2.2. follow
        3. 6.218.2.3. max
    219. 6.219. StorageServerConnection
      1. 6.219.1. get GET
        1. 6.219.1.1. follow
      2. 6.219.2. remove DELETE
        1. 6.219.2.1. host
      3. 6.219.3. update PUT
        1. 6.219.3.1. force
    220. 6.220. StorageServerConnectionExtension
      1. 6.220.1. get GET
        1. 6.220.1.1. follow
      2. 6.220.2. remove DELETE
      3. 6.220.3. update PUT
    221. 6.221. StorageServerConnectionExtensions
      1. 6.221.1. add POST
      2. 6.221.2. list GET
        1. 6.221.2.1. follow
        2. 6.221.2.2. max
    222. 6.222. StorageServerConnections
      1. 6.222.1. add POST
      2. 6.222.2. list GET
        1. 6.222.2.1. follow
        2. 6.222.2.2. max
    223. 6.223. System
      1. 6.223.1. get GET
        1. 6.223.1.1. follow
      2. 6.223.2. reloadconfigurations POST
    224. 6.224. SystemOption
      1. 6.224.1. get GET
        1. 6.224.1.1. version
    225. 6.225. SystemOptions
    226. 6.226. SystemPermissions
      1. 6.226.1. add POST
      2. 6.226.2. list GET
        1. 6.226.2.1. follow
    227. 6.227. Tag
      1. 6.227.1. get GET
        1. 6.227.1.1. follow
      2. 6.227.2. remove DELETE
      3. 6.227.3. update PUT
    228. 6.228. Tags
      1. 6.228.1. add POST
      2. 6.228.2. list GET
        1. 6.228.2.1. follow
        2. 6.228.2.2. max
    229. 6.229. Template
      1. 6.229.1. export POST
        1. 6.229.1.1. exclusive
      2. 6.229.2. get GET
        1. 6.229.2.1. follow
      3. 6.229.3. remove DELETE
      4. 6.229.4. update PUT
    230. 6.230. TemplateCdrom
      1. 6.230.1. get GET
        1. 6.230.1.1. cdrom
        2. 6.230.1.2. follow
    231. 6.231. TemplateCdroms
      1. 6.231.1. list GET
        1. 6.231.1.1. follow
        2. 6.231.1.2. max
    232. 6.232. TemplateDisk
      1. 6.232.1. copy POST
      2. 6.232.2. export POST
      3. 6.232.3. get GET
        1. 6.232.3.1. follow
      4. 6.232.4. remove DELETE
    233. 6.233. TemplateDiskAttachment
      1. 6.233.1. get GET
        1. 6.233.1.1. follow
      2. 6.233.2. remove DELETE
    234. 6.234. TemplateDiskAttachments
      1. 6.234.1. list GET
        1. 6.234.1.1. follow
    235. 6.235. TemplateDisks
      1. 6.235.1. list GET
        1. 6.235.1.1. follow
        2. 6.235.1.2. max
    236. 6.236. TemplateGraphicsConsole
      1. 6.236.1. get GET
        1. 6.236.1.1. follow
      2. 6.236.2. remove DELETE
    237. 6.237. TemplateGraphicsConsoles
      1. 6.237.1. add POST
      2. 6.237.2. list GET
        1. 6.237.2.1. follow
        2. 6.237.2.2. max
    238. 6.238. TemplateMediatedDevice
      1. 6.238.1. get GET
        1. 6.238.1.1. follow
      2. 6.238.2. remove DELETE
      3. 6.238.3. update PUT
        1. 6.238.3.1. devices
    239. 6.239. TemplateMediatedDevices
      1. 6.239.1. add POST
      2. 6.239.2. list GET
        1. 6.239.2.1. follow
        2. 6.239.2.2. max
    240. 6.240. TemplateNic
      1. 6.240.1. get GET
        1. 6.240.1.1. follow
      2. 6.240.2. remove DELETE
      3. 6.240.3. update PUT
    241. 6.241. TemplateNics
      1. 6.241.1. add POST
      2. 6.241.2. list GET
        1. 6.241.2.1. follow
        2. 6.241.2.2. max
    242. 6.242. TemplateWatchdog
      1. 6.242.1. get GET
        1. 6.242.1.1. follow
      2. 6.242.2. remove DELETE
      3. 6.242.3. update PUT
    243. 6.243. TemplateWatchdogs
      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. Templates
      1. 6.244.1. add POST
        1. 6.244.1.1. clone_permissions
        2. 6.244.1.2. seal
      2. 6.244.2. list GET
        1. 6.244.2.1. case_sensitive
        2. 6.244.2.2. follow
        3. 6.244.2.3. max
    245. 6.245. UnmanagedNetwork
      1. 6.245.1. get GET
        1. 6.245.1.1. follow
      2. 6.245.2. remove DELETE
    246. 6.246. UnmanagedNetworks
      1. 6.246.1. list GET
        1. 6.246.1.1. follow
        2. 6.246.1.2. max
    247. 6.247. User
      1. 6.247.1. get GET
        1. 6.247.1.1. follow
      2. 6.247.2. remove DELETE
      3. 6.247.3. update PUT
    248. 6.248. UserOption
      1. 6.248.1. get GET
      2. 6.248.2. remove DELETE
    249. 6.249. UserOptions
      1. 6.249.1. add POST
      2. 6.249.2. list GET
    250. 6.250. Users
      1. 6.250.1. add POST
      2. 6.250.2. list GET
        1. 6.250.2.1. case_sensitive
        2. 6.250.2.2. follow
        3. 6.250.2.3. max
    251. 6.251. VirtualFunctionAllowedNetwork
      1. 6.251.1. get GET
        1. 6.251.1.1. follow
      2. 6.251.2. remove DELETE
    252. 6.252. VirtualFunctionAllowedNetworks
      1. 6.252.1. add POST
      2. 6.252.2. list GET
        1. 6.252.2.1. follow
        2. 6.252.2.2. max
    253. 6.253. Vm
      1. 6.253.1. autopincpuandnumanodes POST
        1. 6.253.1.1. optimize_cpu_settings
      2. 6.253.2. cancelmigration POST
      3. 6.253.3. clone POST
        1. 6.253.3.1. discard_snapshots
      4. 6.253.4. commitsnapshot POST
      5. 6.253.5. detach POST
      6. 6.253.6. export POST
      7. 6.253.7. freezefilesystems POST
      8. 6.253.8. get GET
        1. 6.253.8.1. all_content
        2. 6.253.8.2. follow
        3. 6.253.8.3. next_run
        4. 6.253.8.4. ovf_as_ova
      9. 6.253.9. logon POST
      10. 6.253.10. maintenance POST
      11. 6.253.11. migrate POST
        1. 6.253.11.1. cluster
        2. 6.253.11.2. force
        3. 6.253.11.3. host
        4. 6.253.11.4. migrate_vms_in_affinity_closure
      12. 6.253.12. previewsnapshot POST
        1. 6.253.12.1. disks
        2. 6.253.12.2. lease
      13. 6.253.13. reboot POST
      14. 6.253.14. remove DELETE
        1. 6.253.14.1. force
      15. 6.253.15. reordermacaddresses POST
      16. 6.253.16. reset POST
      17. 6.253.17. screenshot POST
      18. 6.253.18. shutdown POST
        1. 6.253.18.1. reason
      19. 6.253.19. start POST
        1. 6.253.19.1. pause
        2. 6.253.19.2. use_cloud_init
        3. 6.253.19.3. use_ignition
        4. 6.253.19.4. use_initialization
        5. 6.253.19.5. use_sysprep
        6. 6.253.19.6. vm
        7. 6.253.19.7. volatile
      20. 6.253.20. stop POST
        1. 6.253.20.1. reason
      21. 6.253.21. suspend POST
      22. 6.253.22. thawfilesystems POST
      23. 6.253.23. ticket POST
      24. 6.253.24. undosnapshot POST
      25. 6.253.25. update PUT
        1. 6.253.25.1. next_run
    254. 6.254. VmApplication
      1. 6.254.1. get GET
        1. 6.254.1.1. application
        2. 6.254.1.2. follow
    255. 6.255. VmApplications
      1. 6.255.1. list GET
        1. 6.255.1.1. applications
        2. 6.255.1.2. follow
        3. 6.255.1.3. max
    256. 6.256. VmBackup
      1. 6.256.1. finalize POST
      2. 6.256.2. get GET
        1. 6.256.2.1. backup
        2. 6.256.2.2. follow
    257. 6.257. VmBackupDisk
      1. 6.257.1. get GET
        1. 6.257.1.1. follow
    258. 6.258. VmBackupDisks
      1. 6.258.1. list GET
        1. 6.258.1.1. follow
        2. 6.258.1.2. max
    259. 6.259. VmBackups
      1. 6.259.1. add POST
        1. 6.259.1.1. require_consistency
        2. 6.259.1.2. use_active
      2. 6.259.2. list GET
        1. 6.259.2.1. backups
        2. 6.259.2.2. follow
        3. 6.259.2.3. max
    260. 6.260. VmCdrom
      1. 6.260.1. get GET
        1. 6.260.1.1. current
        2. 6.260.1.2. follow
      2. 6.260.2. update PUT
        1. 6.260.2.1. current
    261. 6.261. VmCdroms
      1. 6.261.1. add POST
      2. 6.261.2. list GET
        1. 6.261.2.1. follow
        2. 6.261.2.2. max
    262. 6.262. VmCheckpoint
      1. 6.262.1. get GET
        1. 6.262.1.1. checkpoint
        2. 6.262.1.2. follow
      2. 6.262.2. remove DELETE
    263. 6.263. VmCheckpointDisk
      1. 6.263.1. get GET
        1. 6.263.1.1. follow
    264. 6.264. VmCheckpointDisks
      1. 6.264.1. list GET
        1. 6.264.1.1. follow
        2. 6.264.1.2. max
    265. 6.265. VmCheckpoints
      1. 6.265.1. list GET
        1. 6.265.1.1. checkpoints
        2. 6.265.1.2. follow
        3. 6.265.1.3. max
    266. 6.266. VmDisk
      1. 6.266.1. activate POST
      2. 6.266.2. deactivate POST
      3. 6.266.3. export POST
      4. 6.266.4. get GET
        1. 6.266.4.1. follow
      5. 6.266.5. move POST
      6. 6.266.6. reduce POST
      7. 6.266.7. remove DELETE
      8. 6.266.8. update PUT
    267. 6.267. VmDisks
      1. 6.267.1. add POST
      2. 6.267.2. list GET
        1. 6.267.2.1. follow
        2. 6.267.2.2. max
    268. 6.268. VmGraphicsConsole
      1. 6.268.1. get GET
        1. 6.268.1.1. current
        2. 6.268.1.2. follow
      2. 6.268.2. proxyticket POST
      3. 6.268.3. remoteviewerconnectionfile POST
        1. 6.268.3.1. remote_viewer_connection_file
      4. 6.268.4. remove DELETE
      5. 6.268.5. ticket POST
    269. 6.269. VmGraphicsConsoles
      1. 6.269.1. add POST
      2. 6.269.2. list GET
        1. 6.269.2.1. current
        2. 6.269.2.2. follow
        3. 6.269.2.3. max
    270. 6.270. VmHostDevice
      1. 6.270.1. get GET
        1. 6.270.1.1. follow
      2. 6.270.2. remove DELETE
    271. 6.271. VmHostDevices
      1. 6.271.1. add POST
      2. 6.271.2. list GET
        1. 6.271.2.1. follow
        2. 6.271.2.2. max
    272. 6.272. VmMediatedDevice
      1. 6.272.1. get GET
        1. 6.272.1.1. follow
      2. 6.272.2. remove DELETE
      3. 6.272.3. update PUT
        1. 6.272.3.1. device
    273. 6.273. VmMediatedDevices
      1. 6.273.1. add POST
      2. 6.273.2. list GET
        1. 6.273.2.1. follow
        2. 6.273.2.2. max
    274. 6.274. VmNic
      1. 6.274.1. activate POST
      2. 6.274.2. deactivate POST
      3. 6.274.3. get GET
        1. 6.274.3.1. follow
      4. 6.274.4. remove DELETE
      5. 6.274.5. update PUT
    275. 6.275. VmNics
      1. 6.275.1. add POST
      2. 6.275.2. list GET
        1. 6.275.2.1. follow
        2. 6.275.2.2. max
    276. 6.276. VmNumaNode
      1. 6.276.1. get GET
        1. 6.276.1.1. follow
      2. 6.276.2. remove DELETE
      3. 6.276.3. update PUT
    277. 6.277. VmNumaNodes
      1. 6.277.1. add POST
      2. 6.277.2. list GET
        1. 6.277.2.1. follow
        2. 6.277.2.2. max
    278. 6.278. VmPool
      1. 6.278.1. allocatevm POST
      2. 6.278.2. get GET
        1. 6.278.2.1. follow
      3. 6.278.3. remove DELETE
      4. 6.278.4. update PUT
        1. 6.278.4.1. seal
    279. 6.279. VmPools
      1. 6.279.1. add POST
        1. 6.279.1.1. seal
      2. 6.279.2. list GET
        1. 6.279.2.1. case_sensitive
        2. 6.279.2.2. follow
        3. 6.279.2.3. max
    280. 6.280. VmReportedDevice
      1. 6.280.1. get GET
        1. 6.280.1.1. follow
    281. 6.281. VmReportedDevices
      1. 6.281.1. list GET
        1. 6.281.1.1. follow
        2. 6.281.1.2. max
    282. 6.282. VmSession
      1. 6.282.1. get GET
        1. 6.282.1.1. follow
    283. 6.283. VmSessions
      1. 6.283.1. list GET
        1. 6.283.1.1. follow
        2. 6.283.1.2. max
    284. 6.284. VmWatchdog
      1. 6.284.1. get GET
        1. 6.284.1.1. follow
        2. 6.284.1.2. watchdog
      2. 6.284.2. remove DELETE
      3. 6.284.3. update PUT
        1. 6.284.3.1. watchdog
    285. 6.285. VmWatchdogs
      1. 6.285.1. add POST
        1. 6.285.1.1. watchdog
      2. 6.285.2. list GET
        1. 6.285.2.1. follow
        2. 6.285.2.2. max
        3. 6.285.2.3. watchdogs
    286. 6.286. Vms
      1. 6.286.1. add POST
        1. 6.286.1.1. auto_pinning_policy
        2. 6.286.1.2. clone
        3. 6.286.1.3. clone_permissions
        4. 6.286.1.4. filter
        5. 6.286.1.5. seal
      2. 6.286.2. list GET
        1. 6.286.2.1. all_content
        2. 6.286.2.2. case_sensitive
        3. 6.286.2.3. follow
        4. 6.286.2.4. ovf_as_ova
    287. 6.287. VnicProfile
      1. 6.287.1. get GET
        1. 6.287.1.1. follow
      2. 6.287.2. remove DELETE
      3. 6.287.3. update PUT
    288. 6.288. VnicProfiles
      1. 6.288.1. add POST
      2. 6.288.2. list GET
        1. 6.288.2.1. follow
        2. 6.288.2.2. max
    289. 6.289. Weight
      1. 6.289.1. get GET
        1. 6.289.1.1. follow
      2. 6.289.2. remove DELETE
    290. 6.290. Weights
      1. 6.290.1. add POST
      2. 6.290.2. list GET
        1. 6.290.2.1. follow
        2. 6.290.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. broken
      2. 7.3.2. enforcing
      3. 7.3.3. positive
    4. 7.4. AffinityLabel struct
      1. 7.4.1. has_implicit_affinity_group
      2. 7.4.2. 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
      1. 7.7.1. network_mappings
    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. AutoPinningPolicy enum
      1. 7.15.1. adjust
      2. 7.15.2. disabled
      3. 7.15.3. existing
    16. 7.16. Backup struct
      1. 7.16.1. to_checkpoint_id
    17. 7.17. BackupPhase enum
      1. 7.17.1. initializing
    18. 7.18. Balance struct
    19. 7.19. Bios struct
    20. 7.20. BiosType enum
      1. 7.20.1. cluster_default
      2. 7.20.2. i440fx_sea_bios
    21. 7.21. BlockStatistic struct
    22. 7.22. Bonding struct
      1. 7.22.1. ad_partner_mac
      2. 7.22.2. options
      3. 7.22.3. slaves
      4. 7.22.4. active_slave
    23. 7.23. Bookmark struct
    24. 7.24. Boot struct
      1. 7.24.1. devices
    25. 7.25. BootDevice enum
      1. 7.25.1. cdrom
      2. 7.25.2. network
    26. 7.26. BootMenu struct
    27. 7.27. BootProtocol enum
      1. 7.27.1. autoconf
      2. 7.27.2. dhcp
      3. 7.27.3. poly_dhcp_autoconf
    28. 7.28. BrickProfileDetail struct
    29. 7.29. Cdrom struct
      1. 7.29.1. vms
    30. 7.30. Certificate struct
    31. 7.31. Checkpoint struct
    32. 7.32. CheckpointState enum
      1. 7.32.1. created
    33. 7.33. CloudInit struct
    34. 7.34. CloudInitNetworkProtocol enum
      1. 7.34.1. eni
      2. 7.34.2. openstack_metadata
    35. 7.35. Cluster struct
      1. 7.35.1. bios_type
      2. 7.35.2. custom_scheduling_policy_properties
      3. 7.35.3. fencing_policy
      4. 7.35.4. fips_mode
      5. 7.35.5. gluster_tuned_profile
      6. 7.35.6. log_max_memory_used_threshold
      7. 7.35.7. log_max_memory_used_threshold_type
      8. 7.35.8. maintenance_reason_required
      9. 7.35.9. migration
      10. 7.35.10. optional_reason
      11. 7.35.11. required_rng_sources
      12. 7.35.12. upgrade_correlation_id
      13. 7.35.13. version
      14. 7.35.14. vnc_encryption
      15. 7.35.15. external_network_providers
      16. 7.35.16. scheduling_policy
    36. 7.36. ClusterFeature struct
    37. 7.37. ClusterLevel struct
    38. 7.38. ClusterUpgradeAction enum
      1. 7.38.1. finish
      2. 7.38.2. start
      3. 7.38.3. update_progress
    39. 7.39. Configuration struct
      1. 7.39.1. data
    40. 7.40. ConfigurationType enum
      1. 7.40.1. ova
      2. 7.40.2. ovf
    41. 7.41. Console struct
    42. 7.42. Core struct
    43. 7.43. Cpu struct
    44. 7.44. CpuMode enum
    45. 7.45. CpuPinningPolicy enum
      1. 7.45.1. dedicated
      2. 7.45.2. isolate_threads
      3. 7.45.3. manual
      4. 7.45.4. none
      5. 7.45.5. resize_and_pin_numa
    46. 7.46. CpuProfile struct
    47. 7.47. CpuTopology struct
    48. 7.48. CpuTune struct
    49. 7.49. CpuType struct
    50. 7.50. CreationStatus enum
    51. 7.51. CustomProperty struct
    52. 7.52. DataCenter struct
      1. 7.52.1. version
    53. 7.53. DataCenterStatus enum
    54. 7.54. Device struct
      1. 7.54.1. vms
    55. 7.55. Disk struct
      1. 7.55.1. active
      2. 7.55.2. actual_size
      3. 7.55.3. bootable
      4. 7.55.4. external_disk
      5. 7.55.5. initial_size
      6. 7.55.6. interface
      7. 7.55.7. provisioned_size
      8. 7.55.8. qcow_version
      9. 7.55.9. read_only
      10. 7.55.10. sgio
      11. 7.55.11. shareable
      12. 7.55.12. total_size
      13. 7.55.13. wipe_after_delete
      14. 7.55.14. statistics
      15. 7.55.15. storage_domains
      16. 7.55.16. vms
    56. 7.56. DiskAttachment struct
      1. 7.56.1. active
      2. 7.56.2. logical_name
      3. 7.56.3. read_only
      4. 7.56.4. uses_scsi_reservation
    57. 7.57. DiskBackup enum
    58. 7.58. DiskBackupMode enum
      1. 7.58.1. full
      2. 7.58.2. incremental
    59. 7.59. DiskContentType enum
    60. 7.60. DiskFormat enum
    61. 7.61. DiskInterface enum
      1. 7.61.1. ide
      2. 7.61.2. virtio
      3. 7.61.3. virtio_scsi
    62. 7.62. DiskProfile struct
    63. 7.63. DiskSnapshot struct
      1. 7.63.1. active
      2. 7.63.2. actual_size
      3. 7.63.3. bootable
      4. 7.63.4. external_disk
      5. 7.63.5. initial_size
      6. 7.63.6. interface
      7. 7.63.7. provisioned_size
      8. 7.63.8. qcow_version
      9. 7.63.9. read_only
      10. 7.63.10. sgio
      11. 7.63.11. shareable
      12. 7.63.12. total_size
      13. 7.63.13. wipe_after_delete
      14. 7.63.14. statistics
      15. 7.63.15. storage_domains
      16. 7.63.16. vms
    64. 7.64. DiskStatus enum
      1. 7.64.1. locked
    65. 7.65. DiskStorageType enum
    66. 7.66. DiskType enum
    67. 7.67. Display struct
      1. 7.67.1. allow_override
      2. 7.67.2. certificate
      3. 7.67.3. copy_paste_enabled
      4. 7.67.4. disconnect_action
      5. 7.67.5. disconnect_action_delay
      6. 7.67.6. file_transfer_enabled
      7. 7.67.7. keyboard_layout
      8. 7.67.8. monitors
      9. 7.67.9. proxy
      10. 7.67.10. secure_port
      11. 7.67.11. single_qxl_pci
      12. 7.67.12. smartcard_enabled
    68. 7.68. DisplayType enum
      1. 7.68.1. spice
      2. 7.68.2. vnc
    69. 7.69. Dns struct
    70. 7.70. DnsResolverConfiguration struct
      1. 7.70.1. name_servers
    71. 7.71. Domain struct
      1. 7.71.1. users
    72. 7.72. DynamicCpu struct
    73. 7.73. EntityExternalStatus enum
      1. 7.73.1. error
      2. 7.73.2. failure
    74. 7.74. EntityProfileDetail struct
    75. 7.75. ErrorHandling struct
    76. 7.76. Event struct
      1. 7.76.1. correlation_id
      2. 7.76.2. flood_rate
      3. 7.76.3. index
      4. 7.76.4. log_on_host
      5. 7.76.5. cluster
      6. 7.76.6. data_center
      7. 7.76.7. host
      8. 7.76.8. storage_domain
      9. 7.76.9. template
      10. 7.76.10. user
      11. 7.76.11. vm
    77. 7.77. EventSubscription struct
      1. 7.77.1. address
      2. 7.77.2. event
      3. 7.77.3. notification_method
      4. 7.77.4. user
    78. 7.78. ExternalComputeResource struct
    79. 7.79. ExternalDiscoveredHost struct
    80. 7.80. ExternalHost struct
    81. 7.81. ExternalHostGroup struct
    82. 7.82. ExternalHostProvider struct
      1. 7.82.1. requires_authentication
      2. 7.82.2. compute_resources
      3. 7.82.3. discovered_hosts
      4. 7.82.4. host_groups
    83. 7.83. ExternalNetworkProviderConfiguration struct
    84. 7.84. ExternalProvider struct
      1. 7.84.1. requires_authentication
    85. 7.85. ExternalStatus enum
      1. 7.85.1. error
      2. 7.85.2. failure
      3. 7.85.3. info
      4. 7.85.4. ok
      5. 7.85.5. warning
    86. 7.86. ExternalSystemType enum
    87. 7.87. ExternalTemplateImport struct
      1. 7.87.1. clone
      2. 7.87.2. url
      3. 7.87.3. cpu_profile
      4. 7.87.4. quota
      5. 7.87.5. template
    88. 7.88. ExternalVmImport struct
      1. 7.88.1. sparse
      2. 7.88.2. url
      3. 7.88.3. cpu_profile
      4. 7.88.4. drivers_iso
      5. 7.88.5. host
      6. 7.88.6. quota
      7. 7.88.7. vm
    89. 7.89. ExternalVmProviderType enum
    90. 7.90. Fault struct
    91. 7.91. FenceType enum
    92. 7.92. FencingPolicy struct
      1. 7.92.1. skip_if_connectivity_broken
      2. 7.92.2. skip_if_gluster_bricks_up
      3. 7.92.3. skip_if_gluster_quorum_not_met
      4. 7.92.4. skip_if_sd_active
    93. 7.93. File struct
    94. 7.94. Filter struct
    95. 7.95. FipsMode enum
      1. 7.95.1. disabled
      2. 7.95.2. enabled
      3. 7.95.3. undefined
    96. 7.96. FirewallType enum
      1. 7.96.1. firewalld
      2. 7.96.2. iptables
    97. 7.97. Floppy struct
      1. 7.97.1. vms
    98. 7.98. FopStatistic struct
    99. 7.99. GlusterBrick struct
      1. 7.99.1. vms
    100. 7.100. GlusterBrickAdvancedDetails struct
      1. 7.100.1. vms
    101. 7.101. GlusterBrickMemoryInfo struct
    102. 7.102. GlusterBrickStatus enum
    103. 7.103. GlusterClient struct
    104. 7.104. GlusterHook struct
    105. 7.105. GlusterHookStatus enum
    106. 7.106. GlusterMemoryPool struct
    107. 7.107. GlusterServerHook struct
    108. 7.108. GlusterState enum
    109. 7.109. GlusterVolume struct
    110. 7.110. GlusterVolumeProfileDetails struct
    111. 7.111. GlusterVolumeStatus enum
    112. 7.112. GlusterVolumeType enum
      1. 7.112.1. disperse
      2. 7.112.2. distribute
      3. 7.112.3. distributed_disperse
      4. 7.112.4. distributed_replicate
      5. 7.112.5. distributed_stripe
      6. 7.112.6. distributed_striped_replicate
      7. 7.112.7. replicate
      8. 7.112.8. stripe
      9. 7.112.9. striped_replicate
    113. 7.113. GracePeriod struct
    114. 7.114. GraphicsConsole struct
    115. 7.115. GraphicsType enum
      1. 7.115.1. spice
      2. 7.115.2. vnc
    116. 7.116. Group struct
      1. 7.116.1. roles
    117. 7.117. GuestOperatingSystem struct
    118. 7.118. HardwareInformation struct
    119. 7.119. HighAvailability struct
      1. 7.119.1. enabled
      2. 7.119.2. priority
    120. 7.120. Hook struct
    121. 7.121. HookContentType enum
    122. 7.122. HookStage enum
    123. 7.123. HookStatus enum
    124. 7.124. Host struct
      1. 7.124.1. external_status
      2. 7.124.2. hosted_engine
      3. 7.124.3. kdump_status
      4. 7.124.4. ksm
      5. 7.124.5. libvirt_version
      6. 7.124.6. network_operation_in_progress
      7. 7.124.7. override_iptables
      8. 7.124.8. protocol
      9. 7.124.9. se_linux
      10. 7.124.10. spm
      11. 7.124.11. status_detail
      12. 7.124.12. transparent_huge_pages
      13. 7.124.13. version
      14. 7.124.14. cpu_units
      15. 7.124.15. external_network_provider_configurations
      16. 7.124.16. katello_errata
      17. 7.124.17. statistics
    125. 7.125. HostCpuUnit struct
    126. 7.126. HostDevice struct
      1. 7.126.1. driver
    127. 7.127. HostDevicePassthrough struct
    128. 7.128. HostNic struct
      1. 7.128.1. ad_aggregator_id
      2. 7.128.2. bridged
      3. 7.128.3. network
      4. 7.128.4. statistics
    129. 7.129. HostNicVirtualFunctionsConfiguration struct
      1. 7.129.1. max_number_of_virtual_functions
      2. 7.129.2. number_of_virtual_functions
    130. 7.130. HostProtocol enum
    131. 7.131. HostStatus enum
      1. 7.131.1. error
      2. 7.131.2. initializing
      3. 7.131.3. install_failed
      4. 7.131.4. installing_os
      5. 7.131.5. maintenance
      6. 7.131.6. non_operational
      7. 7.131.7. non_responsive
      8. 7.131.8. pending_approval
      9. 7.131.9. preparing_for_maintenance
    132. 7.132. HostStorage struct
      1. 7.132.1. driver_options
      2. 7.132.2. driver_sensitive_options
      3. 7.132.3. nfs_retrans
      4. 7.132.4. nfs_timeo
    133. 7.133. HostType enum
      1. 7.133.1. ovirt_node
      2. 7.133.2. rhev_h
    134. 7.134. HostedEngine struct
    135. 7.135. Icon struct
      1. 7.135.1. media_type
    136. 7.136. Identified struct
    137. 7.137. Image struct
    138. 7.138. ImageFileType enum
      1. 7.138.1. iso
    139. 7.139. ImageTransfer struct
      1. 7.139.1. direction
      2. 7.139.2. format
      3. 7.139.3. inactivity_timeout
      4. 7.139.4. phase
      5. 7.139.5. proxy_url
      6. 7.139.6. shallow
      7. 7.139.7. transfer_url
      8. 7.139.8. backup
      9. 7.139.9. host
      10. 7.139.10. image
    140. 7.140. ImageTransferDirection enum
    141. 7.141. ImageTransferPhase enum
      1. 7.141.1. cancelled
      2. 7.141.2. finalizing_success
      3. 7.141.3. finished_failure
      4. 7.141.4. finished_success
      5. 7.141.5. initializing
      6. 7.141.6. paused_system
      7. 7.141.7. resuming
      8. 7.141.8. unknown
    142. 7.142. ImageTransferTimeoutPolicy enum
      1. 7.142.1. cancel
      2. 7.142.2. legacy
      3. 7.142.3. pause
    143. 7.143. InheritableBoolean enum
    144. 7.144. Initialization struct
      1. 7.144.1. cloud_init
      2. 7.144.2. cloud_init_network_protocol
    145. 7.145. InstanceType struct
      1. 7.145.1. auto_pinning_policy
      2. 7.145.2. cpu
      3. 7.145.3. cpu_pinning_policy
      4. 7.145.4. custom_compatibility_version
      5. 7.145.5. high_availability
      6. 7.145.6. initialization
      7. 7.145.7. large_icon
      8. 7.145.8. lease
      9. 7.145.9. memory
      10. 7.145.10. migration
      11. 7.145.11. migration_downtime
      12. 7.145.12. origin
      13. 7.145.13. placement_policy
      14. 7.145.14. small_icon
      15. 7.145.15. sso
      16. 7.145.16. tpm_enabled
    146. 7.146. Io struct
    147. 7.147. Ip struct
      1. 7.147.1. address
      2. 7.147.2. netmask
      3. 7.147.3. version
    148. 7.148. IpAddressAssignment struct
    149. 7.149. IpVersion enum
    150. 7.150. IscsiBond struct
    151. 7.151. IscsiDetails struct
    152. 7.152. Job struct
      1. 7.152.1. external
    153. 7.153. JobStatus enum
      1. 7.153.1. aborted
      2. 7.153.2. finished
      3. 7.153.3. started
      4. 7.153.4. unknown
    154. 7.154. KatelloErratum struct
      1. 7.154.1. severity
      2. 7.154.2. type
    155. 7.155. KdumpStatus enum
    156. 7.156. Kernel struct
    157. 7.157. Ksm struct
    158. 7.158. LinkLayerDiscoveryProtocolElement struct
      1. 7.158.1. oui
      2. 7.158.2. subtype
    159. 7.159. LogMaxMemoryUsedThresholdType enum
      1. 7.159.1. absolute_value_in_mb
      2. 7.159.2. percentage
    160. 7.160. LogSeverity enum
      1. 7.160.1. alert
      2. 7.160.2. error
      3. 7.160.3. normal
      4. 7.160.4. warning
    161. 7.161. LogicalUnit struct
      1. 7.161.1. discard_max_size
      2. 7.161.2. discard_zeroes_data
    162. 7.162. LunStatus enum
    163. 7.163. MDevType struct
    164. 7.164. Mac struct
    165. 7.165. MacPool struct
      1. 7.165.1. allow_duplicates
      2. 7.165.2. default_pool
      3. 7.165.3. ranges
    166. 7.166. MemoryOverCommit struct
    167. 7.167. MemoryPolicy struct
      1. 7.167.1. guaranteed
      2. 7.167.2. max
    168. 7.168. MessageBrokerType enum
    169. 7.169. Method struct
    170. 7.170. MigrateOnError enum
    171. 7.171. MigrationBandwidth struct
      1. 7.171.1. custom_value
    172. 7.172. MigrationBandwidthAssignmentMethod enum
      1. 7.172.1. auto
    173. 7.173. MigrationOptions struct
      1. 7.173.1. custom_parallel_migrations
    174. 7.174. MigrationPolicy struct
    175. 7.175. Network struct
      1. 7.175.1. dns_resolver_configuration
      2. 7.175.2. port_isolation
      3. 7.175.3. required
      4. 7.175.4. status
      5. 7.175.5. usages
      6. 7.175.6. vdsm_name
      7. 7.175.7. cluster
      8. 7.175.8. external_provider
      9. 7.175.9. external_provider_physical_network
    176. 7.176. NetworkAttachment struct
      1. 7.176.1. dns_resolver_configuration
      2. 7.176.2. properties
    177. 7.177. NetworkConfiguration struct
    178. 7.178. NetworkFilter struct
      1. 7.178.1. version
    179. 7.179. NetworkFilterParameter struct
    180. 7.180. NetworkLabel struct
    181. 7.181. NetworkPluginType enum
      1. 7.181.1. open_vswitch
    182. 7.182. NetworkStatus enum
    183. 7.183. NetworkUsage enum
      1. 7.183.1. default_route
      2. 7.183.2. management
    184. 7.184. NfsProfileDetail struct
    185. 7.185. NfsVersion enum
      1. 7.185.1. v4_0
      2. 7.185.2. v4_2
    186. 7.186. Nic struct
      1. 7.186.1. network
      2. 7.186.2. vms
    187. 7.187. NicConfiguration struct
    188. 7.188. NicInterface enum
    189. 7.189. NicStatus enum
    190. 7.190. NotifiableEvent enum
      1. 7.190.1. gluster_volume_rebalance_not_found_from_cli
      2. 7.190.2. host_untrusted
      3. 7.190.3. remove_gluster_volume_bricks_not_found_from_cli
    191. 7.191. NotificationMethod enum
      1. 7.191.1. smtp
      2. 7.191.2. snmp
    192. 7.192. NumaNode struct
      1. 7.192.1. statistics
    193. 7.193. NumaNodePin struct
      1. 7.193.1. host_numa_node
      2. 7.193.2. pinned
    194. 7.194. NumaTuneMode enum
    195. 7.195. OpenStackImage struct
    196. 7.196. OpenStackImageProvider struct
      1. 7.196.1. requires_authentication
      2. 7.196.2. tenant_name
    197. 7.197. OpenStackNetwork struct
    198. 7.198. OpenStackNetworkProvider struct
      1. 7.198.1. agent_configuration
      2. 7.198.2. auto_sync
      3. 7.198.3. external_plugin_type
      4. 7.198.4. plugin_type
      5. 7.198.5. read_only
      6. 7.198.6. requires_authentication
      7. 7.198.7. tenant_name
      8. 7.198.8. unmanaged
    199. 7.199. OpenStackNetworkProviderType enum
      1. 7.199.1. external
      2. 7.199.2. neutron
    200. 7.200. OpenStackProvider struct
      1. 7.200.1. requires_authentication
      2. 7.200.2. tenant_name
    201. 7.201. OpenStackSubnet struct
      1. 7.201.1. ip_version
    202. 7.202. OpenStackVolumeProvider struct
      1. 7.202.1. requires_authentication
      2. 7.202.2. tenant_name
    203. 7.203. OpenStackVolumeType struct
    204. 7.204. OpenstackVolumeAuthenticationKey struct
    205. 7.205. OpenstackVolumeAuthenticationKeyUsageType enum
    206. 7.206. OperatingSystem struct
      1. 7.206.1. boot
      2. 7.206.2. cmdline
      3. 7.206.3. custom_kernel_cmdline
      4. 7.206.4. initrd
      5. 7.206.5. kernel
      6. 7.206.6. reported_kernel_cmdline
      7. 7.206.7. type
    207. 7.207. OperatingSystemInfo struct
      1. 7.207.1. large_icon
      2. 7.207.2. small_icon
    208. 7.208. Option struct
    209. 7.209. OsType enum
    210. 7.210. Package struct
    211. 7.211. ParallelMigrationsPolicy enum
      1. 7.211.1. auto
      2. 7.211.2. custom
    212. 7.212. Payload struct
    213. 7.213. PayloadEncoding enum
    214. 7.214. Permission struct
    215. 7.215. Permit struct
    216. 7.216. PmProxy struct
    217. 7.217. PmProxyType enum
    218. 7.218. PolicyUnitType enum
    219. 7.219. PortMirroring struct
    220. 7.220. PowerManagement struct
      1. 7.220.1. agents
      2. 7.220.2. automatic_pm_enabled
      3. 7.220.3. kdump_detection
      4. 7.220.4. type
    221. 7.221. PowerManagementStatus enum
    222. 7.222. Product struct
    223. 7.223. ProductInfo struct
      1. 7.223.1. vendor
    224. 7.224. ProfileDetail struct
    225. 7.225. Property struct
    226. 7.226. ProxyTicket struct
    227. 7.227. QcowVersion enum
      1. 7.227.1. qcow2_v3
    228. 7.228. Qos struct
      1. 7.228.1. cpu_limit
      2. 7.228.2. inbound_average
      3. 7.228.3. inbound_burst
      4. 7.228.4. inbound_peak
      5. 7.228.5. max_iops
      6. 7.228.6. max_read_iops
      7. 7.228.7. max_read_throughput
      8. 7.228.8. max_throughput
      9. 7.228.9. max_write_iops
      10. 7.228.10. max_write_throughput
      11. 7.228.11. outbound_average
      12. 7.228.12. outbound_average_linkshare
      13. 7.228.13. outbound_average_realtime
      14. 7.228.14. outbound_average_upperlimit
      15. 7.228.15. outbound_burst
      16. 7.228.16. outbound_peak