NutanixClustermgmt - the Ruby gem for the Nutanix Cluster Management APIs
Manage Hosts, Clusters and other Infrastructure.
This SDK is automatically generated by the OpenAPI Generator project:
- API version: 4.0.2
- Package version: 1.0.0
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
To build the Ruby code into a gem:
gem build nutanix_clustermgmt.gemspec
Then either install the gem locally:
gem install ./nutanix_clustermgmt-1.0.0.gem
(for development, run gem install --dev ./nutanix_clustermgmt-1.0.0.gem
to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'nutanix_clustermgmt', '~> 1.0.0'
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
gem 'nutanix_clustermgmt', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
Include the Ruby code directly using -I
as follows:
ruby -Ilib script.rb
Please follow the installation procedure and then run the following code:
# Load the gem
require 'nutanix_clustermgmt'
# Setup authorization
NutanixClustermgmt.configure do |config|
# Configure API key authorization: apiKeyAuthScheme
config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
# Configure HTTP basic authorization: basicAuthScheme
config.username = 'YOUR_USERNAME'
config.password = 'YOUR_PASSWORD'
end
api_instance = NutanixClustermgmt::BmcApi.new
cluster_ext_id = '960de8e0-115b-4bb8-b263-e69bd907a6f4' # String | Cluster UUID
ext_id = '9241b35f-1ba4-4f8a-b6a1-9ee30de274c6' # String | Host UUID
begin
#Get BMC details
result = api_instance.get_bmc_info(cluster_ext_id, ext_id)
p result
rescue NutanixClustermgmt::ApiError => e
puts "Exception when calling BmcApi->get_bmc_info: #{e}"
end
All URIs are relative to https://:9440/api
Class | Method | HTTP request | Description |
---|---|---|---|
NutanixClustermgmt::BmcApi | get_bmc_info | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts/{extId}/bmc-info | Get BMC details |
NutanixClustermgmt::BmcApi | update_bmc_info | PUT /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts/{extId}/bmc-info | Update BMC info summary |
NutanixClustermgmt::ClusterProfilesApi | apply_cluster_profile | POST /clustermgmt/v4.0/config/cluster-profiles/{extId}/$actions/apply | Apply cluster profile |
NutanixClustermgmt::ClusterProfilesApi | create_cluster_profile | POST /clustermgmt/v4.0/config/cluster-profiles | Create a cluster profile |
NutanixClustermgmt::ClusterProfilesApi | delete_cluster_profile_by_id | DELETE /clustermgmt/v4.0/config/cluster-profiles/{extId} | Delete cluster profile |
NutanixClustermgmt::ClusterProfilesApi | disassociate_cluster_from_cluster_profile | POST /clustermgmt/v4.0/config/cluster-profiles/{extId}/$actions/disassociate-cluster | Disassociate cluster from a cluster profile |
NutanixClustermgmt::ClusterProfilesApi | get_cluster_profile_by_id | GET /clustermgmt/v4.0/config/cluster-profiles/{extId} | Get cluster profile |
NutanixClustermgmt::ClusterProfilesApi | list_cluster_profiles | GET /clustermgmt/v4.0/config/cluster-profiles | List cluster profiles |
NutanixClustermgmt::ClusterProfilesApi | update_cluster_profile_by_id | PUT /clustermgmt/v4.0/config/cluster-profiles/{extId} | Update cluster profile |
NutanixClustermgmt::ClustersApi | add_snmp_transport | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/$actions/add-transports | Add SNMP transport ports and protocol details |
NutanixClustermgmt::ClustersApi | associate_categories_to_cluster | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/$actions/associate-categories | Associate categories to the cluster |
NutanixClustermgmt::ClustersApi | check_hypervisor_requirements | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/$actions/check-hypervisor-requirements | Get hypervisor ISO upload information |
NutanixClustermgmt::ClustersApi | create_cluster | POST /clustermgmt/v4.0/config/clusters | Create a cluster |
NutanixClustermgmt::ClustersApi | create_rsyslog_server | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/rsyslog-servers | Add RSYSLOG server configuration |
NutanixClustermgmt::ClustersApi | create_snmp_trap | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/traps | Add SNMP trap |
NutanixClustermgmt::ClustersApi | create_snmp_user | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/users | Add SNMP user |
NutanixClustermgmt::ClustersApi | delete_cluster_by_id | DELETE /clustermgmt/v4.0/config/clusters/{extId} | Delete a cluster |
NutanixClustermgmt::ClustersApi | delete_rsyslog_server_by_id | DELETE /clustermgmt/v4.0/config/clusters/{clusterExtId}/rsyslog-servers/{extId} | Delete RSYSLOG server configuration |
NutanixClustermgmt::ClustersApi | delete_snmp_trap_by_id | DELETE /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/traps/{extId} | Delete SNMP trap |
NutanixClustermgmt::ClustersApi | delete_snmp_user_by_id | DELETE /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/users/{extId} | Delete SNMP user |
NutanixClustermgmt::ClustersApi | disassociate_categories_from_cluster | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/$actions/disassociate-categories | Disassociate categories from the cluster |
NutanixClustermgmt::ClustersApi | discover_unconfigured_nodes | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/$actions/discover-unconfigured-nodes | Discover unconfigured nodes |
NutanixClustermgmt::ClustersApi | enter_host_maintenance | POST /clustermgmt/v4.0/operations/clusters/{clusterExtId}/hosts/{extId}/$actions/enter-host-maintenance | Enter host into maintenance mode |
NutanixClustermgmt::ClustersApi | exit_host_maintenance | POST /clustermgmt/v4.0/operations/clusters/{clusterExtId}/hosts/{extId}/$actions/exit-host-maintenance | Exit host from maintenance mode |
NutanixClustermgmt::ClustersApi | expand_cluster | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/$actions/expand-cluster | Add node on a cluster |
NutanixClustermgmt::ClustersApi | fetch_node_networking_details | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/$actions/fetch-node-networking-details | Get network information of unconfigured nodes |
NutanixClustermgmt::ClustersApi | fetch_task_response | GET /clustermgmt/v4.0/config/task-response/{extId} | Get task response based on the type of request |
NutanixClustermgmt::ClustersApi | get_cluster_by_id | GET /clustermgmt/v4.0/config/clusters/{extId} | Get details of a cluster |
NutanixClustermgmt::ClustersApi | get_cluster_stats | GET /clustermgmt/v4.0/stats/clusters/{extId} | Get cluster statistics |
NutanixClustermgmt::ClustersApi | get_host_by_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts/{extId} | Get the details of host associated with the cluster |
NutanixClustermgmt::ClustersApi | get_host_nic_by_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts/{hostExtId}/host-nics/{extId} | Get host NIC |
NutanixClustermgmt::ClustersApi | get_host_stats | GET /clustermgmt/v4.0/stats/clusters/{clusterExtId}/hosts/{extId} | Get host statistics |
NutanixClustermgmt::ClustersApi | get_rackable_unit_by_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/rackable-units/{extId} | Get the rackable unit details |
NutanixClustermgmt::ClustersApi | get_rsyslog_server_by_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/rsyslog-servers/{extId} | Get RSYSLOG server configuration |
NutanixClustermgmt::ClustersApi | get_snmp_config_by_cluster_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp | Get SNMP config details of a cluster |
NutanixClustermgmt::ClustersApi | get_snmp_trap_by_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/traps/{extId} | Get SNMP trap configuration details |
NutanixClustermgmt::ClustersApi | get_snmp_user_by_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/users/{extId} | Get SNMP user information |
NutanixClustermgmt::ClustersApi | get_virtual_nic_by_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts/{hostExtId}/virtual-nics/{extId} | Get virtual NIC |
NutanixClustermgmt::ClustersApi | list_clusters | GET /clustermgmt/v4.0/config/clusters | Get the list of clusters |
NutanixClustermgmt::ClustersApi | list_host_nics_by_host_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts/{hostExtId}/host-nics | Get the list of host NICs |
NutanixClustermgmt::ClustersApi | list_hosts | GET /clustermgmt/v4.0/config/hosts | Get the list of all host entities |
NutanixClustermgmt::ClustersApi | list_hosts_by_cluster_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts | Get the list of hosts associated with a cluster |
NutanixClustermgmt::ClustersApi | list_physical_gpu_profiles | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/physical-gpu-profiles | List Physical GPU profiles. |
NutanixClustermgmt::ClustersApi | list_rackable_units_by_cluster_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/rackable-units | Get the list of rackable units |
NutanixClustermgmt::ClustersApi | list_rsyslog_servers_by_cluster_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/rsyslog-servers | Get the list of RSYSLOG server configurations |
NutanixClustermgmt::ClustersApi | list_virtual_gpu_profiles | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/virtual-gpu-profiles | List Virtual GPU profiles. |
NutanixClustermgmt::ClustersApi | list_virtual_nics_by_host_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts/{hostExtId}/virtual-nics | Get the list of virtual NICs |
NutanixClustermgmt::ClustersApi | remove_node | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/$actions/remove-node | Remove nodes from the cluster |
NutanixClustermgmt::ClustersApi | remove_snmp_transport | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/$actions/remove-transports | Remove SNMP transport ports and protocol details |
NutanixClustermgmt::ClustersApi | update_cluster_by_id | PUT /clustermgmt/v4.0/config/clusters/{extId} | Update cluster |
NutanixClustermgmt::ClustersApi | update_rsyslog_server_by_id | PUT /clustermgmt/v4.0/config/clusters/{clusterExtId}/rsyslog-servers/{extId} | Update RSYSLOG server configuration |
NutanixClustermgmt::ClustersApi | update_snmp_status | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/$actions/update-status | Update SNMP status |
NutanixClustermgmt::ClustersApi | update_snmp_trap_by_id | PUT /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/traps/{extId} | Update SNMP trap |
NutanixClustermgmt::ClustersApi | update_snmp_user_by_id | PUT /clustermgmt/v4.0/config/clusters/{clusterExtId}/snmp/users/{extId} | Update SNMP user |
NutanixClustermgmt::ClustersApi | validate_node | POST /clustermgmt/v4.0/config/clusters/{clusterExtId}/$actions/validate-node | Validates hypervisor bundle and node uplinks |
NutanixClustermgmt::DisksApi | add_disk | POST /clustermgmt/v4.0/config/clusters/{extId}/$actions/add-disk | Adds Disk to a cluster |
NutanixClustermgmt::DisksApi | delete_disk_by_id | DELETE /clustermgmt/v4.0/config/disks/{extId} | Removes Disk from a cluster |
NutanixClustermgmt::DisksApi | get_disk_by_id | GET /clustermgmt/v4.0/config/disks/{extId} | Get Disk by its external identifier |
NutanixClustermgmt::DisksApi | get_disk_stats | GET /clustermgmt/v4.0/stats/disks/{extId} | Get stats for the existing Disk |
NutanixClustermgmt::DisksApi | list_disks | GET /clustermgmt/v4.0/config/disks | Get Disks for all the clusters |
NutanixClustermgmt::PcieDevicesApi | list_pcie_devices | GET /clustermgmt/v4.0/ahv/config/pcie-devices | Fetch the PCIe devices |
NutanixClustermgmt::StorageContainersApi | create_storage_container | POST /clustermgmt/v4.0/config/storage-containers | Create a Storage Container |
NutanixClustermgmt::StorageContainersApi | delete_storage_container_by_id | DELETE /clustermgmt/v4.0/config/storage-containers/{extId} | Delete a Storage Container |
NutanixClustermgmt::StorageContainersApi | get_storage_container_by_id | GET /clustermgmt/v4.0/config/storage-containers/{extId} | Get Storage Container configuration |
NutanixClustermgmt::StorageContainersApi | get_storage_container_stats | GET /clustermgmt/v4.0/stats/storage-containers/{extId} | Get Stats for a Storage Container |
NutanixClustermgmt::StorageContainersApi | list_data_stores_by_cluster_id | GET /clustermgmt/v4.0/config/clusters/{clusterExtId}/storage-containers/datastores | List datastores of a cluster |
NutanixClustermgmt::StorageContainersApi | list_storage_containers | GET /clustermgmt/v4.0/config/storage-containers | List Storage Containers |
NutanixClustermgmt::StorageContainersApi | mount_storage_container | POST /clustermgmt/v4.0/config/storage-containers/{extId}/$actions/mount | Mount Storage Container on ESX datastore |
NutanixClustermgmt::StorageContainersApi | unmount_storage_container | POST /clustermgmt/v4.0/config/storage-containers/{extId}/$actions/unmount | Unmount Storage Container from ESX datastore |
NutanixClustermgmt::StorageContainersApi | update_storage_container_by_id | PUT /clustermgmt/v4.0/config/storage-containers/{extId} | Update a Storage Container |
NutanixClustermgmt::VcenterExtensionsApi | get_vcenter_extension_by_id | GET /clustermgmt/v4.0/config/vcenter-extensions/{extId} | Get vCenter server extension. |
NutanixClustermgmt::VcenterExtensionsApi | list_vcenter_extensions | GET /clustermgmt/v4.0/config/vcenter-extensions | List vCenter server extensions. |
NutanixClustermgmt::VcenterExtensionsApi | register_vcenter_extension | POST /clustermgmt/v4.0/config/vcenter-extensions/{extId}/$actions/register | Register vCenter server extension. |
NutanixClustermgmt::VcenterExtensionsApi | unregister_vcenter_extension | POST /clustermgmt/v4.0/config/vcenter-extensions/{extId}/$actions/unregister | Unregister vCenter server extension. |
- NutanixClustermgmt::AddDisk202Response
- NutanixClustermgmt::AddDisk4XXResponse
- NutanixClustermgmt::AddSnmpTransport202Response
- NutanixClustermgmt::AddSnmpTransport4XXResponse
- NutanixClustermgmt::ApplyClusterProfile202Response
- NutanixClustermgmt::ApplyClusterProfile4XXResponse
- NutanixClustermgmt::AssociateCategoriesToCluster202Response
- NutanixClustermgmt::AssociateCategoriesToCluster4XXResponse
- NutanixClustermgmt::CheckHypervisorRequirements202Response
- NutanixClustermgmt::CheckHypervisorRequirements4XXResponse
- NutanixClustermgmt::ClustermgmtV40AhvConfigListPcieDevicesApiResponse
- NutanixClustermgmt::ClustermgmtV40AhvConfigListPcieDevicesApiResponseData
- NutanixClustermgmt::ClustermgmtV40AhvConfigPcieDevice
- NutanixClustermgmt::ClustermgmtV40AhvConfigPcieDeviceConfiguration
- NutanixClustermgmt::ClustermgmtV40AhvConfigPcieDeviceState
- NutanixClustermgmt::ClustermgmtV40ConfigAcropolisConnectionState
- NutanixClustermgmt::ClustermgmtV40ConfigAddDiskApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigAddSnmpTransportsApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigAddressType
- NutanixClustermgmt::ClustermgmtV40ConfigApplyClusterProfileApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigAssociateCategoriesToClusterApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigAssociateCategoriesToClusterApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigAttributeItem
- NutanixClustermgmt::ClustermgmtV40ConfigAuthorizedPublicKey
- NutanixClustermgmt::ClustermgmtV40ConfigBackplaneNetworkParams
- NutanixClustermgmt::ClustermgmtV40ConfigBlockItem
- NutanixClustermgmt::ClustermgmtV40ConfigBmcInfo
- NutanixClustermgmt::ClustermgmtV40ConfigBuildInfo
- NutanixClustermgmt::ClustermgmtV40ConfigBuildReference
- NutanixClustermgmt::ClustermgmtV40ConfigBundleInfo
- NutanixClustermgmt::ClustermgmtV40ConfigBundleParam
- NutanixClustermgmt::ClustermgmtV40ConfigCacheDeduplication
- NutanixClustermgmt::ClustermgmtV40ConfigCategoryEntityReferences
- NutanixClustermgmt::ClustermgmtV40ConfigCheckHypervisorRequirementsApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigCluster
- NutanixClustermgmt::ClustermgmtV40ConfigClusterArchReference
- NutanixClustermgmt::ClustermgmtV40ConfigClusterConfig
- NutanixClustermgmt::ClustermgmtV40ConfigClusterConfigReference
- NutanixClustermgmt::ClustermgmtV40ConfigClusterFaultToleranceRef
- NutanixClustermgmt::ClustermgmtV40ConfigClusterFunctionRef
- NutanixClustermgmt::ClustermgmtV40ConfigClusterNetwork
- NutanixClustermgmt::ClustermgmtV40ConfigClusterNetworkReference
- NutanixClustermgmt::ClustermgmtV40ConfigClusterProfile
- NutanixClustermgmt::ClustermgmtV40ConfigClusterReference
- NutanixClustermgmt::ClustermgmtV40ConfigClusterReferenceListSpec
- NutanixClustermgmt::ClustermgmtV40ConfigComponentFaultTolerance
- NutanixClustermgmt::ClustermgmtV40ConfigComponentType
- NutanixClustermgmt::ClustermgmtV40ConfigComputeNodeItem
- NutanixClustermgmt::ClustermgmtV40ConfigComputeNonMigratableVmsSpec
- NutanixClustermgmt::ClustermgmtV40ConfigConfigParams
- NutanixClustermgmt::ClustermgmtV40ConfigConfigType
- NutanixClustermgmt::ClustermgmtV40ConfigControllerVmReference
- NutanixClustermgmt::ClustermgmtV40ConfigCreateClusterApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigCreateClusterProfileApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigCreateRsyslogServerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigCreateSnmpTrapApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigCreateSnmpUserApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigCreateStorageContainerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigCredentialStatus
- NutanixClustermgmt::ClustermgmtV40ConfigDataStore
- NutanixClustermgmt::ClustermgmtV40ConfigDataStoreMount
- NutanixClustermgmt::ClustermgmtV40ConfigDataStoreUnmount
- NutanixClustermgmt::ClustermgmtV40ConfigDeleteClusterApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDeleteClusterProfileApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDeleteDiskApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDeleteRsyslogServerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDeleteSnmpTrapApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDeleteSnmpUserApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDeleteStorageContainerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDigitalCertificateMapReference
- NutanixClustermgmt::ClustermgmtV40ConfigDisassociateCategoriesFromClusterApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDisassociateClusterFromClusterProfileApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDiscoverUnconfiguredNodesApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigDisk
- NutanixClustermgmt::ClustermgmtV40ConfigDiskAdditionSpec
- NutanixClustermgmt::ClustermgmtV40ConfigDiskAdvanceConfig
- NutanixClustermgmt::ClustermgmtV40ConfigDiskPartitionInfo
- NutanixClustermgmt::ClustermgmtV40ConfigDiskReference
- NutanixClustermgmt::ClustermgmtV40ConfigDiskStatus
- NutanixClustermgmt::ClustermgmtV40ConfigDomainAwarenessLevel
- NutanixClustermgmt::ClustermgmtV40ConfigDomainFaultTolerance
- NutanixClustermgmt::ClustermgmtV40ConfigDomainType
- NutanixClustermgmt::ClustermgmtV40ConfigDriveReplacementOption
- NutanixClustermgmt::ClustermgmtV40ConfigEncryptionOptionInfo
- NutanixClustermgmt::ClustermgmtV40ConfigEncryptionScopeInfo
- NutanixClustermgmt::ClustermgmtV40ConfigEncryptionStatus
- NutanixClustermgmt::ClustermgmtV40ConfigErasureCodeStatus
- NutanixClustermgmt::ClustermgmtV40ConfigExpandClusterApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigExpandClusterParams
- NutanixClustermgmt::ClustermgmtV40ConfigFaultToleranceState
- NutanixClustermgmt::ClustermgmtV40ConfigFetchNodeNetworkingDetailsApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigFetchTaskApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigFetchTaskApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetBmcInfoResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetBmcInfoResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetClusterApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetClusterApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetClusterProfileApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetClusterProfileApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetDiskApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetDiskApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetHostApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetHostApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetHostNicApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetHostNicApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetRackableUnitApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetRackableUnitApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetRsyslogServerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetRsyslogServerApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetSnmpConfigByClusterIdApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetSnmpConfigByClusterIdApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetSnmpTrapApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetSnmpTrapApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetSnmpUserApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetSnmpUserApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetStorageContainerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetStorageContainerApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetVcenterExtensionApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetVcenterExtensionApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGetVirtualNicApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigGetVirtualNicApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigGpuMode
- NutanixClustermgmt::ClustermgmtV40ConfigGpuType
- NutanixClustermgmt::ClustermgmtV40ConfigHost
- NutanixClustermgmt::ClustermgmtV40ConfigHostGpu
- NutanixClustermgmt::ClustermgmtV40ConfigHostNameParam
- NutanixClustermgmt::ClustermgmtV40ConfigHostNic
- NutanixClustermgmt::ClustermgmtV40ConfigHostTypeEnum
- NutanixClustermgmt::ClustermgmtV40ConfigHttpProxyConfig
- NutanixClustermgmt::ClustermgmtV40ConfigHttpProxyType
- NutanixClustermgmt::ClustermgmtV40ConfigHttpProxyWhiteListConfig
- NutanixClustermgmt::ClustermgmtV40ConfigHttpProxyWhiteListTargetType
- NutanixClustermgmt::ClustermgmtV40ConfigHypervCredentials
- NutanixClustermgmt::ClustermgmtV40ConfigHypervisorIsoMap
- NutanixClustermgmt::ClustermgmtV40ConfigHypervisorReference
- NutanixClustermgmt::ClustermgmtV40ConfigHypervisorState
- NutanixClustermgmt::ClustermgmtV40ConfigHypervisorType
- NutanixClustermgmt::ClustermgmtV40ConfigHypervisorUploadInfo
- NutanixClustermgmt::ClustermgmtV40ConfigHypervisorUploadNodeListItem
- NutanixClustermgmt::ClustermgmtV40ConfigHypervisorUploadParam
- NutanixClustermgmt::ClustermgmtV40ConfigIpmiReference
- NutanixClustermgmt::ClustermgmtV40ConfigKeyManagementDeviceToCertStatusInfo
- NutanixClustermgmt::ClustermgmtV40ConfigKeyManagementServerType
- NutanixClustermgmt::ClustermgmtV40ConfigListClusterProfilesApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListClusterProfilesApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListClustersApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListClustersApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListDataStoresByClusterIdApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListDataStoresByClusterIdApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListDisksApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListDisksApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListHostNicsByHostIdApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListHostNicsByHostIdApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListHostsApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListHostsByClusterIdApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListHostsByClusterIdApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListPhysicalGpuProfilesApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListPhysicalGpuProfilesApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListRackableUnitsByClusterIdApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListRackableUnitsByClusterIdApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListRsyslogServersByClusterIdApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListRsyslogServersByClusterIdApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListStorageContainersApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListStorageContainersApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListVcenterExtensionsApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListVcenterExtensionsApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListVirtualGpuProfilesApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListVirtualGpuProfilesApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigListVirtualNicsByHostIdApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigListVirtualNicsByHostIdApiResponseData
- NutanixClustermgmt::ClustermgmtV40ConfigManagedCluster
- NutanixClustermgmt::ClustermgmtV40ConfigManagementServerRef
- NutanixClustermgmt::ClustermgmtV40ConfigManagementServerType
- NutanixClustermgmt::ClustermgmtV40ConfigMountStorageContainerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigMultiDomainFaultToleranceStatus
- NutanixClustermgmt::ClustermgmtV40ConfigNameMacRef
- NutanixClustermgmt::ClustermgmtV40ConfigNameNetworkRef
- NutanixClustermgmt::ClustermgmtV40ConfigNetworkInfo
- NutanixClustermgmt::ClustermgmtV40ConfigNetworkSwitchInterface
- NutanixClustermgmt::ClustermgmtV40ConfigNodeDetails
- NutanixClustermgmt::ClustermgmtV40ConfigNodeDiscoveryParams
- NutanixClustermgmt::ClustermgmtV40ConfigNodeInfo
- NutanixClustermgmt::ClustermgmtV40ConfigNodeItem
- NutanixClustermgmt::ClustermgmtV40ConfigNodeListItemReference
- NutanixClustermgmt::ClustermgmtV40ConfigNodeListNetworkingDetails
- NutanixClustermgmt::ClustermgmtV40ConfigNodeNetworkConfig
- NutanixClustermgmt::ClustermgmtV40ConfigNodeNetworkingDetails
- NutanixClustermgmt::ClustermgmtV40ConfigNodeParam
- NutanixClustermgmt::ClustermgmtV40ConfigNodeReference
- NutanixClustermgmt::ClustermgmtV40ConfigNodeRemovalExtraParam
- NutanixClustermgmt::ClustermgmtV40ConfigNodeRemovalParams
- NutanixClustermgmt::ClustermgmtV40ConfigNodeResourceConfig
- NutanixClustermgmt::ClustermgmtV40ConfigNodeStatus
- NutanixClustermgmt::ClustermgmtV40ConfigNonCompatibleClusterReference
- NutanixClustermgmt::ClustermgmtV40ConfigNonMigratableVmInfo
- NutanixClustermgmt::ClustermgmtV40ConfigNonMigratableVmsResult
- NutanixClustermgmt::ClustermgmtV40ConfigOnDiskDedup
- NutanixClustermgmt::ClustermgmtV40ConfigOperationMode
- NutanixClustermgmt::ClustermgmtV40ConfigPIIScrubbingLevel
- NutanixClustermgmt::ClustermgmtV40ConfigPartitionType
- NutanixClustermgmt::ClustermgmtV40ConfigPhysicalGpuConfig
- NutanixClustermgmt::ClustermgmtV40ConfigPhysicalGpuProfile
- NutanixClustermgmt::ClustermgmtV40ConfigPublicKey
- NutanixClustermgmt::ClustermgmtV40ConfigPulseStatus
- NutanixClustermgmt::ClustermgmtV40ConfigRackReference
- NutanixClustermgmt::ClustermgmtV40ConfigRackableUnit
- NutanixClustermgmt::ClustermgmtV40ConfigRackableUnitModel
- NutanixClustermgmt::ClustermgmtV40ConfigRackableUnitNode
- NutanixClustermgmt::ClustermgmtV40ConfigRedundancyStatusDetails
- NutanixClustermgmt::ClustermgmtV40ConfigRegisterVcenterExtensionApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigRemoveNodeApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigRemoveSnmpTransportsApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigRsyslogModuleItem
- NutanixClustermgmt::ClustermgmtV40ConfigRsyslogModuleLogSeverityLevel
- NutanixClustermgmt::ClustermgmtV40ConfigRsyslogModuleName
- NutanixClustermgmt::ClustermgmtV40ConfigRsyslogNetworkProtocol
- NutanixClustermgmt::ClustermgmtV40ConfigRsyslogServer
- NutanixClustermgmt::ClustermgmtV40ConfigSmtpNetwork
- NutanixClustermgmt::ClustermgmtV40ConfigSmtpServerRef
- NutanixClustermgmt::ClustermgmtV40ConfigSmtpType
- NutanixClustermgmt::ClustermgmtV40ConfigSnmpAuthType
- NutanixClustermgmt::ClustermgmtV40ConfigSnmpConfig
- NutanixClustermgmt::ClustermgmtV40ConfigSnmpPrivType
- NutanixClustermgmt::ClustermgmtV40ConfigSnmpProtocol
- NutanixClustermgmt::ClustermgmtV40ConfigSnmpStatusParam
- NutanixClustermgmt::ClustermgmtV40ConfigSnmpTransport
- NutanixClustermgmt::ClustermgmtV40ConfigSnmpTrap
- NutanixClustermgmt::ClustermgmtV40ConfigSnmpTrapVersion
- NutanixClustermgmt::ClustermgmtV40ConfigSnmpUser
- NutanixClustermgmt::ClustermgmtV40ConfigSoftwareMapReference
- NutanixClustermgmt::ClustermgmtV40ConfigSoftwareTypeRef
- NutanixClustermgmt::ClustermgmtV40ConfigStorageContainer
- NutanixClustermgmt::ClustermgmtV40ConfigStorageSummary
- NutanixClustermgmt::ClustermgmtV40ConfigStorageTier
- NutanixClustermgmt::ClustermgmtV40ConfigStorageTierReference
- NutanixClustermgmt::ClustermgmtV40ConfigTaskResponse
- NutanixClustermgmt::ClustermgmtV40ConfigTaskResponseAllOfResponse
- NutanixClustermgmt::ClustermgmtV40ConfigTaskResponseType
- NutanixClustermgmt::ClustermgmtV40ConfigToleranceMessage
- NutanixClustermgmt::ClustermgmtV40ConfigUnconfigureNodeDetails
- NutanixClustermgmt::ClustermgmtV40ConfigUnconfiguredNodeAttributeMap
- NutanixClustermgmt::ClustermgmtV40ConfigUnconfiguredNodeListItem
- NutanixClustermgmt::ClustermgmtV40ConfigUnmountStorageContainerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUnregisterVcenterExtensionApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUpdateBmcInfoResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUpdateClusterApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUpdateClusterProfileApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUpdateRsyslogServerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUpdateSnmpStatusApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUpdateSnmpTrapApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUpdateSnmpUserApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUpdateStorageContainerApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigUpgradeStatus
- NutanixClustermgmt::ClustermgmtV40ConfigUplinkInfo
- NutanixClustermgmt::ClustermgmtV40ConfigUplinkNetworkItem
- NutanixClustermgmt::ClustermgmtV40ConfigUplinkNode
- NutanixClustermgmt::ClustermgmtV40ConfigUplinks
- NutanixClustermgmt::ClustermgmtV40ConfigUplinksField
- NutanixClustermgmt::ClustermgmtV40ConfigUploadInfoNodeItem
- NutanixClustermgmt::ClustermgmtV40ConfigUserInfo
- NutanixClustermgmt::ClustermgmtV40ConfigValidateBundleInfo
- NutanixClustermgmt::ClustermgmtV40ConfigValidateNodeApiResponse
- NutanixClustermgmt::ClustermgmtV40ConfigValidateNodeParam
- NutanixClustermgmt::ClustermgmtV40ConfigValidateNodeParamSpec
- NutanixClustermgmt::ClustermgmtV40ConfigVcenterCredentials
- NutanixClustermgmt::ClustermgmtV40ConfigVcenterExtension
- NutanixClustermgmt::ClustermgmtV40ConfigVcenterInfo
- NutanixClustermgmt::ClustermgmtV40ConfigVirtualGpuConfig
- NutanixClustermgmt::ClustermgmtV40ConfigVirtualGpuProfile
- NutanixClustermgmt::ClustermgmtV40ConfigVirtualNic
- NutanixClustermgmt::ClustermgmtV40ErrorAppMessage
- NutanixClustermgmt::ClustermgmtV40ErrorErrorResponse
- NutanixClustermgmt::ClustermgmtV40ErrorErrorResponseError
- NutanixClustermgmt::ClustermgmtV40ErrorMessageSeverity
- NutanixClustermgmt::ClustermgmtV40ErrorSchemaValidationError
- NutanixClustermgmt::ClustermgmtV40ErrorSchemaValidationErrorMessage
- NutanixClustermgmt::ClustermgmtV40OperationsEnterHostMaintenanceApiResponse
- NutanixClustermgmt::ClustermgmtV40OperationsEnterHostMaintenanceSpec
- NutanixClustermgmt::ClustermgmtV40OperationsExitHostMaintenanceApiResponse
- NutanixClustermgmt::ClustermgmtV40OperationsHostMaintenanceCommonSpec
- NutanixClustermgmt::ClustermgmtV40StatsClusterStats
- NutanixClustermgmt::ClustermgmtV40StatsClusterStatsApiResponse
- NutanixClustermgmt::ClustermgmtV40StatsClusterStatsApiResponseData
- NutanixClustermgmt::ClustermgmtV40StatsDiskStats
- NutanixClustermgmt::ClustermgmtV40StatsGetDiskStatsApiResponse
- NutanixClustermgmt::ClustermgmtV40StatsGetDiskStatsApiResponseData
- NutanixClustermgmt::ClustermgmtV40StatsGetStorageContainerStatsApiResponse
- NutanixClustermgmt::ClustermgmtV40StatsGetStorageContainerStatsApiResponseData
- NutanixClustermgmt::ClustermgmtV40StatsHostStats
- NutanixClustermgmt::ClustermgmtV40StatsHostStatsApiResponse
- NutanixClustermgmt::ClustermgmtV40StatsHostStatsApiResponseData
- NutanixClustermgmt::ClustermgmtV40StatsStorageContainerStats
- NutanixClustermgmt::ClustermgmtV40StatsTimeValuePair
- NutanixClustermgmt::CommonV10ConfigBasicAuth
- NutanixClustermgmt::CommonV10ConfigFQDN
- NutanixClustermgmt::CommonV10ConfigFlag
- NutanixClustermgmt::CommonV10ConfigIPAddress
- NutanixClustermgmt::CommonV10ConfigIPAddressOrFQDN
- NutanixClustermgmt::CommonV10ConfigIPv4Address
- NutanixClustermgmt::CommonV10ConfigIPv6Address
- NutanixClustermgmt::CommonV10ConfigKVPair
- NutanixClustermgmt::CommonV10ConfigKVPairValue
- NutanixClustermgmt::CommonV10ConfigMapOfStringWrapper
- NutanixClustermgmt::CommonV10ConfigMessage
- NutanixClustermgmt::CommonV10ConfigMessageSeverity
- NutanixClustermgmt::CommonV10ConfigTenantAwareModel
- NutanixClustermgmt::CommonV10ResponseApiLink
- NutanixClustermgmt::CommonV10ResponseApiResponseMetadata
- NutanixClustermgmt::CommonV10ResponseExternalizableAbstractModel
- NutanixClustermgmt::CommonV10StatsDownSamplingOperator
- NutanixClustermgmt::CommonV10StatsTimeIntValuePair
- NutanixClustermgmt::CreateCluster202Response
- NutanixClustermgmt::CreateCluster4XXResponse
- NutanixClustermgmt::CreateClusterProfile202Response
- NutanixClustermgmt::CreateClusterProfile4XXResponse
- NutanixClustermgmt::CreateRsyslogServer202Response
- NutanixClustermgmt::CreateRsyslogServer4XXResponse
- NutanixClustermgmt::CreateSnmpTrap202Response
- NutanixClustermgmt::CreateSnmpTrap4XXResponse
- NutanixClustermgmt::CreateSnmpUser202Response
- NutanixClustermgmt::CreateSnmpUser4XXResponse
- NutanixClustermgmt::CreateStorageContainer202Response
- NutanixClustermgmt::CreateStorageContainer4XXResponse
- NutanixClustermgmt::DeleteClusterById202Response
- NutanixClustermgmt::DeleteClusterById4XXResponse
- NutanixClustermgmt::DeleteClusterProfileById202Response
- NutanixClustermgmt::DeleteClusterProfileById4XXResponse
- NutanixClustermgmt::DeleteDiskById202Response
- NutanixClustermgmt::DeleteDiskById4XXResponse
- NutanixClustermgmt::DeleteRsyslogServerById202Response
- NutanixClustermgmt::DeleteRsyslogServerById4XXResponse
- NutanixClustermgmt::DeleteSnmpTrapById202Response
- NutanixClustermgmt::DeleteSnmpTrapById4XXResponse
- NutanixClustermgmt::DeleteSnmpUserById202Response
- NutanixClustermgmt::DeleteSnmpUserById4XXResponse
- NutanixClustermgmt::DeleteStorageContainerById202Response
- NutanixClustermgmt::DeleteStorageContainerById4XXResponse
- NutanixClustermgmt::DisassociateCategoriesFromCluster202Response
- NutanixClustermgmt::DisassociateCategoriesFromCluster4XXResponse
- NutanixClustermgmt::DisassociateClusterFromClusterProfile202Response
- NutanixClustermgmt::DisassociateClusterFromClusterProfile4XXResponse
- NutanixClustermgmt::DiscoverUnconfiguredNodes202Response
- NutanixClustermgmt::DiscoverUnconfiguredNodes4XXResponse
- NutanixClustermgmt::EnterHostMaintenance202Response
- NutanixClustermgmt::EnterHostMaintenance4XXResponse
- NutanixClustermgmt::ExitHostMaintenance202Response
- NutanixClustermgmt::ExitHostMaintenance4XXResponse
- NutanixClustermgmt::ExpandCluster202Response
- NutanixClustermgmt::ExpandCluster4XXResponse
- NutanixClustermgmt::FetchNodeNetworkingDetails202Response
- NutanixClustermgmt::FetchNodeNetworkingDetails4XXResponse
- NutanixClustermgmt::FetchTaskResponse200Response
- NutanixClustermgmt::FetchTaskResponse4XXResponse
- NutanixClustermgmt::GetBmcInfo200Response
- NutanixClustermgmt::GetBmcInfo4XXResponse
- NutanixClustermgmt::GetClusterById200Response
- NutanixClustermgmt::GetClusterById4XXResponse
- NutanixClustermgmt::GetClusterProfileById200Response
- NutanixClustermgmt::GetClusterProfileById4XXResponse
- NutanixClustermgmt::GetClusterStats200Response
- NutanixClustermgmt::GetClusterStats4XXResponse
- NutanixClustermgmt::GetDiskById200Response
- NutanixClustermgmt::GetDiskById4XXResponse
- NutanixClustermgmt::GetDiskStats200Response
- NutanixClustermgmt::GetDiskStats4XXResponse
- NutanixClustermgmt::GetHostById200Response
- NutanixClustermgmt::GetHostById4XXResponse
- NutanixClustermgmt::GetHostNicById200Response
- NutanixClustermgmt::GetHostNicById4XXResponse
- NutanixClustermgmt::GetHostStats200Response
- NutanixClustermgmt::GetHostStats4XXResponse
- NutanixClustermgmt::GetRackableUnitById200Response
- NutanixClustermgmt::GetRackableUnitById4XXResponse
- NutanixClustermgmt::GetRsyslogServerById200Response
- NutanixClustermgmt::GetRsyslogServerById4XXResponse
- NutanixClustermgmt::GetSnmpConfigByClusterId200Response
- NutanixClustermgmt::GetSnmpConfigByClusterId4XXResponse
- NutanixClustermgmt::GetSnmpTrapById200Response
- NutanixClustermgmt::GetSnmpTrapById4XXResponse
- NutanixClustermgmt::GetSnmpUserById200Response
- NutanixClustermgmt::GetSnmpUserById4XXResponse
- NutanixClustermgmt::GetStorageContainerById200Response
- NutanixClustermgmt::GetStorageContainerById4XXResponse
- NutanixClustermgmt::GetStorageContainerStats200Response
- NutanixClustermgmt::GetStorageContainerStats4XXResponse
- NutanixClustermgmt::GetVcenterExtensionById200Response
- NutanixClustermgmt::GetVcenterExtensionById4XXResponse
- NutanixClustermgmt::GetVirtualNicById200Response
- NutanixClustermgmt::GetVirtualNicById4XXResponse
- NutanixClustermgmt::ListClusterProfiles200Response
- NutanixClustermgmt::ListClusterProfiles4XXResponse
- NutanixClustermgmt::ListClusters200Response
- NutanixClustermgmt::ListClusters4XXResponse
- NutanixClustermgmt::ListDataStoresByClusterId200Response
- NutanixClustermgmt::ListDataStoresByClusterId4XXResponse
- NutanixClustermgmt::ListDisks200Response
- NutanixClustermgmt::ListDisks4XXResponse
- NutanixClustermgmt::ListHostNicsByHostId200Response
- NutanixClustermgmt::ListHostNicsByHostId4XXResponse
- NutanixClustermgmt::ListHosts200Response
- NutanixClustermgmt::ListHosts4XXResponse
- NutanixClustermgmt::ListHostsByClusterId200Response
- NutanixClustermgmt::ListHostsByClusterId4XXResponse
- NutanixClustermgmt::ListPcieDevices200Response
- NutanixClustermgmt::ListPcieDevices4XXResponse
- NutanixClustermgmt::ListPhysicalGpuProfiles200Response
- NutanixClustermgmt::ListPhysicalGpuProfiles4XXResponse
- NutanixClustermgmt::ListRackableUnitsByClusterId200Response
- NutanixClustermgmt::ListRackableUnitsByClusterId4XXResponse
- NutanixClustermgmt::ListRsyslogServersByClusterId200Response
- NutanixClustermgmt::ListRsyslogServersByClusterId4XXResponse
- NutanixClustermgmt::ListStorageContainers200Response
- NutanixClustermgmt::ListStorageContainers4XXResponse
- NutanixClustermgmt::ListVcenterExtensions200Response
- NutanixClustermgmt::ListVcenterExtensions4XXResponse
- NutanixClustermgmt::ListVirtualGpuProfiles200Response
- NutanixClustermgmt::ListVirtualGpuProfiles4XXResponse
- NutanixClustermgmt::ListVirtualNicsByHostId200Response
- NutanixClustermgmt::ListVirtualNicsByHostId4XXResponse
- NutanixClustermgmt::MountStorageContainer202Response
- NutanixClustermgmt::MountStorageContainer4XXResponse
- NutanixClustermgmt::PrismV40ConfigTaskReference
- NutanixClustermgmt::RegisterVcenterExtension202Response
- NutanixClustermgmt::RegisterVcenterExtension4XXResponse
- NutanixClustermgmt::RemoveNode202Response
- NutanixClustermgmt::RemoveNode4XXResponse
- NutanixClustermgmt::RemoveSnmpTransport202Response
- NutanixClustermgmt::RemoveSnmpTransport4XXResponse
- NutanixClustermgmt::UnmountStorageContainer202Response
- NutanixClustermgmt::UnmountStorageContainer4XXResponse
- NutanixClustermgmt::UnregisterVcenterExtension202Response
- NutanixClustermgmt::UnregisterVcenterExtension4XXResponse
- NutanixClustermgmt::UpdateBmcInfo202Response
- NutanixClustermgmt::UpdateBmcInfo4XXResponse
- NutanixClustermgmt::UpdateClusterById202Response
- NutanixClustermgmt::UpdateClusterById4XXResponse
- NutanixClustermgmt::UpdateClusterProfileById202Response
- NutanixClustermgmt::UpdateClusterProfileById4XXResponse
- NutanixClustermgmt::UpdateRsyslogServerById202Response
- NutanixClustermgmt::UpdateRsyslogServerById4XXResponse
- NutanixClustermgmt::UpdateSnmpStatus202Response
- NutanixClustermgmt::UpdateSnmpStatus4XXResponse
- NutanixClustermgmt::UpdateSnmpTrapById202Response
- NutanixClustermgmt::UpdateSnmpTrapById4XXResponse
- NutanixClustermgmt::UpdateSnmpUserById202Response
- NutanixClustermgmt::UpdateSnmpUserById4XXResponse
- NutanixClustermgmt::UpdateStorageContainerById202Response
- NutanixClustermgmt::UpdateStorageContainerById4XXResponse
- NutanixClustermgmt::ValidateNode202Response
- NutanixClustermgmt::ValidateNode4XXResponse
Authentication schemes defined for the API:
- Type: HTTP basic authentication
- Type: API key
- API key parameter name: X-ntnx-api-key
- Location: HTTP header