Skip to main content

Virtual Infrastructure JSON API

Project description

vmware-vi

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 8.0.1.0
  • Package version: 8.0.1.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.7+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/situation-sh/vmware-vi.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/situation-sh/vmware-vi.git)

Then import the package:

import vmware_vi

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import vmware_vi

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import time
import vmware_vi
from vmware_vi.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://localhost/sdk/vim25/8.0.1.0
# See configuration.py for a list of all supported configuration parameters.
configuration = vmware_vi.Configuration(
    host = "https://localhost/sdk/vim25/8.0.1.0"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: Session
configuration.api_key['Session'] = os.environ["API_KEY"]

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Session'] = 'Bearer'


# Enter a context with an instance of the API client
with vmware_vi.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = vmware_vi.AlarmApi(api_client)
    mo_id = 'mo_id_example' # str | A unique identifier (within this vCenter Server instance) for a specific managed object such as `group-d1` or `vm-015` or `ServiceInstance`.

    try:
        # List of custom field definitions that are valid for the object's type. 
        api_response = api_instance.alarm_get_available_field(mo_id)
        print("The response of AlarmApi->alarm_get_available_field:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AlarmApi->alarm_get_available_field: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://localhost/sdk/vim25/8.0.1.0

Class Method HTTP request Description
AlarmApi alarm_get_available_field GET /Alarm/{moId}/availableField List of custom field definitions that are valid for the object's type.
AlarmApi alarm_get_info GET /Alarm/{moId}/info Information about this alarm.
AlarmApi alarm_get_value GET /Alarm/{moId}/value List of custom field values.
AlarmApi alarm_reconfigure_alarm POST /Alarm/{moId}/ReconfigureAlarm Reconfigures the alarm properties.
AlarmApi alarm_remove_alarm POST /Alarm/{moId}/RemoveAlarm Removes the alarm.
AlarmApi alarm_set_custom_value POST /Alarm/{moId}/setCustomValue Assigns a value to a custom field.
AlarmManagerApi alarm_manager_acknowledge_alarm POST /AlarmManager/{moId}/AcknowledgeAlarm Acknowledge the alarm on a managed entity.
AlarmManagerApi alarm_manager_are_alarm_actions_enabled POST /AlarmManager/{moId}/AreAlarmActionsEnabled Returns true if alarm actions are enabled on the specified managed entity.
AlarmManagerApi alarm_manager_clear_triggered_alarms POST /AlarmManager/{moId}/ClearTriggeredAlarms Resets all triggered alarms to green.
AlarmManagerApi alarm_manager_create_alarm POST /AlarmManager/{moId}/CreateAlarm Creates an alarm.
AlarmManagerApi alarm_manager_disable_alarm POST /AlarmManager/{moId}/DisableAlarm Disables alarm for a specific entity.
AlarmManagerApi alarm_manager_enable_alarm POST /AlarmManager/{moId}/EnableAlarm Enables alarm for a specific entity.
AlarmManagerApi alarm_manager_enable_alarm_actions POST /AlarmManager/{moId}/EnableAlarmActions Enables or disables alarms on the specified managed entity.
AlarmManagerApi alarm_manager_get_alarm POST /AlarmManager/{moId}/GetAlarm Available alarms defined on the entity.
AlarmManagerApi alarm_manager_get_alarm_state POST /AlarmManager/{moId}/GetAlarmState The state of instantiated alarms on the entity.
AlarmManagerApi alarm_manager_get_default_expression GET /AlarmManager/{moId}/defaultExpression The default setting for each alarm expression, used to populate the initial client wizard screen.
AlarmManagerApi alarm_manager_get_description GET /AlarmManager/{moId}/description The static descriptive strings used in alarms.
AuthorizationManagerApi authorization_manager_add_authorization_role POST /AuthorizationManager/{moId}/AddAuthorizationRole Adds a new role.
AuthorizationManagerApi authorization_manager_fetch_user_privilege_on_entities POST /AuthorizationManager/{moId}/FetchUserPrivilegeOnEntities Get the list of effective privileges for a user, either granted explicitly, or through group membership.
AuthorizationManagerApi authorization_manager_get_description GET /AuthorizationManager/{moId}/description Static, descriptive strings for system roles and privileges.
AuthorizationManagerApi authorization_manager_get_privilege_list GET /AuthorizationManager/{moId}/privilegeList The list of system-defined privileges.
AuthorizationManagerApi authorization_manager_get_role_list GET /AuthorizationManager/{moId}/roleList The currently defined roles in the system, including static system-defined roles.
AuthorizationManagerApi authorization_manager_has_privilege_on_entities POST /AuthorizationManager/{moId}/HasPrivilegeOnEntities Check whether a session holds a set of privileges on a set of managed entities.
AuthorizationManagerApi authorization_manager_has_privilege_on_entity POST /AuthorizationManager/{moId}/HasPrivilegeOnEntity Check whether a session holds a set of privileges on a managed entity.
AuthorizationManagerApi authorization_manager_has_user_privilege_on_entities POST /AuthorizationManager/{moId}/HasUserPrivilegeOnEntities Checks if a user holds a certain set of privileges on a number of managed entities.
AuthorizationManagerApi authorization_manager_merge_permissions POST /AuthorizationManager/{moId}/MergePermissions Reassigns all permissions of a role to another role.
AuthorizationManagerApi authorization_manager_remove_authorization_role POST /AuthorizationManager/{moId}/RemoveAuthorizationRole Removes a role.
AuthorizationManagerApi authorization_manager_remove_entity_permission POST /AuthorizationManager/{moId}/RemoveEntityPermission Removes a permission rule from an entity.
AuthorizationManagerApi authorization_manager_reset_entity_permissions POST /AuthorizationManager/{moId}/ResetEntityPermissions Update the entire set of permissions defined on an entity.
AuthorizationManagerApi authorization_manager_retrieve_all_permissions POST /AuthorizationManager/{moId}/RetrieveAllPermissions Finds all permissions defined in the system.
AuthorizationManagerApi authorization_manager_retrieve_entity_permissions POST /AuthorizationManager/{moId}/RetrieveEntityPermissions Gets permissions defined on or effective on a managed entity.
AuthorizationManagerApi authorization_manager_retrieve_role_permissions POST /AuthorizationManager/{moId}/RetrieveRolePermissions Finds all the permissions that use a particular role.
AuthorizationManagerApi authorization_manager_set_entity_permissions POST /AuthorizationManager/{moId}/SetEntityPermissions Defines one or more permission rules on an entity or updates rules if already present for the given user or group on the entity.
AuthorizationManagerApi authorization_manager_update_authorization_role POST /AuthorizationManager/{moId}/UpdateAuthorizationRole Updates a role's name or privileges.
CertificateManagerApi certificate_manager_cert_mgr_refresh_ca_certificates_and_crls_task POST /CertificateManager/{moId}/CertMgrRefreshCACertificatesAndCRLs_Task Re-fetches certificates of trusted CAs and the Certificate Revocation Lists (CRL) from the appropriate authoritative source and pushes them to the hosts.
CertificateManagerApi certificate_manager_cert_mgr_refresh_certificates_task POST /CertificateManager/{moId}/CertMgrRefreshCertificates_Task Gets CSRs from the hosts and then gets these certificates signed by the VMware Certificate Service and pushes them down to the hosts.
CertificateManagerApi certificate_manager_cert_mgr_revoke_certificates_task POST /CertificateManager/{moId}/CertMgrRevokeCertificates_Task Revokes the certificates of some hosts.
ClusterComputeResourceApi cluster_compute_resource_abandon_hci_workflow POST /ClusterComputeResource/{moId}/AbandonHciWorkflow Opt out of the HCI workflow.
ClusterComputeResourceApi cluster_compute_resource_add_host_task POST /ClusterComputeResource/{moId}/AddHost_Task Adds a host to the cluster.
ClusterComputeResourceApi cluster_compute_resource_apply_recommendation POST /ClusterComputeResource/{moId}/ApplyRecommendation Applies a recommendation from the drsRecommendation or the recommendation list.
ClusterComputeResourceApi cluster_compute_resource_cancel_recommendation POST /ClusterComputeResource/{moId}/CancelRecommendation Cancels a recommendation.
ClusterComputeResourceApi cluster_compute_resource_cluster_enter_maintenance_mode POST /ClusterComputeResource/{moId}/ClusterEnterMaintenanceMode The API takes a list of hosts in the cluster as input, and returns a list of hosts in "ClusterMaintenanceResult" that the server can successfully evacuate given the existing constraints in the cluster, such as HA, FT, Vmotion compatibility, reservations, affinity rules, etc.
ClusterComputeResourceApi cluster_compute_resource_configure_hci_task POST /ClusterComputeResource/{moId}/ConfigureHCI_Task Configures the cluster.
ClusterComputeResourceApi cluster_compute_resource_destroy_task POST /ClusterComputeResource/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
ClusterComputeResourceApi cluster_compute_resource_evc_manager POST /ClusterComputeResource/{moId}/EvcManager A managed object that controls Enhanced vMotion Compatibility mode for this cluster.
ClusterComputeResourceApi cluster_compute_resource_extend_hci_task POST /ClusterComputeResource/{moId}/ExtendHCI_Task Extend an existing HCI cluster.
ClusterComputeResourceApi cluster_compute_resource_find_rules_for_vm POST /ClusterComputeResource/{moId}/FindRulesForVm Finds all enabled and disabled VM-VM Affinity and Anti-Affinity rules, involving the given Virtual Machine.
ClusterComputeResourceApi cluster_compute_resource_get_action_history GET /ClusterComputeResource/{moId}/actionHistory The set of actions that have been performed recently.
ClusterComputeResourceApi cluster_compute_resource_get_alarm_actions_enabled GET /ClusterComputeResource/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
ClusterComputeResourceApi cluster_compute_resource_get_available_field GET /ClusterComputeResource/{moId}/availableField List of custom field definitions that are valid for the object's type.
ClusterComputeResourceApi cluster_compute_resource_get_config_issue GET /ClusterComputeResource/{moId}/configIssue Current configuration issues that have been detected for this entity.
ClusterComputeResourceApi cluster_compute_resource_get_config_manager_enabled GET /ClusterComputeResource/{moId}/configManagerEnabled Flag indicating whether or not desired configuration management platform is enabled on the compute resource.
ClusterComputeResourceApi cluster_compute_resource_get_config_status GET /ClusterComputeResource/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
ClusterComputeResourceApi cluster_compute_resource_get_configuration GET /ClusterComputeResource/{moId}/configuration Configuration of the cluster.
ClusterComputeResourceApi cluster_compute_resource_get_configuration_ex GET /ClusterComputeResource/{moId}/configurationEx Configuration of the compute resource; applies to both standalone hosts and clusters.
ClusterComputeResourceApi cluster_compute_resource_get_custom_value GET /ClusterComputeResource/{moId}/customValue Custom field values.
ClusterComputeResourceApi cluster_compute_resource_get_datastore GET /ClusterComputeResource/{moId}/datastore The datastore property is the subset of datastore objects in the datacenter available in this ComputeResource.
ClusterComputeResourceApi cluster_compute_resource_get_declared_alarm_state GET /ClusterComputeResource/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
ClusterComputeResourceApi cluster_compute_resource_get_disabled_method GET /ClusterComputeResource/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
ClusterComputeResourceApi cluster_compute_resource_get_drs_fault GET /ClusterComputeResource/{moId}/drsFault A collection of the DRS faults generated in the last DRS invocation.
ClusterComputeResourceApi cluster_compute_resource_get_drs_recommendation GET /ClusterComputeResource/{moId}/drsRecommendation If DRS is enabled, this returns the set of recommended migrations from the DRS module.
ClusterComputeResourceApi cluster_compute_resource_get_effective_role GET /ClusterComputeResource/{moId}/effectiveRole Access rights the current session has to this entity.
ClusterComputeResourceApi cluster_compute_resource_get_environment_browser GET /ClusterComputeResource/{moId}/environmentBrowser The environment browser object that identifies the environments that are supported on this compute resource.
ClusterComputeResourceApi cluster_compute_resource_get_hci_config GET /ClusterComputeResource/{moId}/hciConfig This is applicable to clusters which are configured using the HCI workflow and contains data related to the workflow and specification.
ClusterComputeResourceApi cluster_compute_resource_get_host GET /ClusterComputeResource/{moId}/host List of hosts that are part of this compute resource.
ClusterComputeResourceApi cluster_compute_resource_get_lifecycle_managed GET /ClusterComputeResource/{moId}/lifecycleManaged Flag indicating whether or not the lifecycle of the compute resource is managed.
ClusterComputeResourceApi cluster_compute_resource_get_migration_history GET /ClusterComputeResource/{moId}/migrationHistory The set of migration decisions that have recently been performed.
ClusterComputeResourceApi cluster_compute_resource_get_name GET /ClusterComputeResource/{moId}/name Name of this entity, unique relative to its parent.
ClusterComputeResourceApi cluster_compute_resource_get_network GET /ClusterComputeResource/{moId}/network The subset of network objects available in the datacenter that is available in this ComputeResource.
ClusterComputeResourceApi cluster_compute_resource_get_overall_status GET /ClusterComputeResource/{moId}/overallStatus General health of this managed entity.
ClusterComputeResourceApi cluster_compute_resource_get_parent GET /ClusterComputeResource/{moId}/parent Parent of this entity.
ClusterComputeResourceApi cluster_compute_resource_get_permission GET /ClusterComputeResource/{moId}/permission List of permissions defined for this entity.
ClusterComputeResourceApi cluster_compute_resource_get_recent_task GET /ClusterComputeResource/{moId}/recentTask The set of recent tasks operating on this managed entity.
ClusterComputeResourceApi cluster_compute_resource_get_recommendation GET /ClusterComputeResource/{moId}/recommendation List of recommended actions for the cluster.
ClusterComputeResourceApi cluster_compute_resource_get_resource_pool GET /ClusterComputeResource/{moId}/resourcePool Reference to root resource pool.
ClusterComputeResourceApi cluster_compute_resource_get_resource_usage POST /ClusterComputeResource/{moId}/GetResourceUsage This API can be invoked to get the current CPU, memory and storage usage in the cluster.
ClusterComputeResourceApi cluster_compute_resource_get_summary GET /ClusterComputeResource/{moId}/summary Basic runtime information about a compute resource.
ClusterComputeResourceApi cluster_compute_resource_get_summary_ex GET /ClusterComputeResource/{moId}/summaryEx The cluster summary.
ClusterComputeResourceApi cluster_compute_resource_get_system_vms_restricted_datastores POST /ClusterComputeResource/{moId}/GetSystemVMsRestrictedDatastores Retrieve all the datastores that are either listed in ClusterSystemVMsConfigInfo.notAllowedDatastores or are tagged with a category from ClusterSystemVMsConfigInfo.dsTagCategoriesToExclude.
ClusterComputeResourceApi cluster_compute_resource_get_tag GET /ClusterComputeResource/{moId}/tag The set of tags associated with this managed entity.
ClusterComputeResourceApi cluster_compute_resource_get_triggered_alarm_state GET /ClusterComputeResource/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
ClusterComputeResourceApi cluster_compute_resource_get_value GET /ClusterComputeResource/{moId}/value List of custom field values.
ClusterComputeResourceApi cluster_compute_resource_move_host_into_task POST /ClusterComputeResource/{moId}/MoveHostInto_Task Moves an existing host into a cluster.
ClusterComputeResourceApi cluster_compute_resource_move_into_task POST /ClusterComputeResource/{moId}/MoveInto_Task Moves an existing host into a cluster.
ClusterComputeResourceApi cluster_compute_resource_place_vm POST /ClusterComputeResource/{moId}/PlaceVm This method returns a PlacementResult object.
ClusterComputeResourceApi cluster_compute_resource_recommend_hosts_for_vm POST /ClusterComputeResource/{moId}/RecommendHostsForVm Gets a recommendation for where to power on, resume, revert from powered-off state to powered on state, or to migrate a specific virtual machine.
ClusterComputeResourceApi cluster_compute_resource_reconfigure_cluster_task POST /ClusterComputeResource/{moId}/ReconfigureCluster_Task Reconfigures a cluster.
ClusterComputeResourceApi cluster_compute_resource_reconfigure_compute_resource_task POST /ClusterComputeResource/{moId}/ReconfigureComputeResource_Task Change the compute resource configuration.
ClusterComputeResourceApi cluster_compute_resource_refresh_recommendation POST /ClusterComputeResource/{moId}/RefreshRecommendation Make DRS invoke again and return a new list of recommendations.
ClusterComputeResourceApi cluster_compute_resource_reload POST /ClusterComputeResource/{moId}/Reload Reload the entity state.
ClusterComputeResourceApi cluster_compute_resource_rename_task POST /ClusterComputeResource/{moId}/Rename_Task Renames this managed entity.
ClusterComputeResourceApi cluster_compute_resource_retrieve_das_advanced_runtime_info POST /ClusterComputeResource/{moId}/RetrieveDasAdvancedRuntimeInfo Retrieve DAS advanced runtime info for this cluster.
ClusterComputeResourceApi cluster_compute_resource_set_crypto_mode POST /ClusterComputeResource/{moId}/SetCryptoMode Set the desired encryption mode and host key for the cluster.
ClusterComputeResourceApi cluster_compute_resource_set_custom_value POST /ClusterComputeResource/{moId}/setCustomValue Assigns a value to a custom field.
ClusterComputeResourceApi cluster_compute_resource_stamp_all_rules_with_uuid_task POST /ClusterComputeResource/{moId}/StampAllRulesWithUuid_Task Stamp all rules in the cluster with ruleUuid.
ClusterComputeResourceApi cluster_compute_resource_validate_hci_configuration POST /ClusterComputeResource/{moId}/ValidateHCIConfiguration Validate HCI configuration in pre-configure and post-configure use-cases.
ClusterEVCManagerApi cluster_evc_manager_check_add_host_evc_task POST /ClusterEVCManager/{moId}/CheckAddHostEvc_Task Test the validity of adding a host into the managed cluster.
ClusterEVCManagerApi cluster_evc_manager_check_configure_evc_mode_task POST /ClusterEVCManager/{moId}/CheckConfigureEvcMode_Task Test the validity of configuring an EVC mode on the managed cluster.
ClusterEVCManagerApi cluster_evc_manager_configure_evc_mode_task POST /ClusterEVCManager/{moId}/ConfigureEvcMode_Task Set the EVC mode.
ClusterEVCManagerApi cluster_evc_manager_disable_evc_mode_task POST /ClusterEVCManager/{moId}/DisableEvcMode_Task Disable EVC.
ClusterEVCManagerApi cluster_evc_manager_get_available_field GET /ClusterEVCManager/{moId}/availableField List of custom field definitions that are valid for the object's type.
ClusterEVCManagerApi cluster_evc_manager_get_evc_state GET /ClusterEVCManager/{moId}/evcState EVC-related state of the managed cluster.
ClusterEVCManagerApi cluster_evc_manager_get_managed_cluster GET /ClusterEVCManager/{moId}/managedCluster Cluster associated with this manager object.
ClusterEVCManagerApi cluster_evc_manager_get_value GET /ClusterEVCManager/{moId}/value List of custom field values.
ClusterEVCManagerApi cluster_evc_manager_set_custom_value POST /ClusterEVCManager/{moId}/setCustomValue Assigns a value to a custom field.
ClusterProfileApi cluster_profile_associate_profile POST /ClusterProfile/{moId}/AssociateProfile Associate a profile with a managed entity.
ClusterProfileApi cluster_profile_check_profile_compliance_task POST /ClusterProfile/{moId}/CheckProfileCompliance_Task Check compliance of an entity against a Profile.
ClusterProfileApi cluster_profile_destroy_profile POST /ClusterProfile/{moId}/DestroyProfile Destroy the profile.
ClusterProfileApi cluster_profile_dissociate_profile POST /ClusterProfile/{moId}/DissociateProfile Remove the association between a profile and a managed entity.
ClusterProfileApi cluster_profile_export_profile POST /ClusterProfile/{moId}/ExportProfile Export the profile in a serialized form.
ClusterProfileApi cluster_profile_get_compliance_status GET /ClusterProfile/{moId}/complianceStatus Overall compliance of entities associated with this profile.
ClusterProfileApi cluster_profile_get_config GET /ClusterProfile/{moId}/config Configuration data for the profile.
ClusterProfileApi cluster_profile_get_created_time GET /ClusterProfile/{moId}/createdTime Time at which the profile was created.
ClusterProfileApi cluster_profile_get_description GET /ClusterProfile/{moId}/description Localizable description of the profile
ClusterProfileApi cluster_profile_get_entity GET /ClusterProfile/{moId}/entity List of managed entities associated with the profile.
ClusterProfileApi cluster_profile_get_modified_time GET /ClusterProfile/{moId}/modifiedTime Time at which the profile was last modified.
ClusterProfileApi cluster_profile_get_name GET /ClusterProfile/{moId}/name Name of the profile.
ClusterProfileApi cluster_profile_retrieve_description POST /ClusterProfile/{moId}/RetrieveDescription Returns the localizable description for the profile.
ClusterProfileApi cluster_profile_update_cluster_profile POST /ClusterProfile/{moId}/UpdateClusterProfile Update the ClusterProfile with the specified config.
ClusterProfileManagerApi cluster_profile_manager_create_profile POST /ClusterProfileManager/{moId}/CreateProfile Create a profile from the specified CreateSpec.
ClusterProfileManagerApi cluster_profile_manager_find_associated_profile POST /ClusterProfileManager/{moId}/FindAssociatedProfile Get the profile(s) to which this entity is associated.
ClusterProfileManagerApi cluster_profile_manager_get_profile GET /ClusterProfileManager/{moId}/profile A list of profiles known to this ProfileManager.
ClusterProfileManagerApi cluster_profile_manager_query_policy_metadata POST /ClusterProfileManager/{moId}/QueryPolicyMetadata Get the Metadata information for the policyNames.
ComputeResourceApi compute_resource_destroy_task POST /ComputeResource/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
ComputeResourceApi compute_resource_get_alarm_actions_enabled GET /ComputeResource/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
ComputeResourceApi compute_resource_get_available_field GET /ComputeResource/{moId}/availableField List of custom field definitions that are valid for the object's type.
ComputeResourceApi compute_resource_get_config_issue GET /ComputeResource/{moId}/configIssue Current configuration issues that have been detected for this entity.
ComputeResourceApi compute_resource_get_config_manager_enabled GET /ComputeResource/{moId}/configManagerEnabled Flag indicating whether or not desired configuration management platform is enabled on the compute resource.
ComputeResourceApi compute_resource_get_config_status GET /ComputeResource/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
ComputeResourceApi compute_resource_get_configuration_ex GET /ComputeResource/{moId}/configurationEx Configuration of the compute resource; applies to both standalone hosts and clusters.
ComputeResourceApi compute_resource_get_custom_value GET /ComputeResource/{moId}/customValue Custom field values.
ComputeResourceApi compute_resource_get_datastore GET /ComputeResource/{moId}/datastore The datastore property is the subset of datastore objects in the datacenter available in this ComputeResource.
ComputeResourceApi compute_resource_get_declared_alarm_state GET /ComputeResource/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
ComputeResourceApi compute_resource_get_disabled_method GET /ComputeResource/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
ComputeResourceApi compute_resource_get_effective_role GET /ComputeResource/{moId}/effectiveRole Access rights the current session has to this entity.
ComputeResourceApi compute_resource_get_environment_browser GET /ComputeResource/{moId}/environmentBrowser The environment browser object that identifies the environments that are supported on this compute resource.
ComputeResourceApi compute_resource_get_host GET /ComputeResource/{moId}/host List of hosts that are part of this compute resource.
ComputeResourceApi compute_resource_get_lifecycle_managed GET /ComputeResource/{moId}/lifecycleManaged Flag indicating whether or not the lifecycle of the compute resource is managed.
ComputeResourceApi compute_resource_get_name GET /ComputeResource/{moId}/name Name of this entity, unique relative to its parent.
ComputeResourceApi compute_resource_get_network GET /ComputeResource/{moId}/network The subset of network objects available in the datacenter that is available in this ComputeResource.
ComputeResourceApi compute_resource_get_overall_status GET /ComputeResource/{moId}/overallStatus General health of this managed entity.
ComputeResourceApi compute_resource_get_parent GET /ComputeResource/{moId}/parent Parent of this entity.
ComputeResourceApi compute_resource_get_permission GET /ComputeResource/{moId}/permission List of permissions defined for this entity.
ComputeResourceApi compute_resource_get_recent_task GET /ComputeResource/{moId}/recentTask The set of recent tasks operating on this managed entity.
ComputeResourceApi compute_resource_get_resource_pool GET /ComputeResource/{moId}/resourcePool Reference to root resource pool.
ComputeResourceApi compute_resource_get_summary GET /ComputeResource/{moId}/summary Basic runtime information about a compute resource.
ComputeResourceApi compute_resource_get_tag GET /ComputeResource/{moId}/tag The set of tags associated with this managed entity.
ComputeResourceApi compute_resource_get_triggered_alarm_state GET /ComputeResource/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
ComputeResourceApi compute_resource_get_value GET /ComputeResource/{moId}/value List of custom field values.
ComputeResourceApi compute_resource_reconfigure_compute_resource_task POST /ComputeResource/{moId}/ReconfigureComputeResource_Task Change the compute resource configuration.
ComputeResourceApi compute_resource_reload POST /ComputeResource/{moId}/Reload Reload the entity state.
ComputeResourceApi compute_resource_rename_task POST /ComputeResource/{moId}/Rename_Task Renames this managed entity.
ComputeResourceApi compute_resource_set_custom_value POST /ComputeResource/{moId}/setCustomValue Assigns a value to a custom field.
ContainerViewApi container_view_destroy_view POST /ContainerView/{moId}/DestroyView Destroy this view.
ContainerViewApi container_view_get_container GET /ContainerView/{moId}/container The Folder, Datacenter, ComputeResource, ResourcePool, or HostSystem instance that provides the objects that the view presents.
ContainerViewApi container_view_get_recursive GET /ContainerView/{moId}/recursive Whether to include only the immediate children of the container instance, or to include additional objects by following the paths beyond the immediate children.
ContainerViewApi container_view_get_type GET /ContainerView/{moId}/type An optional list of types to be applied to the set of objects in the view.
ContainerViewApi container_view_get_view GET /ContainerView/{moId}/view The list of references to objects mapped by this view.
CryptoManagerApi crypto_manager_add_key POST /CryptoManager/{moId}/AddKey Add an existing key.
CryptoManagerApi crypto_manager_add_keys POST /CryptoManager/{moId}/AddKeys Add multiple existing keys.
CryptoManagerApi crypto_manager_get_enabled GET /CryptoManager/{moId}/enabled Indicate if the encryption feature is enabled.
CryptoManagerApi crypto_manager_list_keys POST /CryptoManager/{moId}/ListKeys List keys.
CryptoManagerApi crypto_manager_remove_key POST /CryptoManager/{moId}/RemoveKey Remove a key (only the UUID is needed to remove).
CryptoManagerApi crypto_manager_remove_keys POST /CryptoManager/{moId}/RemoveKeys Remove multiple keys (only the UUID is needed to remove).
CryptoManagerHostApi crypto_manager_host_add_key POST /CryptoManagerHost/{moId}/AddKey Add an existing key.
CryptoManagerHostApi crypto_manager_host_add_keys POST /CryptoManagerHost/{moId}/AddKeys Add multiple existing keys.
CryptoManagerHostApi crypto_manager_host_change_key_task POST /CryptoManagerHost/{moId}/ChangeKey_Task Change the key used for core dump encryption Note: CryptoManagerHost.CryptoManagerHostEnable must be called first If successful, a "best effort" will be made to "in place" shallow recrypt any core dumps found in /var/core to use the new key.
CryptoManagerHostApi crypto_manager_host_crypto_manager_host_disable POST /CryptoManagerHost/{moId}/CryptoManagerHostDisable Disable encryption on host, if host was in crypto safe mode, put it in pendingIncapable state and host will be crypto incapable after a reboot Note: A reboot is expected from user after successfully invoking this API Note: Do not call this API if the host is in vSAN encrypted cluster
CryptoManagerHostApi crypto_manager_host_crypto_manager_host_enable POST /CryptoManagerHost/{moId}/CryptoManagerHostEnable Begin core dump encryption by specifying the encryption key and put the host in safe state Note: CryptoManagerHost.CryptoManagerHostPrepare must be called first
CryptoManagerHostApi crypto_manager_host_crypto_manager_host_prepare POST /CryptoManagerHost/{moId}/CryptoManagerHostPrepare Prime the host to receive sensitive information and put the host in prepared state
CryptoManagerHostApi crypto_manager_host_get_crypto_key_status POST /CryptoManagerHost/{moId}/GetCryptoKeyStatus Get the key status on the host.
CryptoManagerHostApi crypto_manager_host_get_enabled GET /CryptoManagerHost/{moId}/enabled Indicate if the encryption feature is enabled.
CryptoManagerHostApi crypto_manager_host_list_keys POST /CryptoManagerHost/{moId}/ListKeys List keys.
CryptoManagerHostApi crypto_manager_host_remove_key POST /CryptoManagerHost/{moId}/RemoveKey Remove a key (only the UUID is needed to remove).
CryptoManagerHostApi crypto_manager_host_remove_keys POST /CryptoManagerHost/{moId}/RemoveKeys Remove multiple keys (only the UUID is needed to remove).
CryptoManagerHostKMSApi crypto_manager_host_kms_add_key POST /CryptoManagerHostKMS/{moId}/AddKey Add an existing key.
CryptoManagerHostKMSApi crypto_manager_host_kms_add_keys POST /CryptoManagerHostKMS/{moId}/AddKeys Add multiple existing keys.
CryptoManagerHostKMSApi crypto_manager_host_kms_change_key_task POST /CryptoManagerHostKMS/{moId}/ChangeKey_Task Change the key used for core dump encryption Note: CryptoManagerHost.CryptoManagerHostEnable must be called first If successful, a "best effort" will be made to "in place" shallow recrypt any core dumps found in /var/core to use the new key.
CryptoManagerHostKMSApi crypto_manager_host_kms_crypto_manager_host_disable POST /CryptoManagerHostKMS/{moId}/CryptoManagerHostDisable Disable encryption on host, if host was in crypto safe mode, put it in pendingIncapable state and host will be crypto incapable after a reboot Note: A reboot is expected from user after successfully invoking this API Note: Do not call this API if the host is in vSAN encrypted cluster
CryptoManagerHostKMSApi crypto_manager_host_kms_crypto_manager_host_enable POST /CryptoManagerHostKMS/{moId}/CryptoManagerHostEnable Begin core dump encryption by specifying the encryption key and put the host in safe state Note: CryptoManagerHost.CryptoManagerHostPrepare must be called first
CryptoManagerHostKMSApi crypto_manager_host_kms_crypto_manager_host_prepare POST /CryptoManagerHostKMS/{moId}/CryptoManagerHostPrepare Prime the host to receive sensitive information and put the host in prepared state
CryptoManagerHostKMSApi crypto_manager_host_kms_get_crypto_key_status POST /CryptoManagerHostKMS/{moId}/GetCryptoKeyStatus Get the key status on the host.
CryptoManagerHostKMSApi crypto_manager_host_kms_get_enabled GET /CryptoManagerHostKMS/{moId}/enabled Indicate if the encryption feature is enabled.
CryptoManagerHostKMSApi crypto_manager_host_kms_list_keys POST /CryptoManagerHostKMS/{moId}/ListKeys List keys.
CryptoManagerHostKMSApi crypto_manager_host_kms_remove_key POST /CryptoManagerHostKMS/{moId}/RemoveKey Remove a key (only the UUID is needed to remove).
CryptoManagerHostKMSApi crypto_manager_host_kms_remove_keys POST /CryptoManagerHostKMS/{moId}/RemoveKeys Remove multiple keys (only the UUID is needed to remove).
CryptoManagerKmipApi crypto_manager_kmip_add_key POST /CryptoManagerKmip/{moId}/AddKey Add an existing key.
CryptoManagerKmipApi crypto_manager_kmip_add_keys POST /CryptoManagerKmip/{moId}/AddKeys Add multiple existing keys.
CryptoManagerKmipApi crypto_manager_kmip_generate_client_csr POST /CryptoManagerKmip/{moId}/GenerateClientCsr Generate a certificate signing request with its private key.
CryptoManagerKmipApi crypto_manager_kmip_generate_key POST /CryptoManagerKmip/{moId}/GenerateKey Generate new encryption key.
CryptoManagerKmipApi crypto_manager_kmip_generate_self_signed_client_cert POST /CryptoManagerKmip/{moId}/GenerateSelfSignedClientCert Generate a self-signed client certificate with its private key.
CryptoManagerKmipApi crypto_manager_kmip_get_default_kms_cluster POST /CryptoManagerKmip/{moId}/GetDefaultKmsCluster Get the default KMS cluster of the specified managed entity.
CryptoManagerKmipApi crypto_manager_kmip_get_enabled GET /CryptoManagerKmip/{moId}/enabled Indicate if the encryption feature is enabled.
CryptoManagerKmipApi crypto_manager_kmip_get_kmip_servers GET /CryptoManagerKmip/{moId}/kmipServers A list of registered KMIP servers, grouped by clusters.
CryptoManagerKmipApi crypto_manager_kmip_is_kms_cluster_active POST /CryptoManagerKmip/{moId}/IsKmsClusterActive Check whether an active KMS exists in cluster.
CryptoManagerKmipApi crypto_manager_kmip_list_keys POST /CryptoManagerKmip/{moId}/ListKeys List keys.
CryptoManagerKmipApi crypto_manager_kmip_list_kmip_servers POST /CryptoManagerKmip/{moId}/ListKmipServers List the registered KMIP servers.
CryptoManagerKmipApi crypto_manager_kmip_list_kms_clusters POST /CryptoManagerKmip/{moId}/ListKmsClusters List the KMS clusters information.
CryptoManagerKmipApi crypto_manager_kmip_mark_default POST /CryptoManagerKmip/{moId}/MarkDefault Set the default KMIP cluster.
CryptoManagerKmipApi crypto_manager_kmip_query_crypto_key_status POST /CryptoManagerKmip/{moId}/QueryCryptoKeyStatus Check CryptoKey status, such as if VC can access the key, if the key is used by some VMs or as host key.
CryptoManagerKmipApi crypto_manager_kmip_register_kmip_server POST /CryptoManagerKmip/{moId}/RegisterKmipServer Register a KMIP server.
CryptoManagerKmipApi crypto_manager_kmip_register_kms_cluster POST /CryptoManagerKmip/{moId}/RegisterKmsCluster Register the specified KMS cluster to the CryptoManager.
CryptoManagerKmipApi crypto_manager_kmip_remove_key POST /CryptoManagerKmip/{moId}/RemoveKey Remove a key (only the UUID is needed to remove).
CryptoManagerKmipApi crypto_manager_kmip_remove_keys POST /CryptoManagerKmip/{moId}/RemoveKeys Remove multiple keys (only the UUID is needed to remove).
CryptoManagerKmipApi crypto_manager_kmip_remove_kmip_server POST /CryptoManagerKmip/{moId}/RemoveKmipServer Remove a KMIP server, even if in use.
CryptoManagerKmipApi crypto_manager_kmip_retrieve_client_cert POST /CryptoManagerKmip/{moId}/RetrieveClientCert Get the client certificate of the KMIP cluster.
CryptoManagerKmipApi crypto_manager_kmip_retrieve_client_csr POST /CryptoManagerKmip/{moId}/RetrieveClientCsr Get the generated client certificate signing request.
CryptoManagerKmipApi crypto_manager_kmip_retrieve_kmip_server_cert POST /CryptoManagerKmip/{moId}/RetrieveKmipServerCert Get the server certficate.
CryptoManagerKmipApi crypto_manager_kmip_retrieve_kmip_servers_status_task POST /CryptoManagerKmip/{moId}/RetrieveKmipServersStatus_Task Get the status of the KMIP servers.
CryptoManagerKmipApi crypto_manager_kmip_retrieve_self_signed_client_cert POST /CryptoManagerKmip/{moId}/RetrieveSelfSignedClientCert Get the generated self signed client certificate.
CryptoManagerKmipApi crypto_manager_kmip_set_default_kms_cluster POST /CryptoManagerKmip/{moId}/SetDefaultKmsCluster Set the default KMS cluster for the specified managed entity.
CryptoManagerKmipApi crypto_manager_kmip_set_key_custom_attributes POST /CryptoManagerKmip/{moId}/SetKeyCustomAttributes Set crypto key's custom attributes.
CryptoManagerKmipApi crypto_manager_kmip_unregister_kms_cluster POST /CryptoManagerKmip/{moId}/UnregisterKmsCluster Unregister the specified KMS cluster from the CryptoManager.
CryptoManagerKmipApi crypto_manager_kmip_update_kmip_server POST /CryptoManagerKmip/{moId}/UpdateKmipServer Update a KMIP server.
CryptoManagerKmipApi crypto_manager_kmip_update_kms_signed_csr_client_cert POST /CryptoManagerKmip/{moId}/UpdateKmsSignedCsrClientCert Set KMS server signed certificate as KMIP client certificate for the KMS cluster.
CryptoManagerKmipApi crypto_manager_kmip_update_self_signed_client_cert POST /CryptoManagerKmip/{moId}/UpdateSelfSignedClientCert Set a self-signed certificate as KMIP client certificate for the KMS cluster.
CryptoManagerKmipApi crypto_manager_kmip_upload_client_cert POST /CryptoManagerKmip/{moId}/UploadClientCert Set a client certificate with private key for the KMIP cluster.
CryptoManagerKmipApi crypto_manager_kmip_upload_kmip_server_cert POST /CryptoManagerKmip/{moId}/UploadKmipServerCert Upload a server certficate.
CustomFieldsManagerApi custom_fields_manager_add_custom_field_def POST /CustomFieldsManager/{moId}/AddCustomFieldDef Creates a new custom field.
CustomFieldsManagerApi custom_fields_manager_get_field GET /CustomFieldsManager/{moId}/field List of custom fields defined on this server.
CustomFieldsManagerApi custom_fields_manager_remove_custom_field_def POST /CustomFieldsManager/{moId}/RemoveCustomFieldDef Removes a custom field.
CustomFieldsManagerApi custom_fields_manager_rename_custom_field_def POST /CustomFieldsManager/{moId}/RenameCustomFieldDef Renames a custom field.
CustomFieldsManagerApi custom_fields_manager_set_field POST /CustomFieldsManager/{moId}/SetField Assigns a value to a custom field on an entity.
CustomizationSpecManagerApi customization_spec_manager_check_customization_resources POST /CustomizationSpecManager/{moId}/CheckCustomizationResources Validate that required resources are available on the server to customize a particular guest operating system.
CustomizationSpecManagerApi customization_spec_manager_create_customization_spec POST /CustomizationSpecManager/{moId}/CreateCustomizationSpec Creates a new specification.
CustomizationSpecManagerApi customization_spec_manager_customization_spec_item_to_xml POST /CustomizationSpecManager/{moId}/CustomizationSpecItemToXml Converts a specification item to XML text
CustomizationSpecManagerApi customization_spec_manager_delete_customization_spec POST /CustomizationSpecManager/{moId}/DeleteCustomizationSpec Deletes a specification.
CustomizationSpecManagerApi customization_spec_manager_does_customization_spec_exist POST /CustomizationSpecManager/{moId}/DoesCustomizationSpecExist Whether or not a specification exists.
CustomizationSpecManagerApi customization_spec_manager_duplicate_customization_spec POST /CustomizationSpecManager/{moId}/DuplicateCustomizationSpec Duplicates a specification.
CustomizationSpecManagerApi customization_spec_manager_get_customization_spec POST /CustomizationSpecManager/{moId}/GetCustomizationSpec Obtains a specification for the given name.
CustomizationSpecManagerApi customization_spec_manager_get_encryption_key GET /CustomizationSpecManager/{moId}/encryptionKey Gets a binary public encryption key that can be used to encrypt passwords in stored specifications.
CustomizationSpecManagerApi customization_spec_manager_get_info GET /CustomizationSpecManager/{moId}/info Gets a list of information on available specifications.
CustomizationSpecManagerApi customization_spec_manager_overwrite_customization_spec POST /CustomizationSpecManager/{moId}/OverwriteCustomizationSpec Overwrites an existing specification, possibly after retrieving (by using 'get') and editing it.
CustomizationSpecManagerApi customization_spec_manager_rename_customization_spec POST /CustomizationSpecManager/{moId}/RenameCustomizationSpec Renames a specification.
CustomizationSpecManagerApi customization_spec_manager_xml_to_customization_spec_item POST /CustomizationSpecManager/{moId}/XmlToCustomizationSpecItem Converts an XML string to a specification item
DatacenterApi datacenter_batch_query_connect_info POST /Datacenter/{moId}/BatchQueryConnectInfo This interface returns a list of information about the specified hosts without adding them to the vCenter inventory.
DatacenterApi datacenter_destroy_task POST /Datacenter/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
DatacenterApi datacenter_get_alarm_actions_enabled GET /Datacenter/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
DatacenterApi datacenter_get_available_field GET /Datacenter/{moId}/availableField List of custom field definitions that are valid for the object's type.
DatacenterApi datacenter_get_config_issue GET /Datacenter/{moId}/configIssue Current configuration issues that have been detected for this entity.
DatacenterApi datacenter_get_config_status GET /Datacenter/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
DatacenterApi datacenter_get_configuration GET /Datacenter/{moId}/configuration Configuration of the datacenter.
DatacenterApi datacenter_get_custom_value GET /Datacenter/{moId}/customValue Custom field values.
DatacenterApi datacenter_get_datastore GET /Datacenter/{moId}/datastore A collection of references to the datastore objects available in this datacenter.
DatacenterApi datacenter_get_datastore_folder GET /Datacenter/{moId}/datastoreFolder A reference to the folder hierarchy that contains the datastores for this datacenter.
DatacenterApi datacenter_get_declared_alarm_state GET /Datacenter/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
DatacenterApi datacenter_get_disabled_method GET /Datacenter/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
DatacenterApi datacenter_get_effective_role GET /Datacenter/{moId}/effectiveRole Access rights the current session has to this entity.
DatacenterApi datacenter_get_host_folder GET /Datacenter/{moId}/hostFolder A reference to the folder hierarchy that contains the compute resources, including hosts and clusters, for this datacenter.
DatacenterApi datacenter_get_name GET /Datacenter/{moId}/name Name of this entity, unique relative to its parent.
DatacenterApi datacenter_get_network GET /Datacenter/{moId}/network A collection of references to the network objects available in this datacenter.
DatacenterApi datacenter_get_network_folder GET /Datacenter/{moId}/networkFolder A reference to the folder hierarchy that contains the network entities for this datacenter.
DatacenterApi datacenter_get_overall_status GET /Datacenter/{moId}/overallStatus General health of this managed entity.
DatacenterApi datacenter_get_parent GET /Datacenter/{moId}/parent Parent of this entity.
DatacenterApi datacenter_get_permission GET /Datacenter/{moId}/permission List of permissions defined for this entity.
DatacenterApi datacenter_get_recent_task GET /Datacenter/{moId}/recentTask The set of recent tasks operating on this managed entity.
DatacenterApi datacenter_get_tag GET /Datacenter/{moId}/tag The set of tags associated with this managed entity.
DatacenterApi datacenter_get_triggered_alarm_state GET /Datacenter/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
DatacenterApi datacenter_get_value GET /Datacenter/{moId}/value List of custom field values.
DatacenterApi datacenter_get_vm_folder GET /Datacenter/{moId}/vmFolder A reference to the folder hierarchy that contains VirtualMachine virtual machine templates (identified by the VirtualMachineConfigInfo.template property, and VirtualApp objects for this datacenter.
DatacenterApi datacenter_power_on_multi_vm_task POST /Datacenter/{moId}/PowerOnMultiVM_Task Powers on multiple virtual machines in a data center.
DatacenterApi datacenter_query_connection_info POST /Datacenter/{moId}/QueryConnectionInfo This method provides a way of getting basic information about a host without adding it to a datacenter.
DatacenterApi datacenter_query_connection_info_via_spec POST /Datacenter/{moId}/QueryConnectionInfoViaSpec This method provides a way of getting basic information about a host without adding it to a datacenter.
DatacenterApi datacenter_query_datacenter_config_option_descriptor POST /Datacenter/{moId}/queryDatacenterConfigOptionDescriptor The list of possible choices for DatacenterConfigSpec.defaultHardwareVersionKey.
DatacenterApi datacenter_reconfigure_datacenter_task POST /Datacenter/{moId}/ReconfigureDatacenter_Task Change the datacenter configuration.
DatacenterApi datacenter_reload POST /Datacenter/{moId}/Reload Reload the entity state.
DatacenterApi datacenter_rename_task POST /Datacenter/{moId}/Rename_Task Renames this managed entity.
DatacenterApi datacenter_set_custom_value POST /Datacenter/{moId}/setCustomValue Assigns a value to a custom field.
DatastoreApi datastore_datastore_enter_maintenance_mode POST /Datastore/{moId}/DatastoreEnterMaintenanceMode Puts the datastore in maintenance mode.
DatastoreApi datastore_datastore_exit_maintenance_mode_task POST /Datastore/{moId}/DatastoreExitMaintenanceMode_Task Takes the datastore out of maintenance mode.
DatastoreApi datastore_destroy_datastore POST /Datastore/{moId}/DestroyDatastore Removes a datastore.
DatastoreApi datastore_destroy_task POST /Datastore/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
DatastoreApi datastore_get_alarm_actions_enabled GET /Datastore/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
DatastoreApi datastore_get_available_field GET /Datastore/{moId}/availableField List of custom field definitions that are valid for the object's type.
DatastoreApi datastore_get_browser GET /Datastore/{moId}/browser DatastoreBrowser used to browse this datastore.
DatastoreApi datastore_get_capability GET /Datastore/{moId}/capability Capabilities of this datastore.
DatastoreApi datastore_get_config_issue GET /Datastore/{moId}/configIssue Current configuration issues that have been detected for this entity.
DatastoreApi datastore_get_config_status GET /Datastore/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
DatastoreApi datastore_get_custom_value GET /Datastore/{moId}/customValue Custom field values.
DatastoreApi datastore_get_declared_alarm_state GET /Datastore/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
DatastoreApi datastore_get_disabled_method GET /Datastore/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
DatastoreApi datastore_get_effective_role GET /Datastore/{moId}/effectiveRole Access rights the current session has to this entity.
DatastoreApi datastore_get_host GET /Datastore/{moId}/host Hosts attached to this datastore.
DatastoreApi datastore_get_info GET /Datastore/{moId}/info Specific information about the datastore.
DatastoreApi datastore_get_iorm_configuration GET /Datastore/{moId}/iormConfiguration Configuration of storage I/O resource management for the datastore.
DatastoreApi datastore_get_name GET /Datastore/{moId}/name Name of this entity, unique relative to its parent.
DatastoreApi datastore_get_overall_status GET /Datastore/{moId}/overallStatus General health of this managed entity.
DatastoreApi datastore_get_parent GET /Datastore/{moId}/parent Parent of this entity.
DatastoreApi datastore_get_permission GET /Datastore/{moId}/permission List of permissions defined for this entity.
DatastoreApi datastore_get_recent_task GET /Datastore/{moId}/recentTask The set of recent tasks operating on this managed entity.
DatastoreApi datastore_get_summary GET /Datastore/{moId}/summary Global properties of the datastore.
DatastoreApi datastore_get_tag GET /Datastore/{moId}/tag The set of tags associated with this managed entity.
DatastoreApi datastore_get_triggered_alarm_state GET /Datastore/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
DatastoreApi datastore_get_value GET /Datastore/{moId}/value List of custom field values.
DatastoreApi datastore_get_vm GET /Datastore/{moId}/vm Virtual machines stored on this datastore.
DatastoreApi datastore_is_clustered_vmdk_enabled POST /Datastore/{moId}/IsClusteredVmdkEnabled Check whether clustered VMDK feature is enabled on this datastore.
DatastoreApi datastore_refresh_datastore POST /Datastore/{moId}/RefreshDatastore Explicitly refreshes free-space and capacity values in Datastore.summary and Datastore.info.
DatastoreApi datastore_refresh_datastore_storage_info POST /Datastore/{moId}/RefreshDatastoreStorageInfo Refreshes all storage related information including free-space, capacity, and detailed usage of virtual machines.
DatastoreApi datastore_reload POST /Datastore/{moId}/Reload Reload the entity state.
DatastoreApi datastore_rename_datastore POST /Datastore/{moId}/RenameDatastore Renames a datastore.
DatastoreApi datastore_rename_task POST /Datastore/{moId}/Rename_Task Renames this managed entity.
DatastoreApi datastore_set_custom_value POST /Datastore/{moId}/setCustomValue Assigns a value to a custom field.
DatastoreApi datastore_update_v_vol_virtual_machine_files_task POST /Datastore/{moId}/UpdateVVolVirtualMachineFiles_Task Scan a VVol storage container to update file paths and objectID pointers embedded in virtual machine files on a given storage container.
DatastoreApi datastore_update_virtual_machine_files_task POST /Datastore/{moId}/UpdateVirtualMachineFiles_Task Update file paths embedded in virtual machine files on the datastore.
DatastoreNamespaceManagerApi datastore_namespace_manager_convert_namespace_path_to_uuid_path POST /DatastoreNamespaceManager/{moId}/ConvertNamespacePathToUuidPath Convert the namespace path to the namespace UUID path.
DatastoreNamespaceManagerApi datastore_namespace_manager_create_directory POST /DatastoreNamespaceManager/{moId}/CreateDirectory Creates a top-level directory on the given datastore, using the given user display name hint and opaque storage policy.
DatastoreNamespaceManagerApi datastore_namespace_manager_delete_directory POST /DatastoreNamespaceManager/{moId}/DeleteDirectory Deletes the given top-level directory from a datastore.
DatastoreNamespaceManagerApi datastore_namespace_manager_increase_directory_size POST /DatastoreNamespaceManager/{moId}/IncreaseDirectorySize Increase size of the given top-level directory to the given size on vSAN backed object storage.
DatastoreNamespaceManagerApi datastore_namespace_manager_query_directory_info POST /DatastoreNamespaceManager/{moId}/QueryDirectoryInfo Query directory information of the given top-level directory on vSAN backed object storage.
DiagnosticManagerApi diagnostic_manager_browse_diagnostic_log POST /DiagnosticManager/{moId}/BrowseDiagnosticLog Returns part of a log file.
DiagnosticManagerApi diagnostic_manager_emit_syslog_mark POST /DiagnosticManager/{moId}/EmitSyslogMark Issue a "mark" to syslog and the audit trail.
DiagnosticManagerApi diagnostic_manager_fetch_audit_records POST /DiagnosticManager/{moId}/FetchAuditRecords Retrieve audit records from their storage on the specified host.
DiagnosticManagerApi diagnostic_manager_generate_log_bundles_task POST /DiagnosticManager/{moId}/GenerateLogBundles_Task Instructs the server to generate diagnostic bundles.
DiagnosticManagerApi diagnostic_manager_query_descriptions POST /DiagnosticManager/{moId}/QueryDescriptions Returns a list of diagnostic files for a given system.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_destroy_network POST /DistributedVirtualPortgroup/{moId}/DestroyNetwork Removes a network.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_destroy_task POST /DistributedVirtualPortgroup/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
DistributedVirtualPortgroupApi distributed_virtual_portgroup_dv_portgroup_rollback_task POST /DistributedVirtualPortgroup/{moId}/DVPortgroupRollback_Task This method determines if the portgroup configuration has changed.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_alarm_actions_enabled GET /DistributedVirtualPortgroup/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_available_field GET /DistributedVirtualPortgroup/{moId}/availableField List of custom field definitions that are valid for the object's type.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_config GET /DistributedVirtualPortgroup/{moId}/config Configuration of the portgroup.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_config_issue GET /DistributedVirtualPortgroup/{moId}/configIssue Current configuration issues that have been detected for this entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_config_status GET /DistributedVirtualPortgroup/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_custom_value GET /DistributedVirtualPortgroup/{moId}/customValue Custom field values.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_declared_alarm_state GET /DistributedVirtualPortgroup/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_disabled_method GET /DistributedVirtualPortgroup/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_effective_role GET /DistributedVirtualPortgroup/{moId}/effectiveRole Access rights the current session has to this entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_host GET /DistributedVirtualPortgroup/{moId}/host Hosts attached to this network.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_key GET /DistributedVirtualPortgroup/{moId}/key Generated UUID of the portgroup.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_name GET /DistributedVirtualPortgroup/{moId}/name Name of this entity, unique relative to its parent.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_overall_status GET /DistributedVirtualPortgroup/{moId}/overallStatus General health of this managed entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_parent GET /DistributedVirtualPortgroup/{moId}/parent Parent of this entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_permission GET /DistributedVirtualPortgroup/{moId}/permission List of permissions defined for this entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_port_keys GET /DistributedVirtualPortgroup/{moId}/portKeys Port keys for the set of ports in the portgroup.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_recent_task GET /DistributedVirtualPortgroup/{moId}/recentTask The set of recent tasks operating on this managed entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_summary GET /DistributedVirtualPortgroup/{moId}/summary Properties of a network.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_tag GET /DistributedVirtualPortgroup/{moId}/tag The set of tags associated with this managed entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_triggered_alarm_state GET /DistributedVirtualPortgroup/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_value GET /DistributedVirtualPortgroup/{moId}/value List of custom field values.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_get_vm GET /DistributedVirtualPortgroup/{moId}/vm Virtual machines using this network.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_reconfigure_dv_portgroup_task POST /DistributedVirtualPortgroup/{moId}/ReconfigureDVPortgroup_Task Reconfigures one or more distributed virtual portgroups.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_reload POST /DistributedVirtualPortgroup/{moId}/Reload Reload the entity state.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_rename_task POST /DistributedVirtualPortgroup/{moId}/Rename_Task Renames this managed entity.
DistributedVirtualPortgroupApi distributed_virtual_portgroup_set_custom_value POST /DistributedVirtualPortgroup/{moId}/setCustomValue Assigns a value to a custom field.
DistributedVirtualSwitchApi distributed_virtual_switch_add_dv_portgroup_task POST /DistributedVirtualSwitch/{moId}/AddDVPortgroup_Task Creates one or more DistributedVirtualPortgroups and adds them to the distributed virtual switch.
DistributedVirtualSwitchApi distributed_virtual_switch_add_network_resource_pool POST /DistributedVirtualSwitch/{moId}/AddNetworkResourcePool Add a network resource pool.
DistributedVirtualSwitchApi distributed_virtual_switch_create_dv_portgroup_task POST /DistributedVirtualSwitch/{moId}/CreateDVPortgroup_Task Creates a single DistributedVirtualPortgroup and adds it to the distributed virtual switch.
DistributedVirtualSwitchApi distributed_virtual_switch_destroy_task POST /DistributedVirtualSwitch/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
DistributedVirtualSwitchApi distributed_virtual_switch_dvs_reconfigure_vm_vnic_network_resource_pool_task POST /DistributedVirtualSwitch/{moId}/DvsReconfigureVmVnicNetworkResourcePool_Task reconfigure the Virtual NIC network resource pool configuration.
DistributedVirtualSwitchApi distributed_virtual_switch_dvs_rollback_task POST /DistributedVirtualSwitch/{moId}/DVSRollback_Task This method determines if the distributed virtual switch configuration has changed.
DistributedVirtualSwitchApi distributed_virtual_switch_enable_network_resource_management POST /DistributedVirtualSwitch/{moId}/EnableNetworkResourceManagement Enable/Disable network I/O control on the vSphere Distributed Switch.
DistributedVirtualSwitchApi distributed_virtual_switch_fetch_dv_port_keys POST /DistributedVirtualSwitch/{moId}/FetchDVPortKeys Return the keys of ports that meet the criteria.
DistributedVirtualSwitchApi distributed_virtual_switch_fetch_dv_ports POST /DistributedVirtualSwitch/{moId}/FetchDVPorts Return the ports that meet the criteria.
DistributedVirtualSwitchApi distributed_virtual_switch_get_alarm_actions_enabled GET /DistributedVirtualSwitch/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_available_field GET /DistributedVirtualSwitch/{moId}/availableField List of custom field definitions that are valid for the object's type.
DistributedVirtualSwitchApi distributed_virtual_switch_get_capability GET /DistributedVirtualSwitch/{moId}/capability Capability of the switch.
DistributedVirtualSwitchApi distributed_virtual_switch_get_config GET /DistributedVirtualSwitch/{moId}/config Switch configuration data.
DistributedVirtualSwitchApi distributed_virtual_switch_get_config_issue GET /DistributedVirtualSwitch/{moId}/configIssue Current configuration issues that have been detected for this entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_config_status GET /DistributedVirtualSwitch/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_custom_value GET /DistributedVirtualSwitch/{moId}/customValue Custom field values.
DistributedVirtualSwitchApi distributed_virtual_switch_get_declared_alarm_state GET /DistributedVirtualSwitch/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_disabled_method GET /DistributedVirtualSwitch/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_effective_role GET /DistributedVirtualSwitch/{moId}/effectiveRole Access rights the current session has to this entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_name GET /DistributedVirtualSwitch/{moId}/name Name of this entity, unique relative to its parent.
DistributedVirtualSwitchApi distributed_virtual_switch_get_network_resource_pool GET /DistributedVirtualSwitch/{moId}/networkResourcePool Network resource pool information for the switch.
DistributedVirtualSwitchApi distributed_virtual_switch_get_overall_status GET /DistributedVirtualSwitch/{moId}/overallStatus General health of this managed entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_parent GET /DistributedVirtualSwitch/{moId}/parent Parent of this entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_permission GET /DistributedVirtualSwitch/{moId}/permission List of permissions defined for this entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_portgroup GET /DistributedVirtualSwitch/{moId}/portgroup Portgroups that are defined on the switch.
DistributedVirtualSwitchApi distributed_virtual_switch_get_recent_task GET /DistributedVirtualSwitch/{moId}/recentTask The set of recent tasks operating on this managed entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_runtime GET /DistributedVirtualSwitch/{moId}/runtime Runtime information of the distributed virtual switch.
DistributedVirtualSwitchApi distributed_virtual_switch_get_summary GET /DistributedVirtualSwitch/{moId}/summary Summary of the switch.
DistributedVirtualSwitchApi distributed_virtual_switch_get_tag GET /DistributedVirtualSwitch/{moId}/tag The set of tags associated with this managed entity.
DistributedVirtualSwitchApi distributed_virtual_switch_get_triggered_alarm_state GET /DistributedVirtualSwitch/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
DistributedVirtualSwitchApi distributed_virtual_switch_get_uuid GET /DistributedVirtualSwitch/{moId}/uuid Generated UUID of the switch.
DistributedVirtualSwitchApi distributed_virtual_switch_get_value GET /DistributedVirtualSwitch/{moId}/value List of custom field values.
DistributedVirtualSwitchApi distributed_virtual_switch_lookup_dv_port_group POST /DistributedVirtualSwitch/{moId}/LookupDvPortGroup Returns the portgroup identified by the key within this VDS.
DistributedVirtualSwitchApi distributed_virtual_switch_merge_dvs_task POST /DistributedVirtualSwitch/{moId}/MergeDvs_Task Merge an existing DistributedVirtualSwitch (source) to this switch (destination).
DistributedVirtualSwitchApi distributed_virtual_switch_move_dv_port_task POST /DistributedVirtualSwitch/{moId}/MoveDVPort_Task Move the ports out of their current portgroup into the specified portgroup.
DistributedVirtualSwitchApi distributed_virtual_switch_perform_dvs_product_spec_operation_task POST /DistributedVirtualSwitch/{moId}/PerformDvsProductSpecOperation_Task This method updates the DistributedVirtualSwitch product specifications.
DistributedVirtualSwitchApi distributed_virtual_switch_query_used_vlan_id_in_dvs POST /DistributedVirtualSwitch/{moId}/QueryUsedVlanIdInDvs Return the used VLAN ID (PVLAN excluded) in the switch.
DistributedVirtualSwitchApi distributed_virtual_switch_reconfigure_dv_port_task POST /DistributedVirtualSwitch/{moId}/ReconfigureDVPort_Task Reconfigure individual ports.
DistributedVirtualSwitchApi distributed_virtual_switch_reconfigure_dvs_task POST /DistributedVirtualSwitch/{moId}/ReconfigureDvs_Task Reconfigures a distributed virtual switch.
DistributedVirtualSwitchApi distributed_virtual_switch_rectify_dvs_host_task POST /DistributedVirtualSwitch/{moId}/RectifyDvsHost_Task Update the switch configuration on the host to bring them in sync with the current configuration in vCenter Server.
DistributedVirtualSwitchApi distributed_virtual_switch_refresh_dv_port_state POST /DistributedVirtualSwitch/{moId}/RefreshDVPortState Refresh port states.
DistributedVirtualSwitchApi distributed_virtual_switch_reload POST /DistributedVirtualSwitch/{moId}/Reload Reload the entity state.
DistributedVirtualSwitchApi distributed_virtual_switch_remove_network_resource_pool POST /DistributedVirtualSwitch/{moId}/RemoveNetworkResourcePool Remove a network resource pool.
DistributedVirtualSwitchApi distributed_virtual_switch_rename_task POST /DistributedVirtualSwitch/{moId}/Rename_Task Renames this managed entity.
DistributedVirtualSwitchApi distributed_virtual_switch_set_custom_value POST /DistributedVirtualSwitch/{moId}/setCustomValue Assigns a value to a custom field.
DistributedVirtualSwitchApi distributed_virtual_switch_update_dvs_capability POST /DistributedVirtualSwitch/{moId}/UpdateDvsCapability Set the capability of the switch.
DistributedVirtualSwitchApi distributed_virtual_switch_update_dvs_health_check_config_task POST /DistributedVirtualSwitch/{moId}/UpdateDVSHealthCheckConfig_Task Update health check configuration.
DistributedVirtualSwitchApi distributed_virtual_switch_update_network_resource_pool POST /DistributedVirtualSwitch/{moId}/UpdateNetworkResourcePool Update the network resource pool configuration.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_dvs_manager_export_entity_task POST /DistributedVirtualSwitchManager/{moId}/DVSManagerExportEntity_Task Export the configuration for entities specified in the <code>selectionSet</code> parameter.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_dvs_manager_import_entity_task POST /DistributedVirtualSwitchManager/{moId}/DVSManagerImportEntity_Task Import the configuration of entities specified in EntityBackupConfig.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_dvs_manager_lookup_dv_port_group POST /DistributedVirtualSwitchManager/{moId}/DVSManagerLookupDvPortGroup Returns the portgroup identified by the key within the specified VDS identified by its UUID.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_available_dvs_spec POST /DistributedVirtualSwitchManager/{moId}/QueryAvailableDvsSpec This operation returns a list of switch product specifications that are supported by the vCenter Server.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_compatible_host_for_existing_dvs POST /DistributedVirtualSwitchManager/{moId}/QueryCompatibleHostForExistingDvs This operation returns a list of hosts that are compatible with the given DistributedVirtualSwitch product specification.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_compatible_host_for_new_dvs POST /DistributedVirtualSwitchManager/{moId}/QueryCompatibleHostForNewDvs This operation returns a list of hosts that are compatible with the given DistributedVirtualSwitch product specification.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_compatible_vmnics_from_hosts POST /DistributedVirtualSwitchManager/{moId}/QueryCompatibleVmnicsFromHosts This operation returns a list of vmnics which are compatible with the given DistributedVirtualSwitch product specification.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_dvs_by_uuid POST /DistributedVirtualSwitchManager/{moId}/QueryDvsByUuid This operation returns a DistributedVirtualSwitch given a UUID.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_dvs_check_compatibility POST /DistributedVirtualSwitchManager/{moId}/QueryDvsCheckCompatibility This operation returns a list of compatibility results.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_dvs_compatible_host_spec POST /DistributedVirtualSwitchManager/{moId}/QueryDvsCompatibleHostSpec This operation returns a list of host product specifications that are compatible with the given DistributedVirtualSwitch product specification.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_dvs_config_target POST /DistributedVirtualSwitchManager/{moId}/QueryDvsConfigTarget This operation returns the DistributedVirtualSwitch or DistributedVirtualPortgroup configuration target on a host.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_dvs_feature_capability POST /DistributedVirtualSwitchManager/{moId}/QueryDvsFeatureCapability This operation indicates which version-specific DVS features are available for the given DistributedVirtualSwitch product specification.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_query_supported_network_offload_spec POST /DistributedVirtualSwitchManager/{moId}/QuerySupportedNetworkOffloadSpec This operation returns a list of network offload specifications that are compatible with the given DistributedVirtualSwitch product specification.
DistributedVirtualSwitchManagerApi distributed_virtual_switch_manager_rectify_dvs_on_host_task POST /DistributedVirtualSwitchManager/{moId}/RectifyDvsOnHost_Task Update the Distributed Switch configuration on the hosts to bring them in sync with the current configuration in vCenter Server.
EnvironmentBrowserApi environment_browser_get_datastore_browser GET /EnvironmentBrowser/{moId}/datastoreBrowser DatastoreBrowser to browse datastores that are available on this entity.
EnvironmentBrowserApi environment_browser_query_config_option POST /EnvironmentBrowser/{moId}/QueryConfigOption Query for a specific virtual machine configuration option (the ConfigOption).
EnvironmentBrowserApi environment_browser_query_config_option_descriptor POST /EnvironmentBrowser/{moId}/QueryConfigOptionDescriptor The list of ConfigOption keys available on this entity.
EnvironmentBrowserApi environment_browser_query_config_option_ex POST /EnvironmentBrowser/{moId}/QueryConfigOptionEx Query for a virtual machine configuration option matching the key or host or both given in the EnvironmentBrowserConfigOptionQuerySpec.
EnvironmentBrowserApi environment_browser_query_config_target POST /EnvironmentBrowser/{moId}/QueryConfigTarget Queries for information about a specific target, a &quot;physical&quot; device that can be used to back virtual devices.
EnvironmentBrowserApi environment_browser_query_target_capabilities POST /EnvironmentBrowser/{moId}/QueryTargetCapabilities Queries for information on the capabilities supported by the ComputeResource associated with the EnvironmentBrowser.
EventHistoryCollectorApi event_history_collector_destroy_collector POST /EventHistoryCollector/{moId}/DestroyCollector Destroys this collector.
EventHistoryCollectorApi event_history_collector_get_filter GET /EventHistoryCollector/{moId}/filter The filter used to create this collector.
EventHistoryCollectorApi event_history_collector_get_latest_page GET /EventHistoryCollector/{moId}/latestPage The items in the 'viewable latest page'.
EventHistoryCollectorApi event_history_collector_read_next_events POST /EventHistoryCollector/{moId}/ReadNextEvents Reads the 'scrollable view' from the current position.
EventHistoryCollectorApi event_history_collector_read_previous_events POST /EventHistoryCollector/{moId}/ReadPreviousEvents Reads the 'scrollable view' from the current position.
EventHistoryCollectorApi event_history_collector_reset_collector POST /EventHistoryCollector/{moId}/ResetCollector Moves the &quot;scrollable view&quot; to the item immediately preceding the &quot;viewable latest page&quot;.
EventHistoryCollectorApi event_history_collector_rewind_collector POST /EventHistoryCollector/{moId}/RewindCollector Moves the &quot;scrollable view&quot; to the oldest item.
EventHistoryCollectorApi event_history_collector_set_collector_page_size POST /EventHistoryCollector/{moId}/SetCollectorPageSize Sets the &quot;viewable latest page&quot; size to contain at most the number of items specified by the maxCount parameter).
EventManagerApi event_manager_create_collector_for_events POST /EventManager/{moId}/CreateCollectorForEvents Creates an event history collector, which is a specialized history collector that provides Event objects.
EventManagerApi event_manager_get_description GET /EventManager/{moId}/description Static descriptive strings used in events.
EventManagerApi event_manager_get_latest_event GET /EventManager/{moId}/latestEvent The latest event that happened on the VirtualCenter server.
EventManagerApi event_manager_get_max_collector GET /EventManager/{moId}/maxCollector For each client, the maximum number of event collectors that can exist simultaneously.
EventManagerApi event_manager_log_user_event POST /EventManager/{moId}/LogUserEvent Logs a user defined event against a particular managed entity.
EventManagerApi event_manager_post_event POST /EventManager/{moId}/PostEvent Posts the specified event, optionally associating it with a task.
EventManagerApi event_manager_query_events POST /EventManager/{moId}/QueryEvents Returns the events in specified filter.
EventManagerApi event_manager_retrieve_argument_description POST /EventManager/{moId}/RetrieveArgumentDescription Retrieves the argument meta-data for a given Event type
ExtensibleManagedObjectApi extensible_managed_object_get_available_field GET /ExtensibleManagedObject/{moId}/availableField List of custom field definitions that are valid for the object's type.
ExtensibleManagedObjectApi extensible_managed_object_get_value GET /ExtensibleManagedObject/{moId}/value List of custom field values.
ExtensibleManagedObjectApi extensible_managed_object_set_custom_value POST /ExtensibleManagedObject/{moId}/setCustomValue Assigns a value to a custom field.
ExtensionManagerApi extension_manager_find_extension POST /ExtensionManager/{moId}/FindExtension Returns extension with the given key, if any.
ExtensionManagerApi extension_manager_get_extension_list GET /ExtensionManager/{moId}/extensionList The list of currently registered extensions.
ExtensionManagerApi extension_manager_get_public_key POST /ExtensionManager/{moId}/GetPublicKey Returns VirtualCenter Server public key.
ExtensionManagerApi extension_manager_query_extension_ip_allocation_usage POST /ExtensionManager/{moId}/QueryExtensionIpAllocationUsage Query statistics about IP allocation usage, either system wide or for specified extensions.
ExtensionManagerApi extension_manager_query_managed_by POST /ExtensionManager/{moId}/QueryManagedBy Find entities managed by an extension.
ExtensionManagerApi extension_manager_register_extension POST /ExtensionManager/{moId}/RegisterExtension Registers extension.
ExtensionManagerApi extension_manager_set_extension_certificate POST /ExtensionManager/{moId}/SetExtensionCertificate Update the stored authentication certificate for a specified extension.
ExtensionManagerApi extension_manager_set_public_key POST /ExtensionManager/{moId}/SetPublicKey Sets extension's public key.
ExtensionManagerApi extension_manager_unregister_extension POST /ExtensionManager/{moId}/UnregisterExtension Unregisters the specified extension if it exists.
ExtensionManagerApi extension_manager_update_extension POST /ExtensionManager/{moId}/UpdateExtension If the key specified in the extension exists, the existing record is updated.
FailoverClusterConfiguratorApi failover_cluster_configurator_configure_vcha_task POST /FailoverClusterConfigurator/{moId}/configureVcha_Task Configure VCHA on the local vCenter Server.
FailoverClusterConfiguratorApi failover_cluster_configurator_create_passive_node_task POST /FailoverClusterConfigurator/{moId}/createPassiveNode_Task Creates a Passive node in a degraded VCHA Cluster with node location information and pre-existing VCHA Cluster configuration from the Active node.
FailoverClusterConfiguratorApi failover_cluster_configurator_create_witness_node_task POST /FailoverClusterConfigurator/{moId}/createWitnessNode_Task Creates a Witness node in a degraded VCHA Cluster with node location information and pre-existing VCHA Cluster configuration from the Active node.
FailoverClusterConfiguratorApi failover_cluster_configurator_deploy_vcha_task POST /FailoverClusterConfigurator/{moId}/deployVcha_Task Deploys and Configures VCHA on the local vCenter as a single API.
FailoverClusterConfiguratorApi failover_cluster_configurator_destroy_vcha_task POST /FailoverClusterConfigurator/{moId}/destroyVcha_Task Destroys the VCHA cluster setup and removes all VCHA specific configuration from the VCVA appliance.
FailoverClusterConfiguratorApi failover_cluster_configurator_get_disabled_configure_method GET /FailoverClusterConfigurator/{moId}/disabledConfigureMethod A list of method names that must not be called and will throw a fault due to some other method running that the disabled method can cause side-effects for.
FailoverClusterConfiguratorApi failover_cluster_configurator_get_vcha_config POST /FailoverClusterConfigurator/{moId}/getVchaConfig Returns the configuration information for each node that is part of the VCHA Cluster.
FailoverClusterConfiguratorApi failover_cluster_configurator_prepare_vcha_task POST /FailoverClusterConfigurator/{moId}/prepareVcha_Task Prepares the vCenter appliance for a VCHA cluster deployment.
FailoverClusterManagerApi failover_cluster_manager_get_cluster_mode POST /FailoverClusterManager/{moId}/getClusterMode Returns current mode of a VCHA Cluster.
FailoverClusterManagerApi failover_cluster_manager_get_disabled_cluster_method GET /FailoverClusterManager/{moId}/disabledClusterMethod A list of method names that must not be called and will throw a fault due to some other method running that the disabled method can cause side-effects for.
FailoverClusterManagerApi failover_cluster_manager_get_vcha_cluster_health POST /FailoverClusterManager/{moId}/GetVchaClusterHealth Returns last known health of the VCHA Cluster.
FailoverClusterManagerApi failover_cluster_manager_initiate_failover_task POST /FailoverClusterManager/{moId}/initiateFailover_Task Allows a caller to initiate a failover from Active vCenter Server node to the Passive node.
FailoverClusterManagerApi failover_cluster_manager_set_cluster_mode_task POST /FailoverClusterManager/{moId}/setClusterMode_Task setClusterMode method allows caller to manipulate the mode of a VCHA Cluster Following mode transitions are allowed - enabled -&gt; disabled - Allowed only in healthy and degraded states.
FileManagerApi file_manager_change_owner POST /FileManager/{moId}/ChangeOwner Change the owner for a file.
FileManagerApi file_manager_copy_datastore_file_task POST /FileManager/{moId}/CopyDatastoreFile_Task Copies the source file or folder to the destination.
FileManagerApi file_manager_delete_datastore_file_task POST /FileManager/{moId}/DeleteDatastoreFile_Task Deletes the specified file or folder from the datastore.
FileManagerApi file_manager_make_directory POST /FileManager/{moId}/MakeDirectory Create a folder using the specified name.
FileManagerApi file_manager_move_datastore_file_task POST /FileManager/{moId}/MoveDatastoreFile_Task Moves the source file or folder to the destination.
FolderApi folder_add_standalone_host_task POST /Folder/{moId}/AddStandaloneHost_Task Creates a new single-host compute resource.
FolderApi folder_batch_add_hosts_to_cluster_task POST /Folder/{moId}/BatchAddHostsToCluster_Task Adds a set of new and existing hosts to the cluster.
FolderApi folder_batch_add_standalone_hosts_task POST /Folder/{moId}/BatchAddStandaloneHosts_Task Adds a list of hosts to inventory, as standalone hosts, in a single invocation.
FolderApi folder_create_cluster POST /Folder/{moId}/CreateCluster Creates a new cluster compute resource in this folder.
FolderApi folder_create_cluster_ex POST /Folder/{moId}/CreateClusterEx Creates a new cluster compute resource in this folder.
FolderApi folder_create_datacenter POST /Folder/{moId}/CreateDatacenter Creates a new datacenter with the given name.
FolderApi folder_create_dvs_task POST /Folder/{moId}/CreateDVS_Task Create a DistributedVirtualSwitch in the folder according to the specified DVSCreateSpec.
FolderApi folder_create_folder POST /Folder/{moId}/CreateFolder Creates a new sub-folder with the specified name.
FolderApi folder_create_storage_pod POST /Folder/{moId}/CreateStoragePod Creates a new storage pod in this folder.
FolderApi folder_create_vm_task POST /Folder/{moId}/CreateVM_Task Creates a new virtual machine in the current folder and attaches it to the specified resource pool.
FolderApi folder_destroy_task POST /Folder/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
FolderApi folder_get_alarm_actions_enabled GET /Folder/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
FolderApi folder_get_available_field GET /Folder/{moId}/availableField List of custom field definitions that are valid for the object's type.
FolderApi folder_get_child_entity GET /Folder/{moId}/childEntity An array of managed object references.
FolderApi folder_get_child_type GET /Folder/{moId}/childType Specifies the object types a folder may contain.
FolderApi folder_get_config_issue GET /Folder/{moId}/configIssue Current configuration issues that have been detected for this entity.
FolderApi folder_get_config_status GET /Folder/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
FolderApi folder_get_custom_value GET /Folder/{moId}/customValue Custom field values.
FolderApi folder_get_declared_alarm_state GET /Folder/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
FolderApi folder_get_disabled_method GET /Folder/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
FolderApi folder_get_effective_role GET /Folder/{moId}/effectiveRole Access rights the current session has to this entity.
FolderApi folder_get_name GET /Folder/{moId}/name Name of this entity, unique relative to its parent.
FolderApi folder_get_namespace GET /Folder/{moId}/namespace The namespace with which the Folder is associated.
FolderApi folder_get_overall_status GET /Folder/{moId}/overallStatus General health of this managed entity.
FolderApi folder_get_parent GET /Folder/{moId}/parent Parent of this entity.
FolderApi folder_get_permission GET /Folder/{moId}/permission List of permissions defined for this entity.
FolderApi folder_get_recent_task GET /Folder/{moId}/recentTask The set of recent tasks operating on this managed entity.
FolderApi folder_get_tag GET /Folder/{moId}/tag The set of tags associated with this managed entity.
FolderApi folder_get_triggered_alarm_state GET /Folder/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
FolderApi folder_get_value GET /Folder/{moId}/value List of custom field values.
FolderApi folder_move_into_folder_task POST /Folder/{moId}/MoveIntoFolder_Task Moves a set of managed entities into this folder.
FolderApi folder_register_vm_task POST /Folder/{moId}/RegisterVM_Task Adds an existing virtual machine to the folder.
FolderApi folder_reload POST /Folder/{moId}/Reload Reload the entity state.
FolderApi folder_rename_task POST /Folder/{moId}/Rename_Task Renames this managed entity.
FolderApi folder_set_custom_value POST /Folder/{moId}/setCustomValue Assigns a value to a custom field.
FolderApi folder_unregister_and_destroy_task POST /Folder/{moId}/UnregisterAndDestroy_Task Recursively unregisters all virtual machines and vApps, and destroys all child virtual machine folders.
GuestAliasManagerApi guest_alias_manager_add_guest_alias POST /GuestAliasManager/{moId}/AddGuestAlias Defines an alias for a guest account in a virtual machine.
GuestAliasManagerApi guest_alias_manager_list_guest_aliases POST /GuestAliasManager/{moId}/ListGuestAliases Lists the GuestAliases for a specified user in the guest that can be used for authentication of guest operations.
GuestAliasManagerApi guest_alias_manager_list_guest_mapped_aliases POST /GuestAliasManager/{moId}/ListGuestMappedAliases Lists the GuestMappedAliases in the guest that can be used for authentication of guest operations.
GuestAliasManagerApi guest_alias_manager_remove_guest_alias POST /GuestAliasManager/{moId}/RemoveGuestAlias Removes an alias from the guest so it can no longer be used for authentication of guest operations.
GuestAliasManagerApi guest_alias_manager_remove_guest_alias_by_cert POST /GuestAliasManager/{moId}/RemoveGuestAliasByCert Removes a VMware SSO Server's certificate and all associated aliases from the guest so it can no longer be used for authentication of guest operations.
GuestAuthManagerApi guest_auth_manager_acquire_credentials_in_guest POST /GuestAuthManager/{moId}/AcquireCredentialsInGuest Authenticates in the guest and returns a GuestAuthentication object with the acquired credentials for use in subsequent guest operation calls.
GuestAuthManagerApi guest_auth_manager_release_credentials_in_guest POST /GuestAuthManager/{moId}/ReleaseCredentialsInGuest Releases session data and resources associated with a GuestAuthentication object returned by GuestAuthManager.AcquireCredentialsInGuest.
GuestAuthManagerApi guest_auth_manager_validate_credentials_in_guest POST /GuestAuthManager/{moId}/ValidateCredentialsInGuest Validates the GuestAuthentication credentials.
GuestFileManagerApi guest_file_manager_change_file_attributes_in_guest POST /GuestFileManager/{moId}/ChangeFileAttributesInGuest Changes the file attributes of a specified file inside the guest.
GuestFileManagerApi guest_file_manager_create_temporary_directory_in_guest POST /GuestFileManager/{moId}/CreateTemporaryDirectoryInGuest Creates a temporary directory.
GuestFileManagerApi guest_file_manager_create_temporary_file_in_guest POST /GuestFileManager/{moId}/CreateTemporaryFileInGuest Creates a temporary file.
GuestFileManagerApi guest_file_manager_delete_directory_in_guest POST /GuestFileManager/{moId}/DeleteDirectoryInGuest Deletes a directory in the guest OS.
GuestFileManagerApi guest_file_manager_delete_file_in_guest POST /GuestFileManager/{moId}/DeleteFileInGuest Deletes a file in the guest OS
GuestFileManagerApi guest_file_manager_initiate_file_transfer_from_guest POST /GuestFileManager/{moId}/InitiateFileTransferFromGuest Initiates an operation to transfer a file from the guest.
GuestFileManagerApi guest_file_manager_initiate_file_transfer_to_guest POST /GuestFileManager/{moId}/InitiateFileTransferToGuest Initiates an operation to transfer a file to the guest.
GuestFileManagerApi guest_file_manager_list_files_in_guest POST /GuestFileManager/{moId}/ListFilesInGuest Returns information about files or directories in the guest.
GuestFileManagerApi guest_file_manager_make_directory_in_guest POST /GuestFileManager/{moId}/MakeDirectoryInGuest Creates a directory in the guest OS
GuestFileManagerApi guest_file_manager_move_directory_in_guest POST /GuestFileManager/{moId}/MoveDirectoryInGuest Moves or renames a directory in the guest.
GuestFileManagerApi guest_file_manager_move_file_in_guest POST /GuestFileManager/{moId}/MoveFileInGuest Renames a file in the guest.
GuestOperationsManagerApi guest_operations_manager_get_alias_manager GET /GuestOperationsManager/{moId}/aliasManager A managed object that provides methods to support single sign-on in the guest operating system.
GuestOperationsManagerApi guest_operations_manager_get_auth_manager GET /GuestOperationsManager/{moId}/authManager A singleton managed object that provides methods for guest authentication operations.
GuestOperationsManagerApi guest_operations_manager_get_file_manager GET /GuestOperationsManager/{moId}/fileManager A singleton managed object that provides methods for guest file operations.
GuestOperationsManagerApi guest_operations_manager_get_guest_windows_registry_manager GET /GuestOperationsManager/{moId}/guestWindowsRegistryManager A singleton managed object that provides methods for guest windows registry operations.
GuestOperationsManagerApi guest_operations_manager_get_process_manager GET /GuestOperationsManager/{moId}/processManager A singleton managed object that provides methods for guest process operations.
GuestProcessManagerApi guest_process_manager_list_processes_in_guest POST /GuestProcessManager/{moId}/ListProcessesInGuest List the processes running in the guest operating system, plus those started by GuestProcessManager.StartProgramInGuest that have recently completed.
GuestProcessManagerApi guest_process_manager_read_environment_variable_in_guest POST /GuestProcessManager/{moId}/ReadEnvironmentVariableInGuest Reads an environment variable from the guest OS
GuestProcessManagerApi guest_process_manager_start_program_in_guest POST /GuestProcessManager/{moId}/StartProgramInGuest Starts a program in the guest operating system.
GuestProcessManagerApi guest_process_manager_terminate_process_in_guest POST /GuestProcessManager/{moId}/TerminateProcessInGuest Terminates a process in the guest OS.
GuestWindowsRegistryManagerApi guest_windows_registry_manager_create_registry_key_in_guest POST /GuestWindowsRegistryManager/{moId}/CreateRegistryKeyInGuest Create a registry key.
GuestWindowsRegistryManagerApi guest_windows_registry_manager_delete_registry_key_in_guest POST /GuestWindowsRegistryManager/{moId}/DeleteRegistryKeyInGuest Delete a registry key.
GuestWindowsRegistryManagerApi guest_windows_registry_manager_delete_registry_value_in_guest POST /GuestWindowsRegistryManager/{moId}/DeleteRegistryValueInGuest Delete a registry value.
GuestWindowsRegistryManagerApi guest_windows_registry_manager_list_registry_keys_in_guest POST /GuestWindowsRegistryManager/{moId}/ListRegistryKeysInGuest List all registry subkeys for a given registry key.
GuestWindowsRegistryManagerApi guest_windows_registry_manager_list_registry_values_in_guest POST /GuestWindowsRegistryManager/{moId}/ListRegistryValuesInGuest List all registry values for a given registry key.
GuestWindowsRegistryManagerApi guest_windows_registry_manager_set_registry_value_in_guest POST /GuestWindowsRegistryManager/{moId}/SetRegistryValueInGuest Set/Create a registry value.
HealthUpdateManagerApi health_update_manager_add_filter POST /HealthUpdateManager/{moId}/AddFilter Adds health update filters.
HealthUpdateManagerApi health_update_manager_add_filter_entities POST /HealthUpdateManager/{moId}/AddFilterEntities Add entities on which this filter is configured.
HealthUpdateManagerApi health_update_manager_add_monitored_entities POST /HealthUpdateManager/{moId}/AddMonitoredEntities The provider monitors additional managed entities.
HealthUpdateManagerApi health_update_manager_has_monitored_entity POST /HealthUpdateManager/{moId}/HasMonitoredEntity Check if the managed entity is monitored by the provider.
HealthUpdateManagerApi health_update_manager_has_provider POST /HealthUpdateManager/{moId}/HasProvider Verifies if the given provider is registered.
HealthUpdateManagerApi health_update_manager_post_health_updates POST /HealthUpdateManager/{moId}/PostHealthUpdates Report a change in health status.
HealthUpdateManagerApi health_update_manager_query_filter_entities POST /HealthUpdateManager/{moId}/QueryFilterEntities Returns the list of entities on which this filter is configured.
HealthUpdateManagerApi health_update_manager_query_filter_info_ids POST /HealthUpdateManager/{moId}/QueryFilterInfoIds Returns the list of HealthUpdateInfos configured for this filter.
HealthUpdateManagerApi health_update_manager_query_filter_list POST /HealthUpdateManager/{moId}/QueryFilterList Returns the list of filters.
HealthUpdateManagerApi health_update_manager_query_filter_name POST /HealthUpdateManager/{moId}/QueryFilterName Returns the filter name.
HealthUpdateManagerApi health_update_manager_query_health_update_infos POST /HealthUpdateManager/{moId}/QueryHealthUpdateInfos Returns the list of HealthUpdateInfo configured for the given provider.
HealthUpdateManagerApi health_update_manager_query_health_updates POST /HealthUpdateManager/{moId}/QueryHealthUpdates Returns the list of health updates reported by the given provider.
HealthUpdateManagerApi health_update_manager_query_monitored_entities POST /HealthUpdateManager/{moId}/QueryMonitoredEntities Returns the list of managed entities monitored by the given provider.
HealthUpdateManagerApi health_update_manager_query_provider_list POST /HealthUpdateManager/{moId}/QueryProviderList The providers.
HealthUpdateManagerApi health_update_manager_query_provider_name POST /HealthUpdateManager/{moId}/QueryProviderName Query the name of the provider.
HealthUpdateManagerApi health_update_manager_query_unmonitored_hosts POST /HealthUpdateManager/{moId}/QueryUnmonitoredHosts The set of hosts that are in the cluster, but not monitored by the provider.
HealthUpdateManagerApi health_update_manager_register_health_update_provider POST /HealthUpdateManager/{moId}/RegisterHealthUpdateProvider Registers provider.
HealthUpdateManagerApi health_update_manager_remove_filter POST /HealthUpdateManager/{moId}/RemoveFilter Removes the specified filter.
HealthUpdateManagerApi health_update_manager_remove_filter_entities POST /HealthUpdateManager/{moId}/RemoveFilterEntities Remove entities on which this filter is configured.
HealthUpdateManagerApi health_update_manager_remove_monitored_entities POST /HealthUpdateManager/{moId}/RemoveMonitoredEntities The provider monitors fewer managed entities.
HealthUpdateManagerApi health_update_manager_unregister_health_update_provider POST /HealthUpdateManager/{moId}/UnregisterHealthUpdateProvider Unregisters the specified provider, if it exists.
HistoryCollectorApi history_collector_destroy_collector POST /HistoryCollector/{moId}/DestroyCollector Destroys this collector.
HistoryCollectorApi history_collector_get_filter GET /HistoryCollector/{moId}/filter The filter used to create this collector.
HistoryCollectorApi history_collector_reset_collector POST /HistoryCollector/{moId}/ResetCollector Moves the &quot;scrollable view&quot; to the item immediately preceding the &quot;viewable latest page&quot;.
HistoryCollectorApi history_collector_rewind_collector POST /HistoryCollector/{moId}/RewindCollector Moves the &quot;scrollable view&quot; to the oldest item.
HistoryCollectorApi history_collector_set_collector_page_size POST /HistoryCollector/{moId}/SetCollectorPageSize Sets the &quot;viewable latest page&quot; size to contain at most the number of items specified by the maxCount parameter).
HostAccessManagerApi host_access_manager_change_access_mode POST /HostAccessManager/{moId}/ChangeAccessMode Update the access mode for a user or group.
HostAccessManagerApi host_access_manager_change_lockdown_mode POST /HostAccessManager/{moId}/ChangeLockdownMode Changes the lockdown state of the ESXi host.
HostAccessManagerApi host_access_manager_get_lockdown_mode GET /HostAccessManager/{moId}/lockdownMode Current lockdown state of the host.
HostAccessManagerApi host_access_manager_query_lockdown_exceptions POST /HostAccessManager/{moId}/QueryLockdownExceptions Get the list of users which are exceptions for lockdown mode.
HostAccessManagerApi host_access_manager_query_system_users POST /HostAccessManager/{moId}/QuerySystemUsers Get the list of local system users.
HostAccessManagerApi host_access_manager_retrieve_host_access_control_entries POST /HostAccessManager/{moId}/RetrieveHostAccessControlEntries Retrieve access entries.
HostAccessManagerApi host_access_manager_update_lockdown_exceptions POST /HostAccessManager/{moId}/UpdateLockdownExceptions Update the list of users which are exceptions for lockdown mode.
HostAccessManagerApi host_access_manager_update_system_users POST /HostAccessManager/{moId}/UpdateSystemUsers Update the list of local system users.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_disable_smart_card_authentication POST /HostActiveDirectoryAuthentication/{moId}/DisableSmartCardAuthentication Disables console authentication using a local smart card and reader.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_enable_smart_card_authentication POST /HostActiveDirectoryAuthentication/{moId}/EnableSmartCardAuthentication Enables console authentication using a local smart card and reader.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_get_info GET /HostActiveDirectoryAuthentication/{moId}/info Information about the authentication store.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_import_certificate_for_cam_task POST /HostActiveDirectoryAuthentication/{moId}/ImportCertificateForCAM_Task Import the CAM server's certificate to the local store of vmwauth.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_install_smart_card_trust_anchor POST /HostActiveDirectoryAuthentication/{moId}/InstallSmartCardTrustAnchor Install a trust anchor certificate for smart card authentication.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_join_domain_task POST /HostActiveDirectoryAuthentication/{moId}/JoinDomain_Task Adds the host to an Active Directory domain.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_join_domain_with_cam_task POST /HostActiveDirectoryAuthentication/{moId}/JoinDomainWithCAM_Task Adds the host to an Active Directory domain through CAM service.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_leave_current_domain_task POST /HostActiveDirectoryAuthentication/{moId}/LeaveCurrentDomain_Task Removes the host from the Active Directory domain to which it belongs.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_list_smart_card_trust_anchors POST /HostActiveDirectoryAuthentication/{moId}/ListSmartCardTrustAnchors Lists installed trust anchor certificates for smart card authentication.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_remove_smart_card_trust_anchor POST /HostActiveDirectoryAuthentication/{moId}/RemoveSmartCardTrustAnchor Remove a smart card trust anchor certificate from the system.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_remove_smart_card_trust_anchor_by_fingerprint POST /HostActiveDirectoryAuthentication/{moId}/RemoveSmartCardTrustAnchorByFingerprint Remove a smart card trust anchor certificate from the system by fingerprint.
HostActiveDirectoryAuthenticationApi host_active_directory_authentication_replace_smart_card_trust_anchors POST /HostActiveDirectoryAuthentication/{moId}/ReplaceSmartCardTrustAnchors Replace the trust anchor certificates for smart card authentication.
HostAssignableHardwareManagerApi host_assignable_hardware_manager_download_description_tree POST /HostAssignableHardwareManager/{moId}/DownloadDescriptionTree Download Assignable Hardware description tree.
HostAssignableHardwareManagerApi host_assignable_hardware_manager_get_binding GET /HostAssignableHardwareManager/{moId}/binding Assignable Hardware bindings
HostAssignableHardwareManagerApi host_assignable_hardware_manager_get_config GET /HostAssignableHardwareManager/{moId}/config Assignable Hardware configuration
HostAssignableHardwareManagerApi host_assignable_hardware_manager_retrieve_dynamic_passthrough_info POST /HostAssignableHardwareManager/{moId}/RetrieveDynamicPassthroughInfo Retrieve PCI Dynamic Passthrough info.
HostAssignableHardwareManagerApi host_assignable_hardware_manager_retrieve_vendor_device_group_info POST /HostAssignableHardwareManager/{moId}/RetrieveVendorDeviceGroupInfo Retrieve VendorDeviceGroup info.
HostAssignableHardwareManagerApi host_assignable_hardware_manager_update_assignable_hardware_config POST /HostAssignableHardwareManager/{moId}/UpdateAssignableHardwareConfig Update Assignable Hardware configuration.
HostAuthenticationManagerApi host_authentication_manager_get_info GET /HostAuthenticationManager/{moId}/info Information about Active Directory membership.
HostAuthenticationManagerApi host_authentication_manager_get_supported_store GET /HostAuthenticationManager/{moId}/supportedStore An array that can contain managed object references to local and Active Directory authentication managed objects.
HostAuthenticationStoreApi host_authentication_store_get_info GET /HostAuthenticationStore/{moId}/info Information about the authentication store.
HostAutoStartManagerApi host_auto_start_manager_auto_start_power_off POST /HostAutoStartManager/{moId}/AutoStartPowerOff Powers-off virtual machines according to the current AutoStart configuration.
HostAutoStartManagerApi host_auto_start_manager_auto_start_power_on POST /HostAutoStartManager/{moId}/AutoStartPowerOn Powers-on virtual machines according to the current AutoStart configuration.
HostAutoStartManagerApi host_auto_start_manager_get_config GET /HostAutoStartManager/{moId}/config
HostAutoStartManagerApi host_auto_start_manager_reconfigure_autostart POST /HostAutoStartManager/{moId}/ReconfigureAutostart Changes the power-on or power-off sequence and system defaults.
HostBootDeviceSystemApi host_boot_device_system_query_boot_devices POST /HostBootDeviceSystem/{moId}/QueryBootDevices Retrieves a list of the available boot devices for the host system.
HostBootDeviceSystemApi host_boot_device_system_update_boot_device POST /HostBootDeviceSystem/{moId}/UpdateBootDevice Sets the current boot device for the host system.
HostCacheConfigurationManagerApi host_cache_configuration_manager_configure_host_cache_task POST /HostCacheConfigurationManager/{moId}/ConfigureHostCache_Task Configure host cache/swap performance enhancement.
HostCacheConfigurationManagerApi host_cache_configuration_manager_get_cache_configuration_info GET /HostCacheConfigurationManager/{moId}/cacheConfigurationInfo The swap performance configuration for the ESX host.
HostCertificateManagerApi host_certificate_manager_generate_certificate_signing_request POST /HostCertificateManager/{moId}/GenerateCertificateSigningRequest Requests the server to generate a certificate-signing request (CSR) for itself.
HostCertificateManagerApi host_certificate_manager_generate_certificate_signing_request_by_dn POST /HostCertificateManager/{moId}/GenerateCertificateSigningRequestByDn Requests the server to generate a certificate-signing request (CSR) for itself.
HostCertificateManagerApi host_certificate_manager_get_certificate_info GET /HostCertificateManager/{moId}/certificateInfo the CertificateInfo of the Host Certificate.
HostCertificateManagerApi host_certificate_manager_install_server_certificate POST /HostCertificateManager/{moId}/InstallServerCertificate Installs a given SSL certificate on the server.
HostCertificateManagerApi host_certificate_manager_list_ca_certificate_revocation_lists POST /HostCertificateManager/{moId}/ListCACertificateRevocationLists Fetches the SSL CRLs of Certificate Authorities that are trusted.
HostCertificateManagerApi host_certificate_manager_list_ca_certificates POST /HostCertificateManager/{moId}/ListCACertificates Fetches the SSL certificates of Certificate Authorities that are trusted.
HostCertificateManagerApi host_certificate_manager_replace_ca_certificates_and_crls POST /HostCertificateManager/{moId}/ReplaceCACertificatesAndCRLs Replaces the trusted Certificate Authority (CA) certificates and Certification Revocation List (CRL) used by the server with the provided values.
HostCertificateManagerApi host_certificate_manager_retrieve_certificate_info_list POST /HostCertificateManager/{moId}/RetrieveCertificateInfoList the CertificateInfos of all known Certificates on the host
HostCpuSchedulerSystemApi host_cpu_scheduler_system_disable_hyper_threading POST /HostCpuSchedulerSystem/{moId}/DisableHyperThreading Don't treat hyperthreads as schedulable resources the next time the CPU scheduler starts.
HostCpuSchedulerSystemApi host_cpu_scheduler_system_enable_hyper_threading POST /HostCpuSchedulerSystem/{moId}/EnableHyperThreading Treat hyperthreads as schedulable resources the next time the CPU scheduler starts.
HostCpuSchedulerSystemApi host_cpu_scheduler_system_get_available_field GET /HostCpuSchedulerSystem/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostCpuSchedulerSystemApi host_cpu_scheduler_system_get_hyperthread_info GET /HostCpuSchedulerSystem/{moId}/hyperthreadInfo The hyperthread configuration for the CpuSchedulerSystem.
HostCpuSchedulerSystemApi host_cpu_scheduler_system_get_value GET /HostCpuSchedulerSystem/{moId}/value List of custom field values.
HostCpuSchedulerSystemApi host_cpu_scheduler_system_set_custom_value POST /HostCpuSchedulerSystem/{moId}/setCustomValue Assigns a value to a custom field.
HostDatastoreBrowserApi host_datastore_browser_delete_file POST /HostDatastoreBrowser/{moId}/DeleteFile Deletes the specified files from the datastore.
HostDatastoreBrowserApi host_datastore_browser_get_datastore GET /HostDatastoreBrowser/{moId}/datastore Set of datastores that can be searched on this DatastoreBrowser.
HostDatastoreBrowserApi host_datastore_browser_get_supported_type GET /HostDatastoreBrowser/{moId}/supportedType The list of supported file types.
HostDatastoreBrowserApi host_datastore_browser_search_datastore_sub_folders_task POST /HostDatastoreBrowser/{moId}/SearchDatastoreSubFolders_Task Returns the information for the files that match the given search criteria as a SearchResults\[\] object.
HostDatastoreBrowserApi host_datastore_browser_search_datastore_task POST /HostDatastoreBrowser/{moId}/SearchDatastore_Task Returns the information for the files that match the given search criteria as a SearchResults object.
HostDatastoreSystemApi host_datastore_system_configure_datastore_principal POST /HostDatastoreSystem/{moId}/ConfigureDatastorePrincipal Configures datastore principal user for the host.
HostDatastoreSystemApi host_datastore_system_create_local_datastore POST /HostDatastoreSystem/{moId}/CreateLocalDatastore Creates a new local datastore.
HostDatastoreSystemApi host_datastore_system_create_nas_datastore POST /HostDatastoreSystem/{moId}/CreateNasDatastore Creates a new network-attached storage datastore.
HostDatastoreSystemApi host_datastore_system_create_vmfs_datastore POST /HostDatastoreSystem/{moId}/CreateVmfsDatastore Creates a new VMFS datastore.
HostDatastoreSystemApi host_datastore_system_create_vvol_datastore POST /HostDatastoreSystem/{moId}/CreateVvolDatastore Create a Virtual-Volume based datastore
HostDatastoreSystemApi host_datastore_system_disable_clustered_vmdk_support POST /HostDatastoreSystem/{moId}/DisableClusteredVmdkSupport Disable the clustered vmdk support on specified datastore.
HostDatastoreSystemApi host_datastore_system_enable_clustered_vmdk_support POST /HostDatastoreSystem/{moId}/EnableClusteredVmdkSupport Enable the clustered vmdk support on specified datastore.
HostDatastoreSystemApi host_datastore_system_expand_vmfs_datastore POST /HostDatastoreSystem/{moId}/ExpandVmfsDatastore Increases the capacity of an existing VMFS datastore by expanding (increasing the size of) an existing extent of the datastore.
HostDatastoreSystemApi host_datastore_system_extend_vmfs_datastore POST /HostDatastoreSystem/{moId}/ExtendVmfsDatastore Increases the capacity of an existing VMFS datastore by adding new extents to the datastore.
HostDatastoreSystemApi host_datastore_system_get_capabilities GET /HostDatastoreSystem/{moId}/capabilities Capability vector indicating the available product features.
HostDatastoreSystemApi host_datastore_system_get_datastore GET /HostDatastoreSystem/{moId}/datastore List of datastores on this host.
HostDatastoreSystemApi host_datastore_system_query_available_disks_for_vmfs POST /HostDatastoreSystem/{moId}/QueryAvailableDisksForVmfs Query to list disks that can be used to contain VMFS datastore extents.
HostDatastoreSystemApi host_datastore_system_query_max_queue_depth POST /HostDatastoreSystem/{moId}/QueryMaxQueueDepth Query max queue depth for a specified NFS datastore.
HostDatastoreSystemApi host_datastore_system_query_unresolved_vmfs_volumes POST /HostDatastoreSystem/{moId}/QueryUnresolvedVmfsVolumes Get the list of unbound VMFS volumes.
HostDatastoreSystemApi host_datastore_system_query_vmfs_datastore_create_options POST /HostDatastoreSystem/{moId}/QueryVmfsDatastoreCreateOptions Queries options for creating a new VMFS datastore for a disk.
HostDatastoreSystemApi host_datastore_system_query_vmfs_datastore_expand_options POST /HostDatastoreSystem/{moId}/QueryVmfsDatastoreExpandOptions Queries for options for increasing the capacity of an existing VMFS datastore by expanding (increasing the size of) an existing extent of the datastore.
HostDatastoreSystemApi host_datastore_system_query_vmfs_datastore_extend_options POST /HostDatastoreSystem/{moId}/QueryVmfsDatastoreExtendOptions Queries for options for increasing the capacity of an existing VMFS datastore by adding new extents using space from the specified disk.
HostDatastoreSystemApi host_datastore_system_remove_datastore POST /HostDatastoreSystem/{moId}/RemoveDatastore Removes a datastore from a host.
HostDatastoreSystemApi host_datastore_system_remove_datastore_ex_task POST /HostDatastoreSystem/{moId}/RemoveDatastoreEx_Task Remove one or more datastores.
HostDatastoreSystemApi host_datastore_system_resignature_unresolved_vmfs_volume_task POST /HostDatastoreSystem/{moId}/ResignatureUnresolvedVmfsVolume_Task Resignature an unbound VMFS volume.
HostDatastoreSystemApi host_datastore_system_set_max_queue_depth POST /HostDatastoreSystem/{moId}/SetMaxQueueDepth Set max queue depth for a specified NFS datastore.
HostDatastoreSystemApi host_datastore_system_update_local_swap_datastore POST /HostDatastoreSystem/{moId}/UpdateLocalSwapDatastore Choose the localSwapDatastore for this host.
HostDateTimeSystemApi host_date_time_system_get_date_time_info GET /HostDateTimeSystem/{moId}/dateTimeInfo The DateTime configuration of the host.
HostDateTimeSystemApi host_date_time_system_query_available_time_zones POST /HostDateTimeSystem/{moId}/QueryAvailableTimeZones Retrieves the list of available timezones on the host.
HostDateTimeSystemApi host_date_time_system_query_date_time POST /HostDateTimeSystem/{moId}/QueryDateTime Get the current DateTime on the host.
HostDateTimeSystemApi host_date_time_system_refresh_date_time_system POST /HostDateTimeSystem/{moId}/RefreshDateTimeSystem Refresh the DateTime related settings to pick up any changes that might have occurred.
HostDateTimeSystemApi host_date_time_system_test_time_service POST /HostDateTimeSystem/{moId}/TestTimeService Run a test to validate current time service configuration is functioning normally.
HostDateTimeSystemApi host_date_time_system_update_date_time POST /HostDateTimeSystem/{moId}/UpdateDateTime Update the date/time on the host.
HostDateTimeSystemApi host_date_time_system_update_date_time_config POST /HostDateTimeSystem/{moId}/UpdateDateTimeConfig Update the DateTime configuration of the host.
HostDiagnosticSystemApi host_diagnostic_system_create_diagnostic_partition POST /HostDiagnosticSystem/{moId}/CreateDiagnosticPartition Creates a diagnostic partition according to the provided create specification.
HostDiagnosticSystemApi host_diagnostic_system_get_active_partition GET /HostDiagnosticSystem/{moId}/activePartition The currently active diagnostic partition.
HostDiagnosticSystemApi host_diagnostic_system_query_available_partition POST /HostDiagnosticSystem/{moId}/QueryAvailablePartition Retrieves a list of available diagnostic partitions.
HostDiagnosticSystemApi host_diagnostic_system_query_partition_create_desc POST /HostDiagnosticSystem/{moId}/QueryPartitionCreateDesc For a disk, query for the diagnostic partition creation description.
HostDiagnosticSystemApi host_diagnostic_system_query_partition_create_options POST /HostDiagnosticSystem/{moId}/QueryPartitionCreateOptions Retrieves a list of disks that can be used to contain a diagnostic partition.
HostDiagnosticSystemApi host_diagnostic_system_select_active_partition POST /HostDiagnosticSystem/{moId}/SelectActivePartition Changes the active diagnostic partition to a different partition.
HostDirectoryStoreApi host_directory_store_get_info GET /HostDirectoryStore/{moId}/info Information about the authentication store.
HostEsxAgentHostManagerApi host_esx_agent_host_manager_esx_agent_host_manager_update_config POST /HostEsxAgentHostManager/{moId}/EsxAgentHostManagerUpdateConfig Update the host's ESX agent configuration.
HostEsxAgentHostManagerApi host_esx_agent_host_manager_get_config_info GET /HostEsxAgentHostManager/{moId}/configInfo Configuration of agent virtual machine resources
HostFirewallSystemApi host_firewall_system_disable_ruleset POST /HostFirewallSystem/{moId}/DisableRuleset Blocks the firewall ports belonging to the specified ruleset.
HostFirewallSystemApi host_firewall_system_enable_ruleset POST /HostFirewallSystem/{moId}/EnableRuleset Opens the firewall ports belonging to the specified ruleset.
HostFirewallSystemApi host_firewall_system_get_available_field GET /HostFirewallSystem/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostFirewallSystemApi host_firewall_system_get_firewall_info GET /HostFirewallSystem/{moId}/firewallInfo Firewall configuration.
HostFirewallSystemApi host_firewall_system_get_value GET /HostFirewallSystem/{moId}/value List of custom field values.
HostFirewallSystemApi host_firewall_system_refresh_firewall POST /HostFirewallSystem/{moId}/RefreshFirewall Refresh the firewall information and settings to pick up any changes made directly on the host.
HostFirewallSystemApi host_firewall_system_set_custom_value POST /HostFirewallSystem/{moId}/setCustomValue Assigns a value to a custom field.
HostFirewallSystemApi host_firewall_system_update_default_policy POST /HostFirewallSystem/{moId}/UpdateDefaultPolicy Updates the default firewall policy; unset fields are left unchanged.
HostFirewallSystemApi host_firewall_system_update_ruleset POST /HostFirewallSystem/{moId}/UpdateRuleset Update the firewall ruleset specification.
HostFirmwareSystemApi host_firmware_system_backup_firmware_configuration POST /HostFirmwareSystem/{moId}/BackupFirmwareConfiguration Backup the configuration of the host.
HostFirmwareSystemApi host_firmware_system_query_firmware_config_upload_url POST /HostFirmwareSystem/{moId}/QueryFirmwareConfigUploadURL Return the URL on the host to which the configuration bundle must be uploaded for a restore operation.
HostFirmwareSystemApi host_firmware_system_reset_firmware_to_factory_defaults POST /HostFirmwareSystem/{moId}/ResetFirmwareToFactoryDefaults Reset the configuration to factory defaults.
HostFirmwareSystemApi host_firmware_system_restore_firmware_configuration POST /HostFirmwareSystem/{moId}/RestoreFirmwareConfiguration Restore the configuration of the host to that specified in the bundle.
HostGraphicsManagerApi host_graphics_manager_get_available_field GET /HostGraphicsManager/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostGraphicsManagerApi host_graphics_manager_get_graphics_config GET /HostGraphicsManager/{moId}/graphicsConfig Graphics Configuration
HostGraphicsManagerApi host_graphics_manager_get_graphics_info GET /HostGraphicsManager/{moId}/graphicsInfo Array of graphics information
HostGraphicsManagerApi host_graphics_manager_get_shared_gpu_capabilities GET /HostGraphicsManager/{moId}/sharedGpuCapabilities Array of shared passthru GPU capablities.
HostGraphicsManagerApi host_graphics_manager_get_shared_passthru_gpu_types GET /HostGraphicsManager/{moId}/sharedPassthruGpuTypes Array of shared passthru GPU types.
HostGraphicsManagerApi host_graphics_manager_get_value GET /HostGraphicsManager/{moId}/value List of custom field values.
HostGraphicsManagerApi host_graphics_manager_is_shared_graphics_active POST /HostGraphicsManager/{moId}/IsSharedGraphicsActive Indicate if shared graphics device is active on the host.
HostGraphicsManagerApi host_graphics_manager_refresh_graphics_manager POST /HostGraphicsManager/{moId}/RefreshGraphicsManager Refresh the available graphics information.
HostGraphicsManagerApi host_graphics_manager_retrieve_vgpu_device_info POST /HostGraphicsManager/{moId}/RetrieveVgpuDeviceInfo
HostGraphicsManagerApi host_graphics_manager_retrieve_vgpu_profile_info POST /HostGraphicsManager/{moId}/RetrieveVgpuProfileInfo
HostGraphicsManagerApi host_graphics_manager_set_custom_value POST /HostGraphicsManager/{moId}/setCustomValue Assigns a value to a custom field.
HostGraphicsManagerApi host_graphics_manager_update_graphics_config POST /HostGraphicsManager/{moId}/UpdateGraphicsConfig Update graphics configuration
HostHealthStatusSystemApi host_health_status_system_clear_system_event_log POST /HostHealthStatusSystem/{moId}/ClearSystemEventLog Clear the the IPMI System Event Log.
HostHealthStatusSystemApi host_health_status_system_fetch_system_event_log POST /HostHealthStatusSystem/{moId}/FetchSystemEventLog Hardware System Event Log (SEL) information
HostHealthStatusSystemApi host_health_status_system_get_runtime GET /HostHealthStatusSystem/{moId}/runtime
HostHealthStatusSystemApi host_health_status_system_refresh_health_status_system POST /HostHealthStatusSystem/{moId}/RefreshHealthStatusSystem Refresh the available runtime hardware health information.
HostHealthStatusSystemApi host_health_status_system_reset_system_health_info POST /HostHealthStatusSystem/{moId}/ResetSystemHealthInfo Resets the state of the sensors of the IPMI subsystem.
HostImageConfigManagerApi host_image_config_manager_fetch_software_packages POST /HostImageConfigManager/{moId}/fetchSoftwarePackages Reports the set of software packages installed.
HostImageConfigManagerApi host_image_config_manager_host_image_config_get_acceptance POST /HostImageConfigManager/{moId}/HostImageConfigGetAcceptance Queries the current host acceptance level setting.
HostImageConfigManagerApi host_image_config_manager_host_image_config_get_profile POST /HostImageConfigManager/{moId}/HostImageConfigGetProfile Queries the current host image profile information.
HostImageConfigManagerApi host_image_config_manager_install_date POST /HostImageConfigManager/{moId}/installDate Reports the UTC time stamp when this system was first installed.
HostImageConfigManagerApi host_image_config_manager_update_host_image_acceptance_level POST /HostImageConfigManager/{moId}/UpdateHostImageAcceptanceLevel Sets the acceptance level of the host image profile.
HostKernelModuleSystemApi host_kernel_module_system_query_configured_module_option_string POST /HostKernelModuleSystem/{moId}/QueryConfiguredModuleOptionString Query the options configured to be passed to the kernel module when loaded.
HostKernelModuleSystemApi host_kernel_module_system_query_modules POST /HostKernelModuleSystem/{moId}/QueryModules Query the set of modules on the host.
HostKernelModuleSystemApi host_kernel_module_system_update_module_option_string POST /HostKernelModuleSystem/{moId}/UpdateModuleOptionString Specifies the options to be passed to the kernel module when loaded.
HostLocalAccountManagerApi host_local_account_manager_assign_user_to_group POST /HostLocalAccountManager/{moId}/AssignUserToGroup Assigns a user to a group.
HostLocalAccountManagerApi host_local_account_manager_change_password POST /HostLocalAccountManager/{moId}/ChangePassword Updates the password of a local user account.
HostLocalAccountManagerApi host_local_account_manager_create_group POST /HostLocalAccountManager/{moId}/CreateGroup Creates a local group account using the parameters defined in the HostLocalAccountManagerAccountSpecification data object type.
HostLocalAccountManagerApi host_local_account_manager_create_user POST /HostLocalAccountManager/{moId}/CreateUser Creates a local user account using the parameters defined in the HostLocalAccountManagerAccountSpecification data object type.
HostLocalAccountManagerApi host_local_account_manager_remove_group POST /HostLocalAccountManager/{moId}/RemoveGroup Removes a local group account.
HostLocalAccountManagerApi host_local_account_manager_remove_user POST /HostLocalAccountManager/{moId}/RemoveUser Removes a local user account.
HostLocalAccountManagerApi host_local_account_manager_unassign_user_from_group POST /HostLocalAccountManager/{moId}/UnassignUserFromGroup Unassigns a user from a group.
HostLocalAccountManagerApi host_local_account_manager_update_user POST /HostLocalAccountManager/{moId}/UpdateUser Updates a local user account using the parameters defined in the HostLocalAccountManagerAccountSpecification data object type.
HostLocalAuthenticationApi host_local_authentication_get_info GET /HostLocalAuthentication/{moId}/info Information about the authentication store.
HostMemorySystemApi host_memory_system_get_available_field GET /HostMemorySystem/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostMemorySystemApi host_memory_system_get_console_reservation_info GET /HostMemorySystem/{moId}/consoleReservationInfo Service console reservation information for the memory manager.
HostMemorySystemApi host_memory_system_get_value GET /HostMemorySystem/{moId}/value List of custom field values.
HostMemorySystemApi host_memory_system_get_virtual_machine_reservation_info GET /HostMemorySystem/{moId}/virtualMachineReservationInfo Virtual machine reservation information for the memory manager.
HostMemorySystemApi host_memory_system_reconfigure_service_console_reservation POST /HostMemorySystem/{moId}/ReconfigureServiceConsoleReservation Sets the configured service console memory reservation.
HostMemorySystemApi host_memory_system_reconfigure_virtual_machine_reservation POST /HostMemorySystem/{moId}/ReconfigureVirtualMachineReservation Updates the virtual machine reservation information.
HostMemorySystemApi host_memory_system_set_custom_value POST /HostMemorySystem/{moId}/setCustomValue Assigns a value to a custom field.
HostNetworkSystemApi host_network_system_add_port_group POST /HostNetworkSystem/{moId}/AddPortGroup Adds a port group to the virtual switch.
HostNetworkSystemApi host_network_system_add_service_console_virtual_nic POST /HostNetworkSystem/{moId}/AddServiceConsoleVirtualNic Adds a virtual service console network adapter.
HostNetworkSystemApi host_network_system_add_virtual_nic POST /HostNetworkSystem/{moId}/AddVirtualNic Adds a virtual host/VMkernel network adapter.
HostNetworkSystemApi host_network_system_add_virtual_switch POST /HostNetworkSystem/{moId}/AddVirtualSwitch Adds a new virtual switch to the system with the given name.
HostNetworkSystemApi host_network_system_get_available_field GET /HostNetworkSystem/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostNetworkSystemApi host_network_system_get_capabilities GET /HostNetworkSystem/{moId}/capabilities Capability vector indicating the available product features.
HostNetworkSystemApi host_network_system_get_console_ip_route_config GET /HostNetworkSystem/{moId}/consoleIpRouteConfig IP route configuration for the service console.
HostNetworkSystemApi host_network_system_get_dns_config GET /HostNetworkSystem/{moId}/dnsConfig Client-side DNS configuration.
HostNetworkSystemApi host_network_system_get_ip_route_config GET /HostNetworkSystem/{moId}/ipRouteConfig The IP route configuration.
HostNetworkSystemApi host_network_system_get_network_config GET /HostNetworkSystem/{moId}/networkConfig Network configuration information.
HostNetworkSystemApi host_network_system_get_network_info GET /HostNetworkSystem/{moId}/networkInfo The network configuration and runtime information.
HostNetworkSystemApi host_network_system_get_offload_capabilities GET /HostNetworkSystem/{moId}/offloadCapabilities The offload capabilities available on this server.
HostNetworkSystemApi host_network_system_get_value GET /HostNetworkSystem/{moId}/value List of custom field values.
HostNetworkSystemApi host_network_system_query_network_hint POST /HostNetworkSystem/{moId}/QueryNetworkHint Requests network hint information for a physical network adapter.
HostNetworkSystemApi host_network_system_refresh_network_system POST /HostNetworkSystem/{moId}/RefreshNetworkSystem Refresh the network information and settings to pick up any changes that might have occurred.
HostNetworkSystemApi host_network_system_remove_port_group POST /HostNetworkSystem/{moId}/RemovePortGroup Removes port group from the virtual switch.
HostNetworkSystemApi host_network_system_remove_service_console_virtual_nic POST /HostNetworkSystem/{moId}/RemoveServiceConsoleVirtualNic Removes a virtual service console network adapter.
HostNetworkSystemApi host_network_system_remove_virtual_nic POST /HostNetworkSystem/{moId}/RemoveVirtualNic Removes a virtual host/VMkernel network adapter.
HostNetworkSystemApi host_network_system_remove_virtual_switch POST /HostNetworkSystem/{moId}/RemoveVirtualSwitch Removes an existing virtual switch from the system.
HostNetworkSystemApi host_network_system_restart_service_console_virtual_nic POST /HostNetworkSystem/{moId}/RestartServiceConsoleVirtualNic Restart the service console virtual network adapter interface.
HostNetworkSystemApi host_network_system_set_custom_value POST /HostNetworkSystem/{moId}/setCustomValue Assigns a value to a custom field.
HostNetworkSystemApi host_network_system_update_console_ip_route_config POST /HostNetworkSystem/{moId}/UpdateConsoleIpRouteConfig Applies the IP route configuration for the service console.
HostNetworkSystemApi host_network_system_update_dns_config POST /HostNetworkSystem/{moId}/UpdateDnsConfig Applies the client-side DNS configuration.
HostNetworkSystemApi host_network_system_update_ip_route_config POST /HostNetworkSystem/{moId}/UpdateIpRouteConfig Applies the IP route configuration.
HostNetworkSystemApi host_network_system_update_ip_route_table_config POST /HostNetworkSystem/{moId}/UpdateIpRouteTableConfig Applies the IP route table configuration.
HostNetworkSystemApi host_network_system_update_network_config POST /HostNetworkSystem/{moId}/UpdateNetworkConfig Applies the network configuration.
HostNetworkSystemApi host_network_system_update_physical_nic_link_speed POST /HostNetworkSystem/{moId}/UpdatePhysicalNicLinkSpeed Configures link speed and duplexity.
HostNetworkSystemApi host_network_system_update_port_group POST /HostNetworkSystem/{moId}/UpdatePortGroup Reconfigures a port group on the virtual switch.
HostNetworkSystemApi host_network_system_update_service_console_virtual_nic POST /HostNetworkSystem/{moId}/UpdateServiceConsoleVirtualNic Configures the IP configuration for a virtual service console network adapter.
HostNetworkSystemApi host_network_system_update_virtual_nic POST /HostNetworkSystem/{moId}/UpdateVirtualNic Configures virtual host/VMkernel network adapter.
HostNetworkSystemApi host_network_system_update_virtual_switch POST /HostNetworkSystem/{moId}/UpdateVirtualSwitch Updates the properties of the virtual switch.
HostNvdimmSystemApi host_nvdimm_system_create_nvdimm_namespace_task POST /HostNvdimmSystem/{moId}/CreateNvdimmNamespace_Task A new block or persistent namespace can be created on the NVDIMM(s) when the system is in maintenance mode.
HostNvdimmSystemApi host_nvdimm_system_create_nvdimm_p_mem_namespace_task POST /HostNvdimmSystem/{moId}/CreateNvdimmPMemNamespace_Task Create persistent memory mode nvd namespace from information passed in PMemNamespaceCreationSpec.
HostNvdimmSystemApi host_nvdimm_system_delete_nvdimm_block_namespaces_task POST /HostNvdimmSystem/{moId}/DeleteNvdimmBlockNamespaces_Task Delete all block mode namespaces in the system.
HostNvdimmSystemApi host_nvdimm_system_delete_nvdimm_namespace_task POST /HostNvdimmSystem/{moId}/DeleteNvdimmNamespace_Task Delete nvd namespace whose uuid matches passed parameter.
HostNvdimmSystemApi host_nvdimm_system_get_nvdimm_system_info GET /HostNvdimmSystem/{moId}/nvdimmSystemInfo Host NVDIMM information.
HostPatchManagerApi host_patch_manager_check_host_patch_task POST /HostPatchManager/{moId}/CheckHostPatch_Task Check the list of metadata and returns the dependency, obsolete and conflict information The operation is cancelable through the returned Task object.
HostPatchManagerApi host_patch_manager_install_host_patch_task POST /HostPatchManager/{moId}/InstallHostPatch_Task Patch the host.
HostPatchManagerApi host_patch_manager_install_host_patch_v2_task POST /HostPatchManager/{moId}/InstallHostPatchV2_Task Patch the host.
HostPatchManagerApi host_patch_manager_query_host_patch_task POST /HostPatchManager/{moId}/QueryHostPatch_Task Query the host for installed bulletins.
HostPatchManagerApi host_patch_manager_scan_host_patch_task POST /HostPatchManager/{moId}/ScanHostPatch_Task Scan the host for the patch status.
HostPatchManagerApi host_patch_manager_scan_host_patch_v2_task POST /HostPatchManager/{moId}/ScanHostPatchV2_Task Scan the host for the patch status.
HostPatchManagerApi host_patch_manager_stage_host_patch_task POST /HostPatchManager/{moId}/StageHostPatch_Task Stage the vib files to esx local location and possibly do some run time check.
HostPatchManagerApi host_patch_manager_uninstall_host_patch_task POST /HostPatchManager/{moId}/UninstallHostPatch_Task Uninstall patch from the host.
HostPciPassthruSystemApi host_pci_passthru_system_get_available_field GET /HostPciPassthruSystem/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostPciPassthruSystemApi host_pci_passthru_system_get_pci_passthru_info GET /HostPciPassthruSystem/{moId}/pciPassthruInfo Array of PciPassthru information
HostPciPassthruSystemApi host_pci_passthru_system_get_sriov_device_pool_info GET /HostPciPassthruSystem/{moId}/sriovDevicePoolInfo Array of Sriov Device Pool information
HostPciPassthruSystemApi host_pci_passthru_system_get_value GET /HostPciPassthruSystem/{moId}/value List of custom field values.
HostPciPassthruSystemApi host_pci_passthru_system_refresh POST /HostPciPassthruSystem/{moId}/Refresh Refresh the available PciPassthru information.
HostPciPassthruSystemApi host_pci_passthru_system_set_custom_value POST /HostPciPassthruSystem/{moId}/setCustomValue Assigns a value to a custom field.
HostPciPassthruSystemApi host_pci_passthru_system_update_passthru_config POST /HostPciPassthruSystem/{moId}/UpdatePassthruConfig Updates the PciPassthru configuration, this will get called for the dependent device with the enabled bool set
HostPowerSystemApi host_power_system_configure_power_policy POST /HostPowerSystem/{moId}/ConfigurePowerPolicy Configure host power policy.
HostPowerSystemApi host_power_system_get_capability GET /HostPowerSystem/{moId}/capability Power system capabilities object.
HostPowerSystemApi host_power_system_get_info GET /HostPowerSystem/{moId}/info Power system state info object.
HostProfileApi host_profile_associate_profile POST /HostProfile/{moId}/AssociateProfile Associate a profile with a managed entity.
HostProfileApi host_profile_check_profile_compliance_task POST /HostProfile/{moId}/CheckProfileCompliance_Task Check compliance of an entity against a Profile.
HostProfileApi host_profile_destroy_profile POST /HostProfile/{moId}/DestroyProfile Destroy the profile.
HostProfileApi host_profile_dissociate_profile POST /HostProfile/{moId}/DissociateProfile Remove the association between a profile and a managed entity.
HostProfileApi host_profile_execute_host_profile POST /HostProfile/{moId}/ExecuteHostProfile Run the Profile Engine to determine the list of configuration changes needed for the specified host.
HostProfileApi host_profile_export_profile POST /HostProfile/{moId}/ExportProfile Export the profile in a serialized form.
HostProfileApi host_profile_get_compliance_check_time GET /HostProfile/{moId}/complianceCheckTime The latest compliance check time.
HostProfileApi host_profile_get_compliance_status GET /HostProfile/{moId}/complianceStatus Overall compliance of entities associated with this profile.
HostProfileApi host_profile_get_config GET /HostProfile/{moId}/config Configuration data for the profile.
HostProfileApi host_profile_get_created_time GET /HostProfile/{moId}/createdTime Time at which the profile was created.
HostProfileApi host_profile_get_description GET /HostProfile/{moId}/description Localizable description of the profile
HostProfileApi host_profile_get_entity GET /HostProfile/{moId}/entity List of managed entities associated with the profile.
HostProfileApi host_profile_get_modified_time GET /HostProfile/{moId}/modifiedTime Time at which the profile was last modified.
HostProfileApi host_profile_get_name GET /HostProfile/{moId}/name Name of the profile.
HostProfileApi host_profile_get_reference_host GET /HostProfile/{moId}/referenceHost Reference host in use for this host profile.
HostProfileApi host_profile_get_validation_failure_info GET /HostProfile/{moId}/validationFailureInfo This object is created or updated if the HostProfileValidationState_enum is Failed.
HostProfileApi host_profile_get_validation_state GET /HostProfile/{moId}/validationState State of the host profile validation operation.
HostProfileApi host_profile_get_validation_state_update_time GET /HostProfile/{moId}/validationStateUpdateTime Update time of the validation operation.
HostProfileApi host_profile_host_profile_reset_validation_state POST /HostProfile/{moId}/HostProfileResetValidationState This API will update the validationState to Ready from Failed, invalidate the validationFailureInfo and reset the validationStateUpdateTime.
HostProfileApi host_profile_retrieve_description POST /HostProfile/{moId}/RetrieveDescription Returns the localizable description for the profile.
HostProfileApi host_profile_update_host_profile POST /HostProfile/{moId}/UpdateHostProfile Update the <code>HostProfile</code> with the specified configuration data.
HostProfileApi host_profile_update_reference_host POST /HostProfile/{moId}/UpdateReferenceHost Sets the HostProfile.HostProfile.referenceHost property.
HostProfileManagerApi host_profile_manager_apply_entities_config_task POST /HostProfileManager/{moId}/ApplyEntitiesConfig_Task The task for applying host configuration on a list of hosts.
HostProfileManagerApi host_profile_manager_apply_host_config_task POST /HostProfileManager/{moId}/ApplyHostConfig_Task Apply the configuration to the host.
HostProfileManagerApi host_profile_manager_check_answer_file_status_task POST /HostProfileManager/{moId}/CheckAnswerFileStatus_Task Check the validity of the answer files for the specified hosts.
HostProfileManagerApi host_profile_manager_composite_host_profile_task POST /HostProfileManager/{moId}/CompositeHostProfile_Task Composes (merge, replace, delete, disable) the selected configurations into the target host profiles.
HostProfileManagerApi host_profile_manager_create_default_profile POST /HostProfileManager/{moId}/CreateDefaultProfile Create a default subprofile of a given type (for example, a VirtualSwitchProfile).
HostProfileManagerApi host_profile_manager_create_profile POST /HostProfileManager/{moId}/CreateProfile Create a profile from the specified CreateSpec.
HostProfileManagerApi host_profile_manager_export_answer_file_task POST /HostProfileManager/{moId}/ExportAnswerFile_Task Export a host's answer file into a serialized form.
HostProfileManagerApi host_profile_manager_find_associated_profile POST /HostProfileManager/{moId}/FindAssociatedProfile Get the profile(s) to which this entity is associated.
HostProfileManagerApi host_profile_manager_generate_config_task_list POST /HostProfileManager/{moId}/GenerateConfigTaskList Generate a list of configuration tasks that will be performed on the host during HostProfile application.
HostProfileManagerApi host_profile_manager_generate_host_config_task_spec_task POST /HostProfileManager/{moId}/GenerateHostConfigTaskSpec_Task This method generates ApplyHostProfileConfigurationSpec data object for each host which can be passed as input to HostProfileManager.ApplyEntitiesConfig_Task to configure that host.
HostProfileManagerApi host_profile_manager_generate_host_profile_task_list_task POST /HostProfileManager/{moId}/GenerateHostProfileTaskList_Task Generate a list of configuration tasks that will be performed on the host during HostProfile application.
HostProfileManagerApi host_profile_manager_get_profile GET /HostProfileManager/{moId}/profile A list of profiles known to this ProfileManager.
HostProfileManagerApi host_profile_manager_query_answer_file_status POST /HostProfileManager/{moId}/QueryAnswerFileStatus Returns the status of the answer files associated with specified hosts.
HostProfileManagerApi host_profile_manager_query_host_profile_metadata POST /HostProfileManager/{moId}/QueryHostProfileMetadata Retrieve the metadata for a set of profiles.
HostProfileManagerApi host_profile_manager_query_policy_metadata POST /HostProfileManager/{moId}/QueryPolicyMetadata Get the Metadata information for the policyNames.
HostProfileManagerApi host_profile_manager_query_profile_structure POST /HostProfileManager/{moId}/QueryProfileStructure Get information about the structure of the profile.
HostProfileManagerApi host_profile_manager_retrieve_answer_file POST /HostProfileManager/{moId}/RetrieveAnswerFile Returns the answer file associated with a particular host.
HostProfileManagerApi host_profile_manager_retrieve_answer_file_for_profile POST /HostProfileManager/{moId}/RetrieveAnswerFileForProfile Returns the answer file associated with a particular host, augmented with whatever answer file values are required for the supplied host profile.
HostProfileManagerApi host_profile_manager_retrieve_host_customizations POST /HostProfileManager/{moId}/RetrieveHostCustomizations This is the batch version of vim.profile.host.ProfileManager@retrieveAnswerFile.
HostProfileManagerApi host_profile_manager_retrieve_host_customizations_for_profile POST /HostProfileManager/{moId}/RetrieveHostCustomizationsForProfile This is the batch version of vim.profile.host.ProfileManager@retrieveAnswerFileForProfile.
HostProfileManagerApi host_profile_manager_update_answer_file_task POST /HostProfileManager/{moId}/UpdateAnswerFile_Task Update the AnswerFile for the specified host.
HostProfileManagerApi host_profile_manager_update_host_customizations_task POST /HostProfileManager/{moId}/UpdateHostCustomizations_Task This is the batch version of vim.profile.host.ProfileManager@updateAnswerFile.
HostProfileManagerApi host_profile_manager_validate_host_profile_composition_task POST /HostProfileManager/{moId}/ValidateHostProfileComposition_Task Validates the proposed host profile composition.
HostServiceSystemApi host_service_system_get_available_field GET /HostServiceSystem/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostServiceSystemApi host_service_system_get_service_info GET /HostServiceSystem/{moId}/serviceInfo Service configuration.
HostServiceSystemApi host_service_system_get_value GET /HostServiceSystem/{moId}/value List of custom field values.
HostServiceSystemApi host_service_system_refresh_services POST /HostServiceSystem/{moId}/RefreshServices Refresh the service information and settings to pick up any changes made directly on the host.
HostServiceSystemApi host_service_system_restart_service POST /HostServiceSystem/{moId}/RestartService Restarts the service.
HostServiceSystemApi host_service_system_set_custom_value POST /HostServiceSystem/{moId}/setCustomValue Assigns a value to a custom field.
HostServiceSystemApi host_service_system_start_service POST /HostServiceSystem/{moId}/StartService Starts the service.
HostServiceSystemApi host_service_system_stop_service POST /HostServiceSystem/{moId}/StopService Stops the service.
HostServiceSystemApi host_service_system_uninstall_service POST /HostServiceSystem/{moId}/UninstallService Uninstalls the service.
HostServiceSystemApi host_service_system_update_service_policy POST /HostServiceSystem/{moId}/UpdateServicePolicy Updates the activation policy of the service.
HostSnmpSystemApi host_snmp_system_get_configuration GET /HostSnmpSystem/{moId}/configuration
HostSnmpSystemApi host_snmp_system_get_limits GET /HostSnmpSystem/{moId}/limits
HostSnmpSystemApi host_snmp_system_reconfigure_snmp_agent POST /HostSnmpSystem/{moId}/ReconfigureSnmpAgent
HostSnmpSystemApi host_snmp_system_send_test_notification POST /HostSnmpSystem/{moId}/SendTestNotification
HostSpecificationManagerApi host_specification_manager_delete_host_specification POST /HostSpecificationManager/{moId}/DeleteHostSpecification Delete the host specification of the specified host.
HostSpecificationManagerApi host_specification_manager_delete_host_sub_specification POST /HostSpecificationManager/{moId}/DeleteHostSubSpecification Delete the host sub specification specified by the provided <code> subSpecname</code> of the specified host.
HostSpecificationManagerApi host_specification_manager_host_spec_get_updated_hosts POST /HostSpecificationManager/{moId}/HostSpecGetUpdatedHosts Query the hosts whose specification was updated in the specified time period.
HostSpecificationManagerApi host_specification_manager_retrieve_host_specification POST /HostSpecificationManager/{moId}/RetrieveHostSpecification Retrieve the host specification.
HostSpecificationManagerApi host_specification_manager_update_host_specification POST /HostSpecificationManager/{moId}/UpdateHostSpecification Update the host specification with the provided copy.
HostSpecificationManagerApi host_specification_manager_update_host_sub_specification POST /HostSpecificationManager/{moId}/UpdateHostSubSpecification Update the host specification with the provided host sub specification.
HostStorageSystemApi host_storage_system_add_internet_scsi_send_targets POST /HostStorageSystem/{moId}/AddInternetScsiSendTargets Adds Send Target entries to the host bus adapter discovery list.
HostStorageSystemApi host_storage_system_add_internet_scsi_static_targets POST /HostStorageSystem/{moId}/AddInternetScsiStaticTargets Adds Static Target entries to the host bus adapter discovery list.
HostStorageSystemApi host_storage_system_attach_scsi_lun POST /HostStorageSystem/{moId}/AttachScsiLun Allow I/O issue to the specified detached ScsiLun.
HostStorageSystemApi host_storage_system_attach_scsi_lun_ex_task POST /HostStorageSystem/{moId}/AttachScsiLunEx_Task Attach one or more SCSI LUNs.
HostStorageSystemApi host_storage_system_attach_vmfs_extent POST /HostStorageSystem/{moId}/AttachVmfsExtent Extends a VMFS by attaching a disk partition as an extent.
HostStorageSystemApi host_storage_system_change_nfs_user_password POST /HostStorageSystem/{moId}/ChangeNFSUserPassword Change password for existing NFS user.
HostStorageSystemApi host_storage_system_clear_nfs_user POST /HostStorageSystem/{moId}/ClearNFSUser Clear the NFS user configured on the esx host
HostStorageSystemApi host_storage_system_compute_disk_partition_info POST /HostStorageSystem/{moId}/ComputeDiskPartitionInfo Computes the disk partition information given the desired disk layout.
HostStorageSystemApi host_storage_system_compute_disk_partition_info_for_resize POST /HostStorageSystem/{moId}/ComputeDiskPartitionInfoForResize Computes the disk partition information for the purpose of resizing a given partition.
HostStorageSystemApi host_storage_system_connect_nvme_controller POST /HostStorageSystem/{moId}/ConnectNvmeController Establish a connection to an NVME controller.
HostStorageSystemApi host_storage_system_connect_nvme_controller_ex_task POST /HostStorageSystem/{moId}/ConnectNvmeControllerEx_Task Establish a connection to one or more NVMe controllers.
HostStorageSystemApi host_storage_system_create_nvme_over_rdma_adapter POST /HostStorageSystem/{moId}/CreateNvmeOverRdmaAdapter Creates a software NVME over RDMA adapter.
HostStorageSystemApi host_storage_system_create_software_adapter POST /HostStorageSystem/{moId}/CreateSoftwareAdapter Creates a software host bus adapter based on the provided spec.
HostStorageSystemApi host_storage_system_delete_scsi_lun_state POST /HostStorageSystem/{moId}/DeleteScsiLunState For previously detached SCSI Lun, remove the state information from host.
HostStorageSystemApi host_storage_system_delete_vffs_volume_state POST /HostStorageSystem/{moId}/DeleteVffsVolumeState For previously unmounted VFFS volume, remove the state information from host.
HostStorageSystemApi host_storage_system_delete_vmfs_volume_state POST /HostStorageSystem/{moId}/DeleteVmfsVolumeState For previously unmounted VMFS volume, remove the state information from host.
HostStorageSystemApi host_storage_system_destroy_vffs POST /HostStorageSystem/{moId}/DestroyVffs Destroy a VFFS volume.
HostStorageSystemApi host_storage_system_detach_scsi_lun POST /HostStorageSystem/{moId}/DetachScsiLun Disallow I/O issue to the specified ScsiLun.
HostStorageSystemApi host_storage_system_detach_scsi_lun_ex_task POST /HostStorageSystem/{moId}/DetachScsiLunEx_Task Detach one or more SCSI LUNs.
HostStorageSystemApi host_storage_system_disable_multipath_path POST /HostStorageSystem/{moId}/DisableMultipathPath Disables an enabled path for a Logical Unit.
HostStorageSystemApi host_storage_system_disconnect_nvme_controller POST /HostStorageSystem/{moId}/DisconnectNvmeController Disconnect from an NVME controller.
HostStorageSystemApi host_storage_system_disconnect_nvme_controller_ex_task POST /HostStorageSystem/{moId}/DisconnectNvmeControllerEx_Task Disconnect from one or more NVMe controllers.
HostStorageSystemApi host_storage_system_discover_fcoe_hbas POST /HostStorageSystem/{moId}/DiscoverFcoeHbas Initiates FCoE discovery using the given FcoeSpecification.
HostStorageSystemApi host_storage_system_discover_nvme_controllers POST /HostStorageSystem/{moId}/DiscoverNvmeControllers Connects to a Discovery Controller and retrieves the Discovery Log using the provided NvmeDiscoverSpec.
HostStorageSystemApi host_storage_system_enable_multipath_path POST /HostStorageSystem/{moId}/EnableMultipathPath Enables a disabled path for a Logical Unit.
HostStorageSystemApi host_storage_system_expand_vmfs_extent POST /HostStorageSystem/{moId}/ExpandVmfsExtent Expands a VMFS extent as specified by the Disk partition specification.
HostStorageSystemApi host_storage_system_extend_vffs POST /HostStorageSystem/{moId}/ExtendVffs Extends a VFFS by attaching a SSD.
HostStorageSystemApi host_storage_system_format_vffs POST /HostStorageSystem/{moId}/FormatVffs Format a new VFFS on a SSD disk
HostStorageSystemApi host_storage_system_format_vmfs POST /HostStorageSystem/{moId}/FormatVmfs Formats a new VMFS on a disk partition.
HostStorageSystemApi host_storage_system_get_available_field GET /HostStorageSystem/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostStorageSystemApi host_storage_system_get_file_system_volume_info GET /HostStorageSystem/{moId}/fileSystemVolumeInfo File system volume information for the host.
HostStorageSystemApi host_storage_system_get_multipath_state_info GET /HostStorageSystem/{moId}/multipathStateInfo Runtime information about the state of a multipath path.
HostStorageSystemApi host_storage_system_get_storage_device_info GET /HostStorageSystem/{moId}/storageDeviceInfo Host storage information up to the device level.
HostStorageSystemApi host_storage_system_get_system_file GET /HostStorageSystem/{moId}/systemFile Datastore paths of files used by the host system on mounted volumes, for instance, the COS vmdk file of the host.
HostStorageSystemApi host_storage_system_get_value GET /HostStorageSystem/{moId}/value List of custom field values.
HostStorageSystemApi host_storage_system_mark_as_local_task POST /HostStorageSystem/{moId}/MarkAsLocal_Task Mark a disk to local disk, due to the reason that local disks behind some controllers might not be recongized as local correctly.
HostStorageSystemApi host_storage_system_mark_as_non_local_task POST /HostStorageSystem/{moId}/MarkAsNonLocal_Task Mark a disk to remote disk, which is the opposite operation of HostStorageSystem.MarkAsLocal_Task Task failure might lose existing claim rules on the disk.
HostStorageSystemApi host_storage_system_mark_as_non_ssd_task POST /HostStorageSystem/{moId}/MarkAsNonSsd_Task Mark a disk to Non-SSD, which is the opposite operation of HostStorageSystem.MarkAsSsd_Task Task failure might lose existing claim rules on the disk.
HostStorageSystemApi host_storage_system_mark_as_ssd_task POST /HostStorageSystem/{moId}/MarkAsSsd_Task Mark a disk to SSD, due to the reason that SSDs behind some controllers might not be recongized as SSD correctly.
HostStorageSystemApi host_storage_system_mark_for_removal POST /HostStorageSystem/{moId}/MarkForRemoval Mark or unmark the given FCoE HBA for removal from the host system.
HostStorageSystemApi host_storage_system_mark_perennially_reserved POST /HostStorageSystem/{moId}/MarkPerenniallyReserved Marks the specified LUN as perennially reserved.
HostStorageSystemApi host_storage_system_mark_perennially_reserved_ex_task POST /HostStorageSystem/{moId}/MarkPerenniallyReservedEx_Task Marks the specified one or more SCSI LUN's perennially reserved based on the sate.
HostStorageSystemApi host_storage_system_mount_vffs_volume POST /HostStorageSystem/{moId}/MountVffsVolume Mount the unmounted VFFS volume.
HostStorageSystemApi host_storage_system_mount_vmfs_volume POST /HostStorageSystem/{moId}/MountVmfsVolume Mount the unmounted Vmfs volume.
HostStorageSystemApi host_storage_system_mount_vmfs_volume_ex_task POST /HostStorageSystem/{moId}/MountVmfsVolumeEx_Task Mount one or more VMFS volumes.
HostStorageSystemApi host_storage_system_query_available_ssds POST /HostStorageSystem/{moId}/QueryAvailableSsds Query the list SSD disks that can be used to contain a VFFS volume.
HostStorageSystemApi host_storage_system_query_nfs_user POST /HostStorageSystem/{moId}/QueryNFSUser Query the NFS user configured on the esx host
HostStorageSystemApi host_storage_system_query_path_selection_policy_options POST /HostStorageSystem/{moId}/QueryPathSelectionPolicyOptions Queries the set of path selection policy options.
HostStorageSystemApi host_storage_system_query_storage_array_type_policy_options POST /HostStorageSystem/{moId}/QueryStorageArrayTypePolicyOptions Queries the set of storage array type policy options.
HostStorageSystemApi host_storage_system_query_unresolved_vmfs_volume POST /HostStorageSystem/{moId}/QueryUnresolvedVmfsVolume Get the list of unbound VMFS volumes.
HostStorageSystemApi host_storage_system_query_vmfs_config_option POST /HostStorageSystem/{moId}/QueryVmfsConfigOption Get the VMFS configuration options, including block size, unmap granularity.
HostStorageSystemApi host_storage_system_refresh_storage_system POST /HostStorageSystem/{moId}/RefreshStorageSystem Obtains the latest host storage information related to storage devices, topology, and file systems.
HostStorageSystemApi host_storage_system_remove_internet_scsi_send_targets POST /HostStorageSystem/{moId}/RemoveInternetScsiSendTargets Removes Send Target entries from the host bus adapter discovery list.
HostStorageSystemApi host_storage_system_remove_internet_scsi_static_targets POST /HostStorageSystem/{moId}/RemoveInternetScsiStaticTargets Removes static target entries from the host bus adapter discovery list.
HostStorageSystemApi host_storage_system_remove_nvme_over_rdma_adapter POST /HostStorageSystem/{moId}/RemoveNvmeOverRdmaAdapter Removes a software NVME over RDMA adapter.
HostStorageSystemApi host_storage_system_remove_software_adapter POST /HostStorageSystem/{moId}/RemoveSoftwareAdapter Removes a software host bus adapter, if the adapter type allows it.
HostStorageSystemApi host_storage_system_rescan_all_hba POST /HostStorageSystem/{moId}/RescanAllHba Scans all host bus adapters to obtain the current list of devices and device topology.
HostStorageSystemApi host_storage_system_rescan_hba POST /HostStorageSystem/{moId}/RescanHba Issues a request to rescan a specific host bus adapter for new storage devices.
HostStorageSystemApi host_storage_system_rescan_vffs POST /HostStorageSystem/{moId}/RescanVffs Rescans for new VFFS.
HostStorageSystemApi host_storage_system_rescan_vmfs POST /HostStorageSystem/{moId}/RescanVmfs Rescans for new Virtual Machine File Systems (VMFS).
HostStorageSystemApi host_storage_system_resolve_multiple_unresolved_vmfs_volumes POST /HostStorageSystem/{moId}/ResolveMultipleUnresolvedVmfsVolumes Resignature or 'Force Mount' list of unbound VMFS volumes.
HostStorageSystemApi host_storage_system_resolve_multiple_unresolved_vmfs_volumes_ex_task POST /HostStorageSystem/{moId}/ResolveMultipleUnresolvedVmfsVolumesEx_Task Resignature or 'Force Mount' list of unbound VMFS volumes.
HostStorageSystemApi host_storage_system_retrieve_disk_partition_info POST /HostStorageSystem/{moId}/RetrieveDiskPartitionInfo Gets the partition information for the disks named by the device names.
HostStorageSystemApi host_storage_system_set_custom_value POST /HostStorageSystem/{moId}/setCustomValue Assigns a value to a custom field.
HostStorageSystemApi host_storage_system_set_multipath_lun_policy POST /HostStorageSystem/{moId}/SetMultipathLunPolicy Updates the path selection policy for a Logical Unit.
HostStorageSystemApi host_storage_system_set_nfs_user POST /HostStorageSystem/{moId}/SetNFSUser Set NFS username and password on the host.
HostStorageSystemApi host_storage_system_turn_disk_locator_led_off_task POST /HostStorageSystem/{moId}/TurnDiskLocatorLedOff_Task Turn off one or more disk locator LEDs.
HostStorageSystemApi host_storage_system_turn_disk_locator_led_on_task POST /HostStorageSystem/{moId}/TurnDiskLocatorLedOn_Task Turn on one or more disk locator LEDs, duration is the maximum that hardware can support.
HostStorageSystemApi host_storage_system_unmap_vmfs_volume_ex_task POST /HostStorageSystem/{moId}/UnmapVmfsVolumeEx_Task Unmap one or more VMFS volumes.
HostStorageSystemApi host_storage_system_unmount_force_mounted_vmfs_volume POST /HostStorageSystem/{moId}/UnmountForceMountedVmfsVolume Unmount the 'forceMounted' Vmfs volume.
HostStorageSystemApi host_storage_system_unmount_vffs_volume POST /HostStorageSystem/{moId}/UnmountVffsVolume Unmount the VFFS volume.
HostStorageSystemApi host_storage_system_unmount_vmfs_volume POST /HostStorageSystem/{moId}/UnmountVmfsVolume Unmount the Vmfs volume.
HostStorageSystemApi host_storage_system_unmount_vmfs_volume_ex_task POST /HostStorageSystem/{moId}/UnmountVmfsVolumeEx_Task Unmount one or more VMFS volumes.
HostStorageSystemApi host_storage_system_update_disk_partitions POST /HostStorageSystem/{moId}/UpdateDiskPartitions Changes the partitions on the disk by supplying a partition specification and the device name.
HostStorageSystemApi host_storage_system_update_hpp_multipath_lun_policy POST /HostStorageSystem/{moId}/UpdateHppMultipathLunPolicy Updates the path selection policy for a HPP claimed Logical Unit.
HostStorageSystemApi host_storage_system_update_internet_scsi_advanced_options POST /HostStorageSystem/{moId}/UpdateInternetScsiAdvancedOptions Updates the advanced options the iSCSI host bus adapter or the discovery addresses and targets associated with it.
HostStorageSystemApi host_storage_system_update_internet_scsi_alias POST /HostStorageSystem/{moId}/UpdateInternetScsiAlias Updates the alias of an iSCSI host bus adapter.
HostStorageSystemApi host_storage_system_update_internet_scsi_authentication_properties POST /HostStorageSystem/{moId}/UpdateInternetScsiAuthenticationProperties Updates the authentication properties for one or more targets or discovery addresses associated with an iSCSI host bus adapter.
HostStorageSystemApi host_storage_system_update_internet_scsi_digest_properties POST /HostStorageSystem/{moId}/UpdateInternetScsiDigestProperties Updates the digest properties for the iSCSI host bus adapter or the discovery addresses and targets associated with it.
HostStorageSystemApi host_storage_system_update_internet_scsi_discovery_properties POST /HostStorageSystem/{moId}/UpdateInternetScsiDiscoveryProperties Updates the Discovery properties for an iSCSI host bus adapter.
HostStorageSystemApi host_storage_system_update_internet_scsi_ip_properties POST /HostStorageSystem/{moId}/UpdateInternetScsiIPProperties Updates the IP properties for an iSCSI host bus adapter.
HostStorageSystemApi host_storage_system_update_internet_scsi_name POST /HostStorageSystem/{moId}/UpdateInternetScsiName Updates the name of an iSCSI host bus adapter.
HostStorageSystemApi host_storage_system_update_scsi_lun_display_name POST /HostStorageSystem/{moId}/UpdateScsiLunDisplayName Update the mutable display name associated with a ScsiLun.
HostStorageSystemApi host_storage_system_update_software_internet_scsi_enabled POST /HostStorageSystem/{moId}/UpdateSoftwareInternetScsiEnabled Enables or disables Software iSCSI.
HostStorageSystemApi host_storage_system_update_vmfs_unmap_bandwidth POST /HostStorageSystem/{moId}/UpdateVmfsUnmapBandwidth Update VMFS unmap bandwidth.
HostStorageSystemApi host_storage_system_update_vmfs_unmap_priority POST /HostStorageSystem/{moId}/UpdateVmfsUnmapPriority Update VMFS unmap priority.
HostStorageSystemApi host_storage_system_upgrade_vm_layout POST /HostStorageSystem/{moId}/UpgradeVmLayout Iterates over all registered virtual machines.
HostStorageSystemApi host_storage_system_upgrade_vmfs POST /HostStorageSystem/{moId}/UpgradeVmfs Upgrades the VMFS to the latest supported VMFS version.
HostSystemApi host_system_acquire_cim_services_ticket POST /HostSystem/{moId}/AcquireCimServicesTicket Creates and returns a credential used to establish a remote connection to a Web Based Management (CIM) interface.
HostSystemApi host_system_configure_crypto_key POST /HostSystem/{moId}/ConfigureCryptoKey Sets/changes the key to be used for coredump encryption and puts the host in safe state.
HostSystemApi host_system_destroy_task POST /HostSystem/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
HostSystemApi host_system_disconnect_host_task POST /HostSystem/{moId}/DisconnectHost_Task Disconnects from a host and instructs the server to stop sending heartbeats.
HostSystemApi host_system_enable_crypto POST /HostSystem/{moId}/EnableCrypto Sets/changes the key to be used for coredump encryption and puts the host in safe state Note: HostSystem.PrepareCrypto must be called first
HostSystemApi host_system_enter_lockdown_mode POST /HostSystem/{moId}/EnterLockdownMode Modifies the permissions on the host, so that it will only be accessible through local console or an authorized centralized management application.
HostSystemApi host_system_enter_maintenance_mode_task POST /HostSystem/{moId}/EnterMaintenanceMode_Task Puts the host in maintenance mode.
HostSystemApi host_system_exit_lockdown_mode POST /HostSystem/{moId}/ExitLockdownMode Restores Administrator permission for the local administrative account for the host that was removed by prior call to HostSystem.EnterLockdownMode.
HostSystemApi host_system_exit_maintenance_mode_task POST /HostSystem/{moId}/ExitMaintenanceMode_Task Takes the host out of maintenance mode.
HostSystemApi host_system_get_alarm_actions_enabled GET /HostSystem/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
HostSystemApi host_system_get_answer_file_validation_result GET /HostSystem/{moId}/answerFileValidationResult Host answer file validation result.
HostSystemApi host_system_get_answer_file_validation_state GET /HostSystem/{moId}/answerFileValidationState Host answer file validation state.
HostSystemApi host_system_get_available_field GET /HostSystem/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostSystemApi host_system_get_capability GET /HostSystem/{moId}/capability Host capabilities.
HostSystemApi host_system_get_compliance_check_result GET /HostSystem/{moId}/complianceCheckResult The host profile compliance check result.
HostSystemApi host_system_get_compliance_check_state GET /HostSystem/{moId}/complianceCheckState The host profile compliance check state.
HostSystemApi host_system_get_config GET /HostSystem/{moId}/config Host configuration information.
HostSystemApi host_system_get_config_issue GET /HostSystem/{moId}/configIssue Current configuration issues that have been detected for this entity.
HostSystemApi host_system_get_config_manager GET /HostSystem/{moId}/configManager Host configuration systems.
HostSystemApi host_system_get_config_status GET /HostSystem/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
HostSystemApi host_system_get_custom_value GET /HostSystem/{moId}/customValue Custom field values.
HostSystemApi host_system_get_datastore GET /HostSystem/{moId}/datastore A collection of references to the subset of datastore objects in the datacenter that are available in this HostSystem.
HostSystemApi host_system_get_datastore_browser GET /HostSystem/{moId}/datastoreBrowser DatastoreBrowser to browse datastores for this host.
HostSystemApi host_system_get_declared_alarm_state GET /HostSystem/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
HostSystemApi host_system_get_disabled_method GET /HostSystem/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
HostSystemApi host_system_get_effective_role GET /HostSystem/{moId}/effectiveRole Access rights the current session has to this entity.
HostSystemApi host_system_get_hardware GET /HostSystem/{moId}/hardware Hardware configuration of the host.
HostSystemApi host_system_get_licensable_resource GET /HostSystem/{moId}/licensableResource Information about all licensable resources, currently present on this host.
HostSystemApi host_system_get_name GET /HostSystem/{moId}/name Name of this entity, unique relative to its parent.
HostSystemApi host_system_get_network GET /HostSystem/{moId}/network A collection of references to the subset of network objects in the datacenter that are available in this HostSystem.
HostSystemApi host_system_get_overall_status GET /HostSystem/{moId}/overallStatus General health of this managed entity.
HostSystemApi host_system_get_parent GET /HostSystem/{moId}/parent Parent of this entity.
HostSystemApi host_system_get_permission GET /HostSystem/{moId}/permission List of permissions defined for this entity.
HostSystemApi host_system_get_precheck_remediation_result GET /HostSystem/{moId}/precheckRemediationResult The host profile precheck-remediation result.
HostSystemApi host_system_get_recent_task GET /HostSystem/{moId}/recentTask The set of recent tasks operating on this managed entity.
HostSystemApi host_system_get_remediation_result GET /HostSystem/{moId}/remediationResult The host profile remediation result.
HostSystemApi host_system_get_remediation_state GET /HostSystem/{moId}/remediationState The host profile remediation state.
HostSystemApi host_system_get_runtime GET /HostSystem/{moId}/runtime Runtime state information about the host such as connection state.
HostSystemApi host_system_get_summary GET /HostSystem/{moId}/summary Basic information about the host, including connection state.
HostSystemApi host_system_get_system_resources GET /HostSystem/{moId}/systemResources Reference for the system resource hierarchy, used for configuring the set of resources reserved to the system and unavailable to virtual machines.
HostSystemApi host_system_get_tag GET /HostSystem/{moId}/tag The set of tags associated with this managed entity.
HostSystemApi host_system_get_triggered_alarm_state GET /HostSystem/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
HostSystemApi host_system_get_value GET /HostSystem/{moId}/value List of custom field values.
HostSystemApi host_system_get_vm GET /HostSystem/{moId}/vm List of virtual machines associated with this host.
HostSystemApi host_system_power_down_host_to_stand_by_task POST /HostSystem/{moId}/PowerDownHostToStandBy_Task Puts the host in standby mode, a mode in which the host is in a standby state from which it can be powered up remotely.
HostSystemApi host_system_power_up_host_from_stand_by_task POST /HostSystem/{moId}/PowerUpHostFromStandBy_Task Takes the host out of standby mode.
HostSystemApi host_system_prepare_crypto POST /HostSystem/{moId}/PrepareCrypto Prepare the host for receiving sensitive information and puts the host in prepared mode Note: Must be invoked before HostSystem.EnableCrypto
HostSystemApi host_system_query_host_connection_info POST /HostSystem/{moId}/QueryHostConnectionInfo Connection-oriented information about a host.
HostSystemApi host_system_query_memory_overhead POST /HostSystem/{moId}/QueryMemoryOverhead Determines the amount of memory overhead necessary to power on a virtual machine with the specified characteristics.
HostSystemApi host_system_query_memory_overhead_ex POST /HostSystem/{moId}/QueryMemoryOverheadEx Determines the amount of memory overhead necessary to power on a virtual machine with the specified characteristics.
HostSystemApi host_system_query_product_locker_location POST /HostSystem/{moId}/QueryProductLockerLocation Query the path to VMware Tools repository configured on the host.
HostSystemApi host_system_query_tpm_attestation_report POST /HostSystem/{moId}/QueryTpmAttestationReport Basic information about TPM attestation state of the host.
HostSystemApi host_system_reboot_host_task POST /HostSystem/{moId}/RebootHost_Task Reboots a host.
HostSystemApi host_system_reconfigure_host_for_das_task POST /HostSystem/{moId}/ReconfigureHostForDAS_Task Reconfigures the host for vSphere HA.
HostSystemApi host_system_reconnect_host_task POST /HostSystem/{moId}/ReconnectHost_Task Reconnects to a host.
HostSystemApi host_system_reload POST /HostSystem/{moId}/Reload Reload the entity state.
HostSystemApi host_system_rename_task POST /HostSystem/{moId}/Rename_Task Renames this managed entity.
HostSystemApi host_system_retrieve_free_epc_memory POST /HostSystem/{moId}/RetrieveFreeEpcMemory Return the amount of free EPC memory on the host in bytes.
HostSystemApi host_system_retrieve_hardware_uptime POST /HostSystem/{moId}/RetrieveHardwareUptime Return the hardware uptime of the host in seconds.
HostSystemApi host_system_set_custom_value POST /HostSystem/{moId}/setCustomValue Assigns a value to a custom field.
HostSystemApi host_system_shutdown_host_task POST /HostSystem/{moId}/ShutdownHost_Task Shuts down a host.
HostSystemApi host_system_update_flags POST /HostSystem/{moId}/UpdateFlags Update flags that are part of the HostFlagInfo object.
HostSystemApi host_system_update_ipmi POST /HostSystem/{moId}/UpdateIpmi Update fields that are part of the HostIpmiInfo object.
HostSystemApi host_system_update_product_locker_location_task POST /HostSystem/{moId}/UpdateProductLockerLocation_Task Change and reconfigure the VMware Tools repository on the host.
HostSystemApi host_system_update_system_resources POST /HostSystem/{moId}/UpdateSystemResources Update the configuration of the system resource hierarchy.
HostSystemApi host_system_update_system_swap_configuration POST /HostSystem/{moId}/UpdateSystemSwapConfiguration Update the System Swap Configuration.
HostVFlashManagerApi host_v_flash_manager_configure_v_flash_resource_ex_task POST /HostVFlashManager/{moId}/ConfigureVFlashResourceEx_Task Configure vFlash resource on a list of SSD disks.
HostVFlashManagerApi host_v_flash_manager_get_v_flash_config_info GET /HostVFlashManager/{moId}/vFlashConfigInfo Host vFlash configuration information.
HostVFlashManagerApi host_v_flash_manager_host_config_v_flash_cache POST /HostVFlashManager/{moId}/HostConfigVFlashCache Configure vFlash cache on the host.
HostVFlashManagerApi host_v_flash_manager_host_configure_v_flash_resource POST /HostVFlashManager/{moId}/HostConfigureVFlashResource Configure vFlash resource on the host by attaching to a backend VFFS volume.
HostVFlashManagerApi host_v_flash_manager_host_get_v_flash_module_default_config POST /HostVFlashManager/{moId}/HostGetVFlashModuleDefaultConfig Retrieve the default supported configuration for a given vFlash module
HostVFlashManagerApi host_v_flash_manager_host_remove_v_flash_resource POST /HostVFlashManager/{moId}/HostRemoveVFlashResource Remove vFlash resource on the host by destroying the contained VFFS volume.
HostVMotionSystemApi host_v_motion_system_deselect_vnic POST /HostVMotionSystem/{moId}/DeselectVnic Indicate that no VirtualNic should be used for VMotion.
HostVMotionSystemApi host_v_motion_system_get_available_field GET /HostVMotionSystem/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostVMotionSystemApi host_v_motion_system_get_ip_config GET /HostVMotionSystem/{moId}/ipConfig IP configuration of the VMotion VirtualNic.
HostVMotionSystemApi host_v_motion_system_get_net_config GET /HostVMotionSystem/{moId}/netConfig VMotion network configuration.
HostVMotionSystemApi host_v_motion_system_get_value GET /HostVMotionSystem/{moId}/value List of custom field values.
HostVMotionSystemApi host_v_motion_system_select_vnic POST /HostVMotionSystem/{moId}/SelectVnic Select the VirtualNic to be used for VMotion.
HostVMotionSystemApi host_v_motion_system_set_custom_value POST /HostVMotionSystem/{moId}/setCustomValue Assigns a value to a custom field.
HostVMotionSystemApi host_v_motion_system_update_ip_config POST /HostVMotionSystem/{moId}/UpdateIpConfig Update the IP configuration of VMotion VirtualNic.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_clear_v_storage_object_control_flags POST /HostVStorageObjectManager/{moId}/HostClearVStorageObjectControlFlags Clear control flags on VStorageObject.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_clone_v_storage_object_task POST /HostVStorageObjectManager/{moId}/HostCloneVStorageObject_Task Clone a virtual storage object.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_create_disk_task POST /HostVStorageObjectManager/{moId}/HostCreateDisk_Task Create a virtual disk, which is a storage object with disk as consumption type.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_delete_v_storage_object_ex_task POST /HostVStorageObjectManager/{moId}/HostDeleteVStorageObjectEx_Task Delete a virtual storage object and its assoicated backings.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_delete_v_storage_object_task POST /HostVStorageObjectManager/{moId}/HostDeleteVStorageObject_Task Delete a virtual storage object and its assoicated backings.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_extend_disk_task POST /HostVStorageObjectManager/{moId}/HostExtendDisk_Task Expand the capacity of a virtual disk, which is a storage object with disk, to the new capacity.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_inflate_disk_task POST /HostVStorageObjectManager/{moId}/HostInflateDisk_Task Inflate a sparse or thin-provisioned virtual disk up to the full size.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_list_v_storage_object POST /HostVStorageObjectManager/{moId}/HostListVStorageObject List all virtual storage objects located on a datastore.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_reconcile_datastore_inventory_task POST /HostVStorageObjectManager/{moId}/HostReconcileDatastoreInventory_Task Reconcile the datastore inventory info of virtual storage objects.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_register_disk POST /HostVStorageObjectManager/{moId}/HostRegisterDisk Promote a virtual disk to a First Class Disk.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_relocate_v_storage_object_task POST /HostVStorageObjectManager/{moId}/HostRelocateVStorageObject_Task Relocate a virtual storage object.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_rename_v_storage_object POST /HostVStorageObjectManager/{moId}/HostRenameVStorageObject Rename a virtual storage object.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_retrieve_v_storage_infrastructure_object_policy POST /HostVStorageObjectManager/{moId}/HostRetrieveVStorageInfrastructureObjectPolicy Retrieve virtual storage infrastructure object SBPM policy on given datastore.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_retrieve_v_storage_object POST /HostVStorageObjectManager/{moId}/HostRetrieveVStorageObject Retrieve a virtual storage object.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_retrieve_v_storage_object_metadata POST /HostVStorageObjectManager/{moId}/HostRetrieveVStorageObjectMetadata Retrieve metadata KV pairs from a virtual storage object.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_retrieve_v_storage_object_metadata_value POST /HostVStorageObjectManager/{moId}/HostRetrieveVStorageObjectMetadataValue Retrieve the metadata value by key from a virtual storage object.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_retrieve_v_storage_object_state POST /HostVStorageObjectManager/{moId}/HostRetrieveVStorageObjectState Retrieve a virtual storage object state.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_schedule_reconcile_datastore_inventory POST /HostVStorageObjectManager/{moId}/HostScheduleReconcileDatastoreInventory Schedules reconcile of the datastore inventory info of virtual storage objects.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_set_v_storage_object_control_flags POST /HostVStorageObjectManager/{moId}/HostSetVStorageObjectControlFlags Set control flags on VStorageObject.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_update_v_storage_object_metadata_ex_task POST /HostVStorageObjectManager/{moId}/HostUpdateVStorageObjectMetadataEx_Task Update metadata KV pairs to a virtual storage object.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_update_v_storage_object_metadata_task POST /HostVStorageObjectManager/{moId}/HostUpdateVStorageObjectMetadata_Task Update metadata KV pairs to a virtual storage object.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_v_storage_object_create_disk_from_snapshot_task POST /HostVStorageObjectManager/{moId}/HostVStorageObjectCreateDiskFromSnapshot_Task Creates a new Disk from given snapshot of a VStorageObject.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_v_storage_object_create_snapshot_task POST /HostVStorageObjectManager/{moId}/HostVStorageObjectCreateSnapshot_Task Creates a snapshot of a given VStorageObject.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_v_storage_object_delete_snapshot_task POST /HostVStorageObjectManager/{moId}/HostVStorageObjectDeleteSnapshot_Task Deletes a given snapshot of a VStorageObject.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_v_storage_object_retrieve_snapshot_info POST /HostVStorageObjectManager/{moId}/HostVStorageObjectRetrieveSnapshotInfo Retrieves snapshot information of a given VStorageObject.
HostVStorageObjectManagerApi host_v_storage_object_manager_host_v_storage_object_revert_task POST /HostVStorageObjectManager/{moId}/HostVStorageObjectRevert_Task Reverts to a given snapshot of a VStorageObject.
HostVirtualNicManagerApi host_virtual_nic_manager_deselect_vnic_for_nic_type POST /HostVirtualNicManager/{moId}/DeselectVnicForNicType Deselect the VirtualNic to be a special type.
HostVirtualNicManagerApi host_virtual_nic_manager_get_available_field GET /HostVirtualNicManager/{moId}/availableField List of custom field definitions that are valid for the object's type.
HostVirtualNicManagerApi host_virtual_nic_manager_get_info GET /HostVirtualNicManager/{moId}/info Network configuration.
HostVirtualNicManagerApi host_virtual_nic_manager_get_value GET /HostVirtualNicManager/{moId}/value List of custom field values.
HostVirtualNicManagerApi host_virtual_nic_manager_query_net_config POST /HostVirtualNicManager/{moId}/QueryNetConfig Get the NetConfig for the specified nicType
HostVirtualNicManagerApi host_virtual_nic_manager_select_vnic_for_nic_type POST /HostVirtualNicManager/{moId}/SelectVnicForNicType Select the NicType of the VirtualNic.
HostVirtualNicManagerApi host_virtual_nic_manager_set_custom_value POST /HostVirtualNicManager/{moId}/setCustomValue Assigns a value to a custom field.
HostVsanInternalSystemApi host_vsan_internal_system_abdicate_dom_ownership POST /HostVsanInternalSystem/{moId}/AbdicateDomOwnership Abdicate ownership of DOM objects.
HostVsanInternalSystemApi host_vsan_internal_system_can_provision_objects POST /HostVsanInternalSystem/{moId}/CanProvisionObjects Determine if given objects can be provisioned.
HostVsanInternalSystemApi host_vsan_internal_system_delete_vsan_objects POST /HostVsanInternalSystem/{moId}/DeleteVsanObjects Delete VSAN objects.
HostVsanInternalSystemApi host_vsan_internal_system_get_vsan_obj_ext_attrs POST /HostVsanInternalSystem/{moId}/GetVsanObjExtAttrs Get VSAN object extended attributes.
HostVsanInternalSystemApi host_vsan_internal_system_query_cmmds POST /HostVsanInternalSystem/{moId}/QueryCmmds Query CMMDS directly.
HostVsanInternalSystemApi host_vsan_internal_system_query_objects_on_physical_vsan_disk POST /HostVsanInternalSystem/{moId}/QueryObjectsOnPhysicalVsanDisk Query DOM objects on a given set of physical disks.
HostVsanInternalSystemApi host_vsan_internal_system_query_physical_vsan_disks POST /HostVsanInternalSystem/{moId}/QueryPhysicalVsanDisks Query statistics about physical VSAN disks.
HostVsanInternalSystemApi host_vsan_internal_system_query_syncing_vsan_objects POST /HostVsanInternalSystem/{moId}/QuerySyncingVsanObjects Query information about VSAN DOM objects that are currently syncing data.
HostVsanInternalSystemApi host_vsan_internal_system_query_vsan_object_uuids_by_filter POST /HostVsanInternalSystem/{moId}/QueryVsanObjectUuidsByFilter Query VSAN object UUIDs by filtering conditions.
HostVsanInternalSystemApi host_vsan_internal_system_query_vsan_objects POST /HostVsanInternalSystem/{moId}/QueryVsanObjects Query information about VSAN DOM objects.
HostVsanInternalSystemApi host_vsan_internal_system_query_vsan_statistics POST /HostVsanInternalSystem/{moId}/QueryVsanStatistics Query VSAN system statistics.
HostVsanInternalSystemApi host_vsan_internal_system_reconfiguration_satisfiable POST /HostVsanInternalSystem/{moId}/ReconfigurationSatisfiable Determine if the given objects can be reconfigured with the given policies.
HostVsanInternalSystemApi host_vsan_internal_system_reconfigure_dom_object POST /HostVsanInternalSystem/{moId}/ReconfigureDomObject Reconfigure DOM object.
HostVsanInternalSystemApi host_vsan_internal_system_run_vsan_physical_disk_diagnostics POST /HostVsanInternalSystem/{moId}/RunVsanPhysicalDiskDiagnostics Runs diagnostics on VSAN physical disks.
HostVsanInternalSystemApi host_vsan_internal_system_upgrade_vsan_objects POST /HostVsanInternalSystem/{moId}/UpgradeVsanObjects Upgrade VSAN objects version.
HostVsanSystemApi host_vsan_system_add_disks_task POST /HostVsanSystem/{moId}/AddDisks_Task Add the set of given disks for use by the VSAN service on this host.
HostVsanSystemApi host_vsan_system_evacuate_vsan_node_task POST /HostVsanSystem/{moId}/EvacuateVsanNode_Task Evacuate this host from VSAN cluster.
HostVsanSystemApi host_vsan_system_get_config GET /HostVsanSystem/{moId}/config The current VSAN service configuration information for this host.
HostVsanSystemApi host_vsan_system_initialize_disks_task POST /HostVsanSystem/{moId}/InitializeDisks_Task Initialize and use the sets of disks in the given VsanHostDiskMapping list for the VSAN service on this host.
HostVsanSystemApi host_vsan_system_query_disks_for_vsan POST /HostVsanSystem/{moId}/QueryDisksForVsan Queries disks on this host for suitability to use with the VSAN service, and returns the result.
HostVsanSystemApi host_vsan_system_query_host_status POST /HostVsanSystem/{moId}/QueryHostStatus Queries this host's current runtime status for the VSAN service.
HostVsanSystemApi host_vsan_system_recommission_vsan_node_task POST /HostVsanSystem/{moId}/RecommissionVsanNode_Task Recommission this host to VSAN cluster.
HostVsanSystemApi host_vsan_system_remove_disk_mapping_task POST /HostVsanSystem/{moId}/RemoveDiskMapping_Task Delete given set of disk mappings from use by the VSAN service on this host.
HostVsanSystemApi host_vsan_system_remove_disk_task POST /HostVsanSystem/{moId}/RemoveDisk_Task Remove the set of given disks from use by the VSAN service on this host.
HostVsanSystemApi host_vsan_system_unmount_disk_mapping_task POST /HostVsanSystem/{moId}/UnmountDiskMapping_Task Unmount the mounted VsanHostDiskMapping.
HostVsanSystemApi host_vsan_system_update_vsan_task POST /HostVsanSystem/{moId}/UpdateVsan_Task Update the VSAN service on this host according to the given host configuration specification.
HttpNfcLeaseApi http_nfc_lease_get_capabilities GET /HttpNfcLease/{moId}/capabilities Current supported capabilities by this lease See HttpNfcLeaseCapabilities
HttpNfcLeaseApi http_nfc_lease_get_error GET /HttpNfcLease/{moId}/error If the lease is in the error state, this property contains the error that caused the lease to be aborted.
HttpNfcLeaseApi http_nfc_lease_get_info GET /HttpNfcLease/{moId}/info Provides information on the objects contained in this lease.
HttpNfcLeaseApi http_nfc_lease_get_initialize_progress GET /HttpNfcLease/{moId}/initializeProgress Provides progress information (0-100 percent) for the initializing state of the lease.
HttpNfcLeaseApi http_nfc_lease_get_mode GET /HttpNfcLease/{moId}/mode Current mode of the lease.
HttpNfcLeaseApi http_nfc_lease_get_state GET /HttpNfcLease/{moId}/state The current state of the lease.
HttpNfcLeaseApi http_nfc_lease_get_transfer_progress GET /HttpNfcLease/{moId}/transferProgress Provides progress information (0-100 percent) for current transfer.
HttpNfcLeaseApi http_nfc_lease_http_nfc_lease_abort POST /HttpNfcLease/{moId}/HttpNfcLeaseAbort Aborts the import/export and releases this lease.
HttpNfcLeaseApi http_nfc_lease_http_nfc_lease_complete POST /HttpNfcLease/{moId}/HttpNfcLeaseComplete Completes the import/export and releases this lease.
HttpNfcLeaseApi http_nfc_lease_http_nfc_lease_get_manifest POST /HttpNfcLease/{moId}/HttpNfcLeaseGetManifest Gets the download manifest for this lease.
HttpNfcLeaseApi http_nfc_lease_http_nfc_lease_probe_urls POST /HttpNfcLease/{moId}/HttpNfcLeaseProbeUrls Perform a series of validations on the target host to see if it can succesfully perform PullFromUrls.
HttpNfcLeaseApi http_nfc_lease_http_nfc_lease_progress POST /HttpNfcLease/{moId}/HttpNfcLeaseProgress Sets the disk up/download progress, and renews this lease.
HttpNfcLeaseApi http_nfc_lease_http_nfc_lease_pull_from_urls_task POST /HttpNfcLease/{moId}/HttpNfcLeasePullFromUrls_Task Upgrades current lease from push to pull mode.
HttpNfcLeaseApi http_nfc_lease_http_nfc_lease_set_manifest_checksum_type POST /HttpNfcLease/{moId}/HttpNfcLeaseSetManifestChecksumType Sets desired checksum algorithm per each file that will be returned in ManifestEntry.
InventoryViewApi inventory_view_close_inventory_view_folder POST /InventoryView/{moId}/CloseInventoryViewFolder Notify the server that folder(s) have been closed, and changes for all its contained objects should no longer be sent.
InventoryViewApi inventory_view_destroy_view POST /InventoryView/{moId}/DestroyView Destroy this view.
InventoryViewApi inventory_view_get_view GET /InventoryView/{moId}/view The list of references to objects mapped by this view.
InventoryViewApi inventory_view_open_inventory_view_folder POST /InventoryView/{moId}/OpenInventoryViewFolder Adds the child objects of a given managed entity to the view.
IoFilterManagerApi io_filter_manager_install_io_filter_task POST /IoFilterManager/{moId}/InstallIoFilter_Task Install an IO Filter on a compute resource.
IoFilterManagerApi io_filter_manager_query_disks_using_filter POST /IoFilterManager/{moId}/QueryDisksUsingFilter Return the list of virtual disks that use an IO Filter installed on a compute resource.
IoFilterManagerApi io_filter_manager_query_io_filter_info POST /IoFilterManager/{moId}/QueryIoFilterInfo Return the information for the IO Filters that are installed on the cluster.
IoFilterManagerApi io_filter_manager_query_io_filter_issues POST /IoFilterManager/{moId}/QueryIoFilterIssues Return the issues that occurred during the last installation/uninstallation/upgrade operation of an IO Filter on a compute resource.
IoFilterManagerApi io_filter_manager_resolve_installation_errors_on_cluster_task POST /IoFilterManager/{moId}/ResolveInstallationErrorsOnCluster_Task Resolve the errors occurred during an installation/uninstallation/upgrade operation of an IO Filter on a cluster.
IoFilterManagerApi io_filter_manager_resolve_installation_errors_on_host_task POST /IoFilterManager/{moId}/ResolveInstallationErrorsOnHost_Task Resolve the errors occurred during an installation/uninstallation/upgrade operation of an IO Filter on a host.
IoFilterManagerApi io_filter_manager_uninstall_io_filter_task POST /IoFilterManager/{moId}/UninstallIoFilter_Task Uninstall an IO Filter from a compute resource.
IoFilterManagerApi io_filter_manager_upgrade_io_filter_task POST /IoFilterManager/{moId}/UpgradeIoFilter_Task Upgrade an IO Filter on a compute resource.
IpPoolManagerApi ip_pool_manager_allocate_ipv4_address POST /IpPoolManager/{moId}/AllocateIpv4Address Allocates an IPv4 address from an IP pool.
IpPoolManagerApi ip_pool_manager_allocate_ipv6_address POST /IpPoolManager/{moId}/AllocateIpv6Address Allocates an IPv6 address from an IP pool.
IpPoolManagerApi ip_pool_manager_create_ip_pool POST /IpPoolManager/{moId}/CreateIpPool Create a new IP pool.
IpPoolManagerApi ip_pool_manager_destroy_ip_pool POST /IpPoolManager/{moId}/DestroyIpPool Destroys an IP pool on the given datacenter.
IpPoolManagerApi ip_pool_manager_query_ip_allocations POST /IpPoolManager/{moId}/QueryIPAllocations Query IP allocations by IP pool and extension key.
IpPoolManagerApi ip_pool_manager_query_ip_pools POST /IpPoolManager/{moId}/QueryIpPools Return the list of IP pools for a datacenter.
IpPoolManagerApi ip_pool_manager_release_ip_allocation POST /IpPoolManager/{moId}/ReleaseIpAllocation Releases an IP allocation back to it's IP pool.
IpPoolManagerApi ip_pool_manager_update_ip_pool POST /IpPoolManager/{moId}/UpdateIpPool Update an IP pool on a datacenter.
IscsiManagerApi iscsi_manager_bind_vnic POST /IscsiManager/{moId}/BindVnic Bind a Virtual NIC to be used for an iSCSI adapter
IscsiManagerApi iscsi_manager_query_bound_vnics POST /IscsiManager/{moId}/QueryBoundVnics Query the list of Virtual NICs that are bound to a given iSCSI HBA.
IscsiManagerApi iscsi_manager_query_candidate_nics POST /IscsiManager/{moId}/QueryCandidateNics Query the candidate Virtual NICs and Physical NICs that can be used for Port-Binding.
IscsiManagerApi iscsi_manager_query_migration_dependencies POST /IscsiManager/{moId}/QueryMigrationDependencies Query the dependency table for a migration operation of a given Physical NIC.
IscsiManagerApi iscsi_manager_query_pnic_status POST /IscsiManager/{moId}/QueryPnicStatus Query if Physical NIC device is used for iSCSI.
IscsiManagerApi iscsi_manager_query_vnic_status POST /IscsiManager/{moId}/QueryVnicStatus Query the status of Virtual NIC association with the iSCSI.
IscsiManagerApi iscsi_manager_unbind_vnic POST /IscsiManager/{moId}/UnbindVnic Unbind Virtual NIC binding from an iSCSI adapter.
LicenseAssignmentManagerApi license_assignment_manager_query_assigned_licenses POST /LicenseAssignmentManager/{moId}/QueryAssignedLicenses Get information about all the licenses associated with an entity
LicenseAssignmentManagerApi license_assignment_manager_remove_assigned_license POST /LicenseAssignmentManager/{moId}/RemoveAssignedLicense Remove licenses associated with an entity
LicenseAssignmentManagerApi license_assignment_manager_update_assigned_license POST /LicenseAssignmentManager/{moId}/UpdateAssignedLicense Update the license associated with an entity
LicenseManagerApi license_manager_add_license POST /LicenseManager/{moId}/AddLicense Adds a license to the inventory of available licenses.
LicenseManagerApi license_manager_check_license_feature POST /LicenseManager/{moId}/CheckLicenseFeature Returns whether or not a given feature is enabled.
LicenseManagerApi license_manager_configure_license_source POST /LicenseManager/{moId}/ConfigureLicenseSource Allows for reconfiguration of the License Manager license source.
LicenseManagerApi license_manager_decode_license POST /LicenseManager/{moId}/DecodeLicense Decodes licensing information on the license specified.
LicenseManagerApi license_manager_disable_feature POST /LicenseManager/{moId}/DisableFeature Release licenses for an optional feature.
LicenseManagerApi license_manager_enable_feature POST /LicenseManager/{moId}/EnableFeature Enable a feature that has an optional state.
LicenseManagerApi license_manager_get_diagnostics GET /LicenseManager/{moId}/diagnostics Return current diagnostic information.
LicenseManagerApi license_manager_get_evaluation GET /LicenseManager/{moId}/evaluation
LicenseManagerApi license_manager_get_feature_info GET /LicenseManager/{moId}/featureInfo The list of features that can be licensed.
LicenseManagerApi license_manager_get_license_assignment_manager GET /LicenseManager/{moId}/licenseAssignmentManager License Assignment Manager
LicenseManagerApi license_manager_get_licensed_edition GET /LicenseManager/{moId}/licensedEdition The product's license edition.
LicenseManagerApi license_manager_get_licenses GET /LicenseManager/{moId}/licenses Get information about all the licenses available.
LicenseManagerApi license_manager_get_source GET /LicenseManager/{moId}/source Set or return a data object type of LocalLicense or LicenseServer.
LicenseManagerApi license_manager_get_source_available GET /LicenseManager/{moId}/sourceAvailable Current state of the license source.
LicenseManagerApi license_manager_query_license_source_availability POST /LicenseManager/{moId}/QueryLicenseSourceAvailability Queries the current license source for total and available licenses available for each feature known to this system.
LicenseManagerApi license_manager_query_license_usage POST /LicenseManager/{moId}/QueryLicenseUsage Returns the license usage.
LicenseManagerApi license_manager_query_supported_features POST /LicenseManager/{moId}/QuerySupportedFeatures Queries the current license source for a list of available licenses that can be licensed from this system.
LicenseManagerApi license_manager_remove_license POST /LicenseManager/{moId}/RemoveLicense Remove license from the available set.
LicenseManagerApi license_manager_remove_license_label POST /LicenseManager/{moId}/RemoveLicenseLabel Removed a license's label.
LicenseManagerApi license_manager_set_license_edition POST /LicenseManager/{moId}/SetLicenseEdition Defines the product's license edition.
LicenseManagerApi license_manager_update_license POST /LicenseManager/{moId}/UpdateLicense Updates the available licenses to the one provided in licenseKey.
LicenseManagerApi license_manager_update_license_label POST /LicenseManager/{moId}/UpdateLicenseLabel Update a license's label.
ListViewApi list_view_destroy_view POST /ListView/{moId}/DestroyView Destroy this view.
ListViewApi list_view_get_view GET /ListView/{moId}/view The list of references to objects mapped by this view.
ListViewApi list_view_modify_list_view POST /ListView/{moId}/ModifyListView Modify the list by giving a delta of entities to add and entities to remove.
ListViewApi list_view_reset_list_view POST /ListView/{moId}/ResetListView Replaces the list with an entirely new set of objects.
ListViewApi list_view_reset_list_view_from_view POST /ListView/{moId}/ResetListViewFromView Replaces the list with the set of objects in a given view.
LocalizationManagerApi localization_manager_get_catalog GET /LocalizationManager/{moId}/catalog Fetches the descriptions of all the client-side localization message catalogs available for the current session locale.
ManagedEntityApi managed_entity_destroy_task POST /ManagedEntity/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
ManagedEntityApi managed_entity_get_alarm_actions_enabled GET /ManagedEntity/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
ManagedEntityApi managed_entity_get_available_field GET /ManagedEntity/{moId}/availableField List of custom field definitions that are valid for the object's type.
ManagedEntityApi managed_entity_get_config_issue GET /ManagedEntity/{moId}/configIssue Current configuration issues that have been detected for this entity.
ManagedEntityApi managed_entity_get_config_status GET /ManagedEntity/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
ManagedEntityApi managed_entity_get_custom_value GET /ManagedEntity/{moId}/customValue Custom field values.
ManagedEntityApi managed_entity_get_declared_alarm_state GET /ManagedEntity/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
ManagedEntityApi managed_entity_get_disabled_method GET /ManagedEntity/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
ManagedEntityApi managed_entity_get_effective_role GET /ManagedEntity/{moId}/effectiveRole Access rights the current session has to this entity.
ManagedEntityApi managed_entity_get_name GET /ManagedEntity/{moId}/name Name of this entity, unique relative to its parent.
ManagedEntityApi managed_entity_get_overall_status GET /ManagedEntity/{moId}/overallStatus General health of this managed entity.
ManagedEntityApi managed_entity_get_parent GET /ManagedEntity/{moId}/parent Parent of this entity.
ManagedEntityApi managed_entity_get_permission GET /ManagedEntity/{moId}/permission List of permissions defined for this entity.
ManagedEntityApi managed_entity_get_recent_task GET /ManagedEntity/{moId}/recentTask The set of recent tasks operating on this managed entity.
ManagedEntityApi managed_entity_get_tag GET /ManagedEntity/{moId}/tag The set of tags associated with this managed entity.
ManagedEntityApi managed_entity_get_triggered_alarm_state GET /ManagedEntity/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
ManagedEntityApi managed_entity_get_value GET /ManagedEntity/{moId}/value List of custom field values.
ManagedEntityApi managed_entity_reload POST /ManagedEntity/{moId}/Reload Reload the entity state.
ManagedEntityApi managed_entity_rename_task POST /ManagedEntity/{moId}/Rename_Task Renames this managed entity.
ManagedEntityApi managed_entity_set_custom_value POST /ManagedEntity/{moId}/setCustomValue Assigns a value to a custom field.
ManagedObjectViewApi managed_object_view_destroy_view POST /ManagedObjectView/{moId}/DestroyView Destroy this view.
ManagedObjectViewApi managed_object_view_get_view GET /ManagedObjectView/{moId}/view The list of references to objects mapped by this view.
NetworkApi network_destroy_network POST /Network/{moId}/DestroyNetwork Removes a network.
NetworkApi network_destroy_task POST /Network/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
NetworkApi network_get_alarm_actions_enabled GET /Network/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
NetworkApi network_get_available_field GET /Network/{moId}/availableField List of custom field definitions that are valid for the object's type.
NetworkApi network_get_config_issue GET /Network/{moId}/configIssue Current configuration issues that have been detected for this entity.
NetworkApi network_get_config_status GET /Network/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
NetworkApi network_get_custom_value GET /Network/{moId}/customValue Custom field values.
NetworkApi network_get_declared_alarm_state GET /Network/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
NetworkApi network_get_disabled_method GET /Network/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
NetworkApi network_get_effective_role GET /Network/{moId}/effectiveRole Access rights the current session has to this entity.
NetworkApi network_get_host GET /Network/{moId}/host Hosts attached to this network.
NetworkApi network_get_name GET /Network/{moId}/name Name of this entity, unique relative to its parent.
NetworkApi network_get_overall_status GET /Network/{moId}/overallStatus General health of this managed entity.
NetworkApi network_get_parent GET /Network/{moId}/parent Parent of this entity.
NetworkApi network_get_permission GET /Network/{moId}/permission List of permissions defined for this entity.
NetworkApi network_get_recent_task GET /Network/{moId}/recentTask The set of recent tasks operating on this managed entity.
NetworkApi network_get_summary GET /Network/{moId}/summary Properties of a network.
NetworkApi network_get_tag GET /Network/{moId}/tag The set of tags associated with this managed entity.
NetworkApi network_get_triggered_alarm_state GET /Network/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
NetworkApi network_get_value GET /Network/{moId}/value List of custom field values.
NetworkApi network_get_vm GET /Network/{moId}/vm Virtual machines using this network.
NetworkApi network_reload POST /Network/{moId}/Reload Reload the entity state.
NetworkApi network_rename_task POST /Network/{moId}/Rename_Task Renames this managed entity.
NetworkApi network_set_custom_value POST /Network/{moId}/setCustomValue Assigns a value to a custom field.
OpaqueNetworkApi opaque_network_destroy_network POST /OpaqueNetwork/{moId}/DestroyNetwork Removes a network.
OpaqueNetworkApi opaque_network_destroy_task POST /OpaqueNetwork/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
OpaqueNetworkApi opaque_network_get_alarm_actions_enabled GET /OpaqueNetwork/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
OpaqueNetworkApi opaque_network_get_available_field GET /OpaqueNetwork/{moId}/availableField List of custom field definitions that are valid for the object's type.
OpaqueNetworkApi opaque_network_get_capability GET /OpaqueNetwork/{moId}/capability The capability of the Opaque Network.
OpaqueNetworkApi opaque_network_get_config_issue GET /OpaqueNetwork/{moId}/configIssue Current configuration issues that have been detected for this entity.
OpaqueNetworkApi opaque_network_get_config_status GET /OpaqueNetwork/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
OpaqueNetworkApi opaque_network_get_custom_value GET /OpaqueNetwork/{moId}/customValue Custom field values.
OpaqueNetworkApi opaque_network_get_declared_alarm_state GET /OpaqueNetwork/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
OpaqueNetworkApi opaque_network_get_disabled_method GET /OpaqueNetwork/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
OpaqueNetworkApi opaque_network_get_effective_role GET /OpaqueNetwork/{moId}/effectiveRole Access rights the current session has to this entity.
OpaqueNetworkApi opaque_network_get_extra_config GET /OpaqueNetwork/{moId}/extraConfig Extra NSX specific properties for opaque network.
OpaqueNetworkApi opaque_network_get_host GET /OpaqueNetwork/{moId}/host Hosts attached to this network.
OpaqueNetworkApi opaque_network_get_name GET /OpaqueNetwork/{moId}/name Name of this entity, unique relative to its parent.
OpaqueNetworkApi opaque_network_get_overall_status GET /OpaqueNetwork/{moId}/overallStatus General health of this managed entity.
OpaqueNetworkApi opaque_network_get_parent GET /OpaqueNetwork/{moId}/parent Parent of this entity.
OpaqueNetworkApi opaque_network_get_permission GET /OpaqueNetwork/{moId}/permission List of permissions defined for this entity.
OpaqueNetworkApi opaque_network_get_recent_task GET /OpaqueNetwork/{moId}/recentTask The set of recent tasks operating on this managed entity.
OpaqueNetworkApi opaque_network_get_summary GET /OpaqueNetwork/{moId}/summary Properties of a network.
OpaqueNetworkApi opaque_network_get_tag GET /OpaqueNetwork/{moId}/tag The set of tags associated with this managed entity.
OpaqueNetworkApi opaque_network_get_triggered_alarm_state GET /OpaqueNetwork/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
OpaqueNetworkApi opaque_network_get_value GET /OpaqueNetwork/{moId}/value List of custom field values.
OpaqueNetworkApi opaque_network_get_vm GET /OpaqueNetwork/{moId}/vm Virtual machines using this network.
OpaqueNetworkApi opaque_network_reload POST /OpaqueNetwork/{moId}/Reload Reload the entity state.
OpaqueNetworkApi opaque_network_rename_task POST /OpaqueNetwork/{moId}/Rename_Task Renames this managed entity.
OpaqueNetworkApi opaque_network_set_custom_value POST /OpaqueNetwork/{moId}/setCustomValue Assigns a value to a custom field.
OptionManagerApi option_manager_get_setting GET /OptionManager/{moId}/setting A list of the current settings for the key/value pair options.
OptionManagerApi option_manager_get_supported_option GET /OptionManager/{moId}/supportedOption A list of supported key/value pair options including their type information.
OptionManagerApi option_manager_query_options POST /OptionManager/{moId}/QueryOptions Returns a specific node or nodes in the option hierarchy.
OptionManagerApi option_manager_update_options POST /OptionManager/{moId}/UpdateOptions Updates one or more options.
OverheadMemoryManagerApi overhead_memory_manager_lookup_vm_overhead_memory POST /OverheadMemoryManager/{moId}/LookupVmOverheadMemory Return static VM overhead memory value in bytes for a (vm, host) pair from the overhead memory module (OMM) in Virtual Center.
OvfManagerApi ovf_manager_create_descriptor POST /OvfManager/{moId}/CreateDescriptor Create an OVF descriptor for the specified ManagedEntity, which may be a VirtualMachine or a VirtualApp.
OvfManagerApi ovf_manager_create_import_spec POST /OvfManager/{moId}/CreateImportSpec Validate the OVF descriptor against the hardware supported by the host system.
OvfManagerApi ovf_manager_get_ovf_export_option GET /OvfManager/{moId}/ovfExportOption Returns an array of OvfOptionInfo object that specifies what options the server support for exporting an OVF descriptor.
OvfManagerApi ovf_manager_get_ovf_import_option GET /OvfManager/{moId}/ovfImportOption Returns an array of OvfOptionInfo object that specifies what options the server support for modifing/relaxing the OVF import process.
OvfManagerApi ovf_manager_parse_descriptor POST /OvfManager/{moId}/ParseDescriptor Parse the OVF descriptor and return as much information about it as possible without knowing the host on which it will be imported.
OvfManagerApi ovf_manager_validate_host POST /OvfManager/{moId}/ValidateHost Validate that the given OVF can be imported on the host.
PerformanceManagerApi performance_manager_create_perf_interval POST /PerformanceManager/{moId}/CreatePerfInterval Adds a new historical interval.
PerformanceManagerApi performance_manager_get_description GET /PerformanceManager/{moId}/description The static description strings.
PerformanceManagerApi performance_manager_get_historical_interval GET /PerformanceManager/{moId}/historicalInterval A list of intervals configured on the system.
PerformanceManagerApi performance_manager_get_perf_counter GET /PerformanceManager/{moId}/perfCounter A list of all supported performance counters in the system.
PerformanceManagerApi performance_manager_query_available_perf_metric POST /PerformanceManager/{moId}/QueryAvailablePerfMetric Retrieves all performance counters for the specified managed object generated during a specified period of time.
PerformanceManagerApi performance_manager_query_perf POST /PerformanceManager/{moId}/QueryPerf Retrieves the performance metrics for the specified entity (or entities) based on the properties specified in the PerfQuerySpec data object.
PerformanceManagerApi performance_manager_query_perf_composite POST /PerformanceManager/{moId}/QueryPerfComposite Retrieves a PerfCompositeMetric data object that comprises statistics for the specified entity and its children entities.
PerformanceManagerApi performance_manager_query_perf_counter POST /PerformanceManager/{moId}/QueryPerfCounter Retrieves counter information for the specified list of counter IDs.
PerformanceManagerApi performance_manager_query_perf_counter_by_level POST /PerformanceManager/{moId}/QueryPerfCounterByLevel Retrieves the set of counters that are available at a specified collection PerfInterval.level.
PerformanceManagerApi performance_manager_query_perf_provider_summary POST /PerformanceManager/{moId}/QueryPerfProviderSummary Retrieves the PerfProviderSummary data object that defines the capabilities of the specified managed object with respect to statistics, such as whether it supports current or summary statistics&#46;
PerformanceManagerApi performance_manager_remove_perf_interval POST /PerformanceManager/{moId}/RemovePerfInterval Removes an interval from the list.
PerformanceManagerApi performance_manager_reset_counter_level_mapping POST /PerformanceManager/{moId}/ResetCounterLevelMapping Restores a set of performance counters to the default level of data collection.
PerformanceManagerApi performance_manager_update_counter_level_mapping POST /PerformanceManager/{moId}/UpdateCounterLevelMapping Changes the level of data collection for a set of performance counters.
PerformanceManagerApi performance_manager_update_perf_interval POST /PerformanceManager/{moId}/UpdatePerfInterval Modifies VirtualCenter Server's built-in historical intervals, within certain limits.
ProfileApi profile_associate_profile POST /Profile/{moId}/AssociateProfile Associate a profile with a managed entity.
ProfileApi profile_check_profile_compliance_task POST /Profile/{moId}/CheckProfileCompliance_Task Check compliance of an entity against a Profile.
ProfileApi profile_destroy_profile POST /Profile/{moId}/DestroyProfile Destroy the profile.
ProfileApi profile_dissociate_profile POST /Profile/{moId}/DissociateProfile Remove the association between a profile and a managed entity.
ProfileApi profile_export_profile POST /Profile/{moId}/ExportProfile Export the profile in a serialized form.
ProfileApi profile_get_compliance_status GET /Profile/{moId}/complianceStatus Overall compliance of entities associated with this profile.
ProfileApi profile_get_config GET /Profile/{moId}/config Configuration data for the profile.
ProfileApi profile_get_created_time GET /Profile/{moId}/createdTime Time at which the profile was created.
ProfileApi profile_get_description GET /Profile/{moId}/description Localizable description of the profile
ProfileApi profile_get_entity GET /Profile/{moId}/entity List of managed entities associated with the profile.
ProfileApi profile_get_modified_time GET /Profile/{moId}/modifiedTime Time at which the profile was last modified.
ProfileApi profile_get_name GET /Profile/{moId}/name Name of the profile.
ProfileApi profile_retrieve_description POST /Profile/{moId}/RetrieveDescription Returns the localizable description for the profile.
ProfileComplianceManagerApi profile_compliance_manager_check_compliance_task POST /ProfileComplianceManager/{moId}/CheckCompliance_Task Check compliance of an entity against a Profile.
ProfileComplianceManagerApi profile_compliance_manager_clear_compliance_status POST /ProfileComplianceManager/{moId}/ClearComplianceStatus Clear the saved ComplianceResult based on profile and entity filtering criteria.
ProfileComplianceManagerApi profile_compliance_manager_query_compliance_status POST /ProfileComplianceManager/{moId}/QueryComplianceStatus Query the compliance status based on Profile and Entity filter.
ProfileComplianceManagerApi profile_compliance_manager_query_expression_metadata POST /ProfileComplianceManager/{moId}/QueryExpressionMetadata Query the metadata for the expressions.
ProfileManagerApi profile_manager_create_profile POST /ProfileManager/{moId}/CreateProfile Create a profile from the specified CreateSpec.
ProfileManagerApi profile_manager_find_associated_profile POST /ProfileManager/{moId}/FindAssociatedProfile Get the profile(s) to which this entity is associated.
ProfileManagerApi profile_manager_get_profile GET /ProfileManager/{moId}/profile A list of profiles known to this ProfileManager.
ProfileManagerApi profile_manager_query_policy_metadata POST /ProfileManager/{moId}/QueryPolicyMetadata Get the Metadata information for the policyNames.
PropertyCollectorApi property_collector_cancel_retrieve_properties_ex POST /PropertyCollector/{moId}/CancelRetrievePropertiesEx Discards remaining results from a retrieval started by PropertyCollector.RetrievePropertiesEx on the same session on the same PropertyCollector.
PropertyCollectorApi property_collector_cancel_wait_for_updates POST /PropertyCollector/{moId}/CancelWaitForUpdates Attempts to cancel outstanding calls to PropertyCollector.WaitForUpdates or PropertyCollector.WaitForUpdatesEx in the current session.
PropertyCollectorApi property_collector_check_for_updates POST /PropertyCollector/{moId}/CheckForUpdates Checks for updates on properties specified by the union of all current filters.
PropertyCollectorApi property_collector_continue_retrieve_properties_ex POST /PropertyCollector/{moId}/ContinueRetrievePropertiesEx Retrieves additional results from a retrieval started by PropertyCollector.RetrievePropertiesEx on the same session on the same PropertyCollector.
PropertyCollectorApi property_collector_create_filter POST /PropertyCollector/{moId}/CreateFilter Creates a new filter for the given set of managed objects.
PropertyCollectorApi property_collector_create_property_collector POST /PropertyCollector/{moId}/CreatePropertyCollector Creates a new session-specific PropertyCollector that can be used to retrieve property updates independent of any other PropertyCollector.
PropertyCollectorApi property_collector_destroy_property_collector POST /PropertyCollector/{moId}/DestroyPropertyCollector Destroys this PropertyCollector.
PropertyCollectorApi property_collector_get_filter GET /PropertyCollector/{moId}/filter The filters that this PropertyCollector uses to determine the list of properties for which it detects incremental changes.
PropertyCollectorApi property_collector_retrieve_properties POST /PropertyCollector/{moId}/RetrieveProperties Retrieves the specified properties of the specified managed objects.
PropertyCollectorApi property_collector_retrieve_properties_ex POST /PropertyCollector/{moId}/RetrievePropertiesEx Retrieves the specified properties of the specified managed objects.
PropertyCollectorApi property_collector_wait_for_updates POST /PropertyCollector/{moId}/WaitForUpdates Calculate the set of updates for each existing filter in the session, returning when at least one filter has updates.
PropertyCollectorApi property_collector_wait_for_updates_ex POST /PropertyCollector/{moId}/WaitForUpdatesEx Calculate the set of updates for each existing filter in the session.
PropertyFilterApi property_filter_destroy_property_filter POST /PropertyFilter/{moId}/DestroyPropertyFilter Destroys this filter.
PropertyFilterApi property_filter_get_partial_updates GET /PropertyFilter/{moId}/partialUpdates Flag to indicate if a change to a nested property reports only the nested change or the entire specified property value.
PropertyFilterApi property_filter_get_spec GET /PropertyFilter/{moId}/spec Specifications for this filter.
ResourcePlanningManagerApi resource_planning_manager_estimate_database_size POST /ResourcePlanningManager/{moId}/EstimateDatabaseSize Estimates the database size required to store VirtualCenter data.
ResourcePoolApi resource_pool_create_child_vm_task POST /ResourcePool/{moId}/CreateChildVM_Task Creates a new virtual machine in a vApp container.
ResourcePoolApi resource_pool_create_resource_pool POST /ResourcePool/{moId}/CreateResourcePool Creates a new resource pool.
ResourcePoolApi resource_pool_create_v_app POST /ResourcePool/{moId}/CreateVApp Creates a new vApp container.
ResourcePoolApi resource_pool_destroy_children POST /ResourcePool/{moId}/DestroyChildren Removes all child resource pools recursively.
ResourcePoolApi resource_pool_destroy_task POST /ResourcePool/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
ResourcePoolApi resource_pool_get_alarm_actions_enabled GET /ResourcePool/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
ResourcePoolApi resource_pool_get_available_field GET /ResourcePool/{moId}/availableField List of custom field definitions that are valid for the object's type.
ResourcePoolApi resource_pool_get_child_configuration GET /ResourcePool/{moId}/childConfiguration The resource configuration of all direct children (VirtualMachine and ResourcePool) of this resource group.
ResourcePoolApi resource_pool_get_config GET /ResourcePool/{moId}/config Configuration of this resource pool.
ResourcePoolApi resource_pool_get_config_issue GET /ResourcePool/{moId}/configIssue Current configuration issues that have been detected for this entity.
ResourcePoolApi resource_pool_get_config_status GET /ResourcePool/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
ResourcePoolApi resource_pool_get_custom_value GET /ResourcePool/{moId}/customValue Custom field values.
ResourcePoolApi resource_pool_get_declared_alarm_state GET /ResourcePool/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
ResourcePoolApi resource_pool_get_disabled_method GET /ResourcePool/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
ResourcePoolApi resource_pool_get_effective_role GET /ResourcePool/{moId}/effectiveRole Access rights the current session has to this entity.
ResourcePoolApi resource_pool_get_name GET /ResourcePool/{moId}/name Name of this entity, unique relative to its parent.
ResourcePoolApi resource_pool_get_namespace GET /ResourcePool/{moId}/namespace The namespace with which the ResourcePool is associated.
ResourcePoolApi resource_pool_get_overall_status GET /ResourcePool/{moId}/overallStatus General health of this managed entity.
ResourcePoolApi resource_pool_get_owner GET /ResourcePool/{moId}/owner The ComputeResource to which this set of one or more nested resource pools belong.
ResourcePoolApi resource_pool_get_parent GET /ResourcePool/{moId}/parent Parent of this entity.
ResourcePoolApi resource_pool_get_permission GET /ResourcePool/{moId}/permission List of permissions defined for this entity.
ResourcePoolApi resource_pool_get_recent_task GET /ResourcePool/{moId}/recentTask The set of recent tasks operating on this managed entity.
ResourcePoolApi resource_pool_get_resource_pool GET /ResourcePool/{moId}/resourcePool The set of child resource pools.
ResourcePoolApi resource_pool_get_runtime GET /ResourcePool/{moId}/runtime Runtime information about a resource pool.
ResourcePoolApi resource_pool_get_summary GET /ResourcePool/{moId}/summary Basic information about a resource pool.
ResourcePoolApi resource_pool_get_tag GET /ResourcePool/{moId}/tag The set of tags associated with this managed entity.
ResourcePoolApi resource_pool_get_triggered_alarm_state GET /ResourcePool/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
ResourcePoolApi resource_pool_get_value GET /ResourcePool/{moId}/value List of custom field values.
ResourcePoolApi resource_pool_get_vm GET /ResourcePool/{moId}/vm The set of virtual machines associated with this resource pool.
ResourcePoolApi resource_pool_import_v_app POST /ResourcePool/{moId}/ImportVApp Creates a new entity in this resource pool.
ResourcePoolApi resource_pool_move_into_resource_pool POST /ResourcePool/{moId}/MoveIntoResourcePool Moves a set of resource pools, vApps or virtual machines into this pool.
ResourcePoolApi resource_pool_query_resource_config_option POST /ResourcePool/{moId}/QueryResourceConfigOption Get a value range and default values for ResourceConfigSpec.
ResourcePoolApi resource_pool_refresh_runtime POST /ResourcePool/{moId}/RefreshRuntime Refreshes the resource usage data that is available in ResourcePoolRuntimeInfo.
ResourcePoolApi resource_pool_register_child_vm_task POST /ResourcePool/{moId}/RegisterChildVM_Task Adds an existing virtual machine to this resource pool or vApp.
ResourcePoolApi resource_pool_reload POST /ResourcePool/{moId}/Reload Reload the entity state.
ResourcePoolApi resource_pool_rename_task POST /ResourcePool/{moId}/Rename_Task Renames this managed entity.
ResourcePoolApi resource_pool_set_custom_value POST /ResourcePool/{moId}/setCustomValue Assigns a value to a custom field.
ResourcePoolApi resource_pool_update_child_resource_configuration POST /ResourcePool/{moId}/UpdateChildResourceConfiguration Changes resource configuration of a set of children of this resource pool.
ResourcePoolApi resource_pool_update_config POST /ResourcePool/{moId}/UpdateConfig Updates the configuration of the resource pool.
ScheduledTaskApi scheduled_task_get_available_field GET /ScheduledTask/{moId}/availableField List of custom field definitions that are valid for the object's type.
ScheduledTaskApi scheduled_task_get_info GET /ScheduledTask/{moId}/info Information about the current scheduled task.
ScheduledTaskApi scheduled_task_get_value GET /ScheduledTask/{moId}/value List of custom field values.
ScheduledTaskApi scheduled_task_reconfigure_scheduled_task POST /ScheduledTask/{moId}/ReconfigureScheduledTask Reconfigures the scheduled task properties.
ScheduledTaskApi scheduled_task_remove_scheduled_task POST /ScheduledTask/{moId}/RemoveScheduledTask Removes the scheduled task.
ScheduledTaskApi scheduled_task_run_scheduled_task POST /ScheduledTask/{moId}/RunScheduledTask Runs the scheduled task immediately.
ScheduledTaskApi scheduled_task_set_custom_value POST /ScheduledTask/{moId}/setCustomValue Assigns a value to a custom field.
ScheduledTaskManagerApi scheduled_task_manager_create_object_scheduled_task POST /ScheduledTaskManager/{moId}/CreateObjectScheduledTask Creates a scheduled task.
ScheduledTaskManagerApi scheduled_task_manager_create_scheduled_task POST /ScheduledTaskManager/{moId}/CreateScheduledTask Creates a scheduled task.
ScheduledTaskManagerApi scheduled_task_manager_get_description GET /ScheduledTaskManager/{moId}/description Static descriptive strings used in scheduled tasks.
ScheduledTaskManagerApi scheduled_task_manager_get_scheduled_task GET /ScheduledTaskManager/{moId}/scheduledTask All available scheduled tasks.
ScheduledTaskManagerApi scheduled_task_manager_retrieve_entity_scheduled_task POST /ScheduledTaskManager/{moId}/RetrieveEntityScheduledTask Available scheduled tasks defined on the entity.
ScheduledTaskManagerApi scheduled_task_manager_retrieve_object_scheduled_task POST /ScheduledTaskManager/{moId}/RetrieveObjectScheduledTask Available scheduled tasks defined on the object.
SearchIndexApi search_index_find_all_by_dns_name POST /SearchIndex/{moId}/FindAllByDnsName Finds all virtual machines or hosts by DNS name.
SearchIndexApi search_index_find_all_by_ip POST /SearchIndex/{moId}/FindAllByIp Finds all virtual machines or hosts by IP address, where the IP address is in dot-decimal notation.
SearchIndexApi search_index_find_all_by_uuid POST /SearchIndex/{moId}/FindAllByUuid Finds all virtual machines or hosts by UUID.
SearchIndexApi search_index_find_by_datastore_path POST /SearchIndex/{moId}/FindByDatastorePath Finds a virtual machine by its location on a datastore.
SearchIndexApi search_index_find_by_dns_name POST /SearchIndex/{moId}/FindByDnsName Finds a virtual machine or host by DNS name.
SearchIndexApi search_index_find_by_inventory_path POST /SearchIndex/{moId}/FindByInventoryPath Finds a managed entity based on its location in the inventory.
SearchIndexApi search_index_find_by_ip POST /SearchIndex/{moId}/FindByIp Finds a virtual machine or host by IP address, where the IP address is in dot-decimal notation.
SearchIndexApi search_index_find_by_uuid POST /SearchIndex/{moId}/FindByUuid Finds a virtual machine or host by BIOS or instance UUID.
SearchIndexApi search_index_find_child POST /SearchIndex/{moId}/FindChild Finds a particular child based on a managed entity name.
ServiceInstanceApi service_instance_current_time POST /ServiceInstance/{moId}/CurrentTime Returns the current time on the server.
ServiceInstanceApi service_instance_get_capability GET /ServiceInstance/{moId}/capability API-wide capabilities.
ServiceInstanceApi service_instance_get_content GET /ServiceInstance/{moId}/content The properties of the ServiceInstance managed object.
ServiceInstanceApi service_instance_get_server_clock GET /ServiceInstance/{moId}/serverClock Contains the time most recently obtained from the server.
ServiceInstanceApi service_instance_query_v_motion_compatibility POST /ServiceInstance/{moId}/QueryVMotionCompatibility Investigates the general VMotion compatibility of a virtual machine with a set of hosts.
ServiceInstanceApi service_instance_retrieve_product_components POST /ServiceInstance/{moId}/RetrieveProductComponents Component information for bundled products
ServiceInstanceApi service_instance_retrieve_service_content POST /ServiceInstance/{moId}/RetrieveServiceContent Retrieves the properties of the service instance.
ServiceInstanceApi service_instance_validate_migration POST /ServiceInstance/{moId}/ValidateMigration Checks the validity of a set of proposed migrations.
ServiceManagerApi service_manager_get_service GET /ServiceManager/{moId}/service The full list of services available in this directory.
ServiceManagerApi service_manager_query_service_list POST /ServiceManager/{moId}/QueryServiceList A query interface that returns a list of services that match certain criteria.
SessionManagerApi session_manager_acquire_clone_ticket POST /SessionManager/{moId}/AcquireCloneTicket Acquire a session-specific ticket string which can be used to clone the current session.
SessionManagerApi session_manager_acquire_generic_service_ticket POST /SessionManager/{moId}/AcquireGenericServiceTicket Creates and returns a one-time credential that may be used to make the specified request.
SessionManagerApi session_manager_acquire_local_ticket POST /SessionManager/{moId}/AcquireLocalTicket Acquires a one-time ticket for mutual authentication between a server and client.
SessionManagerApi session_manager_clone_session POST /SessionManager/{moId}/CloneSession Clone the session specified by the clone ticket and associate it with the current connection.
SessionManagerApi session_manager_get_current_session GET /SessionManager/{moId}/currentSession This property contains information about the client's current session.
SessionManagerApi session_manager_get_default_locale GET /SessionManager/{moId}/defaultLocale This is the default server locale.
SessionManagerApi session_manager_get_message GET /SessionManager/{moId}/message The system global message from the server.
SessionManagerApi session_manager_get_message_locale_list GET /SessionManager/{moId}/messageLocaleList Provides the list of locales for which the server has localized messages.
SessionManagerApi session_manager_get_session_list GET /SessionManager/{moId}/sessionList The list of currently active sessions.
SessionManagerApi session_manager_get_supported_locale_list GET /SessionManager/{moId}/supportedLocaleList Provides the list of locales that the server supports.
SessionManagerApi session_manager_impersonate_user POST /SessionManager/{moId}/ImpersonateUser Converts current session to impersonate the specified user.
SessionManagerApi session_manager_login POST /SessionManager/{moId}/Login Log on to the server.
SessionManagerApi session_manager_login_by_sspi POST /SessionManager/{moId}/LoginBySSPI Log on to the server using SSPI pass-through authentication.
SessionManagerApi session_manager_login_by_token POST /SessionManager/{moId}/LoginByToken Log on to the server through token representing principal identity.
SessionManagerApi session_manager_login_extension POST /SessionManager/{moId}/LoginExtension Creates a special privileged session that includes the Sessions.ImpersonateUser privilege.
SessionManagerApi session_manager_login_extension_by_certificate POST /SessionManager/{moId}/LoginExtensionByCertificate Creates a special privileged session that includes the Sessions.ImpersonateUser privilege.
SessionManagerApi session_manager_login_extension_by_subject_name POST /SessionManager/{moId}/LoginExtensionBySubjectName Creates a special privileged session that includes the Sessions.ImpersonateUser privilege.
SessionManagerApi session_manager_logout POST /SessionManager/{moId}/Logout Log out and terminate the current session.
SessionManagerApi session_manager_session_is_active POST /SessionManager/{moId}/SessionIsActive Validates that a currently-active session exists with the specified sessionID and userName associated with it.
SessionManagerApi session_manager_set_locale POST /SessionManager/{moId}/SetLocale Sets the session locale.
SessionManagerApi session_manager_terminate_session POST /SessionManager/{moId}/TerminateSession Log off and terminate the provided list of sessions.
SessionManagerApi session_manager_update_service_message POST /SessionManager/{moId}/UpdateServiceMessage Updates the system global message.
SimpleCommandApi simple_command_execute_simple_command POST /SimpleCommand/{moId}/ExecuteSimpleCommand The single function execution point for this simple command.
SimpleCommandApi simple_command_get_encoding_type GET /SimpleCommand/{moId}/encodingType The encoding type used in the result.
SimpleCommandApi simple_command_get_entity GET /SimpleCommand/{moId}/entity A description of the service.
SiteInfoManagerApi site_info_manager_get_site_info POST /SiteInfoManager/{moId}/GetSiteInfo Returns the SiteInfo object associated with this vCenter.
StoragePodApi storage_pod_add_standalone_host_task POST /StoragePod/{moId}/AddStandaloneHost_Task Creates a new single-host compute resource.
StoragePodApi storage_pod_batch_add_hosts_to_cluster_task POST /StoragePod/{moId}/BatchAddHostsToCluster_Task Adds a set of new and existing hosts to the cluster.
StoragePodApi storage_pod_batch_add_standalone_hosts_task POST /StoragePod/{moId}/BatchAddStandaloneHosts_Task Adds a list of hosts to inventory, as standalone hosts, in a single invocation.
StoragePodApi storage_pod_create_cluster POST /StoragePod/{moId}/CreateCluster Creates a new cluster compute resource in this folder.
StoragePodApi storage_pod_create_cluster_ex POST /StoragePod/{moId}/CreateClusterEx Creates a new cluster compute resource in this folder.
StoragePodApi storage_pod_create_datacenter POST /StoragePod/{moId}/CreateDatacenter Creates a new datacenter with the given name.
StoragePodApi storage_pod_create_dvs_task POST /StoragePod/{moId}/CreateDVS_Task Create a DistributedVirtualSwitch in the folder according to the specified DVSCreateSpec.
StoragePodApi storage_pod_create_folder POST /StoragePod/{moId}/CreateFolder Creates a new sub-folder with the specified name.
StoragePodApi storage_pod_create_storage_pod POST /StoragePod/{moId}/CreateStoragePod Creates a new storage pod in this folder.
StoragePodApi storage_pod_create_vm_task POST /StoragePod/{moId}/CreateVM_Task Creates a new virtual machine in the current folder and attaches it to the specified resource pool.
StoragePodApi storage_pod_destroy_task POST /StoragePod/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
StoragePodApi storage_pod_get_alarm_actions_enabled GET /StoragePod/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
StoragePodApi storage_pod_get_available_field GET /StoragePod/{moId}/availableField List of custom field definitions that are valid for the object's type.
StoragePodApi storage_pod_get_child_entity GET /StoragePod/{moId}/childEntity An array of managed object references.
StoragePodApi storage_pod_get_child_type GET /StoragePod/{moId}/childType Specifies the object types a folder may contain.
StoragePodApi storage_pod_get_config_issue GET /StoragePod/{moId}/configIssue Current configuration issues that have been detected for this entity.
StoragePodApi storage_pod_get_config_status GET /StoragePod/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
StoragePodApi storage_pod_get_custom_value GET /StoragePod/{moId}/customValue Custom field values.
StoragePodApi storage_pod_get_declared_alarm_state GET /StoragePod/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
StoragePodApi storage_pod_get_disabled_method GET /StoragePod/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
StoragePodApi storage_pod_get_effective_role GET /StoragePod/{moId}/effectiveRole Access rights the current session has to this entity.
StoragePodApi storage_pod_get_name GET /StoragePod/{moId}/name Name of this entity, unique relative to its parent.
StoragePodApi storage_pod_get_namespace GET /StoragePod/{moId}/namespace The namespace with which the Folder is associated.
StoragePodApi storage_pod_get_overall_status GET /StoragePod/{moId}/overallStatus General health of this managed entity.
StoragePodApi storage_pod_get_parent GET /StoragePod/{moId}/parent Parent of this entity.
StoragePodApi storage_pod_get_permission GET /StoragePod/{moId}/permission List of permissions defined for this entity.
StoragePodApi storage_pod_get_pod_storage_drs_entry GET /StoragePod/{moId}/podStorageDrsEntry Storage DRS related attributes of the Storage Pod.
StoragePodApi storage_pod_get_recent_task GET /StoragePod/{moId}/recentTask The set of recent tasks operating on this managed entity.
StoragePodApi storage_pod_get_summary GET /StoragePod/{moId}/summary Storage pod summary.
StoragePodApi storage_pod_get_tag GET /StoragePod/{moId}/tag The set of tags associated with this managed entity.
StoragePodApi storage_pod_get_triggered_alarm_state GET /StoragePod/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
StoragePodApi storage_pod_get_value GET /StoragePod/{moId}/value List of custom field values.
StoragePodApi storage_pod_move_into_folder_task POST /StoragePod/{moId}/MoveIntoFolder_Task Moves a set of managed entities into this folder.
StoragePodApi storage_pod_register_vm_task POST /StoragePod/{moId}/RegisterVM_Task Adds an existing virtual machine to the folder.
StoragePodApi storage_pod_reload POST /StoragePod/{moId}/Reload Reload the entity state.
StoragePodApi storage_pod_rename_task POST /StoragePod/{moId}/Rename_Task Renames this managed entity.
StoragePodApi storage_pod_set_custom_value POST /StoragePod/{moId}/setCustomValue Assigns a value to a custom field.
StoragePodApi storage_pod_unregister_and_destroy_task POST /StoragePod/{moId}/UnregisterAndDestroy_Task Recursively unregisters all virtual machines and vApps, and destroys all child virtual machine folders.
StorageQueryManagerApi storage_query_manager_query_hosts_with_attached_lun POST /StorageQueryManager/{moId}/QueryHostsWithAttachedLun Query the set of all hosts which have the specified lun attached.
StorageResourceManagerApi storage_resource_manager_apply_storage_drs_recommendation_task POST /StorageResourceManager/{moId}/ApplyStorageDrsRecommendation_Task Applies a recommendation from the recommendation list that is generated by SDRS initial placement invoked by RecommendDatastore method.
StorageResourceManagerApi storage_resource_manager_apply_storage_drs_recommendation_to_pod_task POST /StorageResourceManager/{moId}/ApplyStorageDrsRecommendationToPod_Task Applies a recommendation from the recommendation list that is generated by SDRS load balancing activity.
StorageResourceManagerApi storage_resource_manager_cancel_storage_drs_recommendation POST /StorageResourceManager/{moId}/CancelStorageDrsRecommendation Cancels a recommendation.
StorageResourceManagerApi storage_resource_manager_configure_datastore_iorm_task POST /StorageResourceManager/{moId}/ConfigureDatastoreIORM_Task Changes configuration of storage I/O resource management for a given datastore.
StorageResourceManagerApi storage_resource_manager_configure_storage_drs_for_pod_task POST /StorageResourceManager/{moId}/ConfigureStorageDrsForPod_Task Change the storage DRS configuration for a pod StoragePod.
StorageResourceManagerApi storage_resource_manager_query_datastore_performance_summary POST /StorageResourceManager/{moId}/QueryDatastorePerformanceSummary Returns datastore summary performance statistics.
StorageResourceManagerApi storage_resource_manager_query_iorm_config_option POST /StorageResourceManager/{moId}/QueryIORMConfigOption Query configuration options for storage I/O resource management.
StorageResourceManagerApi storage_resource_manager_recommend_datastores POST /StorageResourceManager/{moId}/RecommendDatastores
StorageResourceManagerApi storage_resource_manager_refresh_storage_drs_recommendation POST /StorageResourceManager/{moId}/RefreshStorageDrsRecommendation Make Storage DRS invoke again on the specified pod StoragePod and return a new list of recommendations.
StorageResourceManagerApi storage_resource_manager_refresh_storage_drs_recommendations_for_pod_task POST /StorageResourceManager/{moId}/RefreshStorageDrsRecommendationsForPod_Task Invoke Storage DRS on a specific pod StoragePod and return a new list of recommendations.
StorageResourceManagerApi storage_resource_manager_validate_storage_pod_config POST /StorageResourceManager/{moId}/ValidateStoragePodConfig Validate the new storage DRS configuration for a pod StoragePod.
TaskApi task_cancel_task POST /Task/{moId}/CancelTask Cancels a running or queued task.
TaskApi task_get_available_field GET /Task/{moId}/availableField List of custom field definitions that are valid for the object's type.
TaskApi task_get_info GET /Task/{moId}/info Detailed information about this task.
TaskApi task_get_value GET /Task/{moId}/value List of custom field values.
TaskApi task_set_custom_value POST /Task/{moId}/setCustomValue Assigns a value to a custom field.
TaskApi task_set_task_description POST /Task/{moId}/SetTaskDescription Updates task description to describe the current phase of the task.
TaskApi task_set_task_state POST /Task/{moId}/SetTaskState Sets task state and optionally sets results or fault, as appropriate for state
TaskApi task_update_progress POST /Task/{moId}/UpdateProgress Sets percentage done for this task and recalculates overall percentage done.
TaskHistoryCollectorApi task_history_collector_destroy_collector POST /TaskHistoryCollector/{moId}/DestroyCollector Destroys this collector.
TaskHistoryCollectorApi task_history_collector_get_filter GET /TaskHistoryCollector/{moId}/filter The filter used to create this collector.
TaskHistoryCollectorApi task_history_collector_get_latest_page GET /TaskHistoryCollector/{moId}/latestPage The items in the 'viewable latest page'.
TaskHistoryCollectorApi task_history_collector_read_next_tasks POST /TaskHistoryCollector/{moId}/ReadNextTasks Reads the 'scrollable view' from the current position.
TaskHistoryCollectorApi task_history_collector_read_previous_tasks POST /TaskHistoryCollector/{moId}/ReadPreviousTasks Reads the 'scrollable view' from the current position.
TaskHistoryCollectorApi task_history_collector_reset_collector POST /TaskHistoryCollector/{moId}/ResetCollector Moves the &quot;scrollable view&quot; to the item immediately preceding the &quot;viewable latest page&quot;.
TaskHistoryCollectorApi task_history_collector_rewind_collector POST /TaskHistoryCollector/{moId}/RewindCollector Moves the &quot;scrollable view&quot; to the oldest item.
TaskHistoryCollectorApi task_history_collector_set_collector_page_size POST /TaskHistoryCollector/{moId}/SetCollectorPageSize Sets the &quot;viewable latest page&quot; size to contain at most the number of items specified by the maxCount parameter).
TaskManagerApi task_manager_create_collector_for_tasks POST /TaskManager/{moId}/CreateCollectorForTasks Creates a TaskHistoryCollector, a specialized HistoryCollector that gathers TaskInfo data objects.
TaskManagerApi task_manager_create_task POST /TaskManager/{moId}/CreateTask Creates a new Task, specifying the object with which the Task is associated, the type of task, and whether the task is cancelable.
TaskManagerApi task_manager_get_description GET /TaskManager/{moId}/description Locale-specific, static strings that describe Task information to users.
TaskManagerApi task_manager_get_max_collector GET /TaskManager/{moId}/maxCollector Maximum number of TaskHistoryCollector data objects that can exist concurrently, per client.
TaskManagerApi task_manager_get_recent_task GET /TaskManager/{moId}/recentTask A list of Task managed objects that completed recently, that are currently running, or that are queued to run.
TenantTenantManagerApi tenant_tenant_manager_mark_service_provider_entities POST /TenantTenantManager/{moId}/MarkServiceProviderEntities Define a set of ManagedEntity objects as used for tenant management.
TenantTenantManagerApi tenant_tenant_manager_retrieve_service_provider_entities POST /TenantTenantManager/{moId}/RetrieveServiceProviderEntities Retrieves the list of tenant management entities.
TenantTenantManagerApi tenant_tenant_manager_unmark_service_provider_entities POST /TenantTenantManager/{moId}/UnmarkServiceProviderEntities Resets the management type of an array of ManagedEntity objects.
UserDirectoryApi user_directory_get_domain_list GET /UserDirectory/{moId}/domainList List of Windows domains available for user searches, if the underlying system supports windows domain membership.
UserDirectoryApi user_directory_retrieve_user_groups POST /UserDirectory/{moId}/RetrieveUserGroups Returns a list of UserSearchResult objects describing the users and groups defined for the server.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_attach_tag_to_v_storage_object POST /VcenterVStorageObjectManager/{moId}/AttachTagToVStorageObject Attach a tag to a virtual storage object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_clear_v_storage_object_control_flags POST /VcenterVStorageObjectManager/{moId}/ClearVStorageObjectControlFlags Clear control flags on VStorageObject.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_clone_v_storage_object_task POST /VcenterVStorageObjectManager/{moId}/CloneVStorageObject_Task Clone a virtual storage object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_create_disk_from_snapshot_task POST /VcenterVStorageObjectManager/{moId}/CreateDiskFromSnapshot_Task Creates a new Disk from given snapshot of a VStorageObject.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_create_disk_task POST /VcenterVStorageObjectManager/{moId}/CreateDisk_Task Create a virtual disk, which is a storage object with disk as consumption type.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_delete_snapshot_task POST /VcenterVStorageObjectManager/{moId}/DeleteSnapshot_Task Deletes a given snapshot of a VStorageObject.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_delete_v_storage_object_ex_task POST /VcenterVStorageObjectManager/{moId}/DeleteVStorageObjectEx_Task Delete a virtual storage object and its associated backings.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_delete_v_storage_object_task POST /VcenterVStorageObjectManager/{moId}/DeleteVStorageObject_Task Delete a virtual storage object and its associated backings.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_detach_tag_from_v_storage_object POST /VcenterVStorageObjectManager/{moId}/DetachTagFromVStorageObject Detach a tag from a virtual storage object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_extend_disk_task POST /VcenterVStorageObjectManager/{moId}/ExtendDisk_Task Expand the capacity of a virtual disk, which is a storage object with disk, to the new capacity.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_inflate_disk_task POST /VcenterVStorageObjectManager/{moId}/InflateDisk_Task Inflate a sparse or thin-provisioned virtual disk up to the full size.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_list_tags_attached_to_v_storage_object POST /VcenterVStorageObjectManager/{moId}/ListTagsAttachedToVStorageObject Lists all tags attached to virtual storage object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_list_v_storage_object POST /VcenterVStorageObjectManager/{moId}/ListVStorageObject List all virtual storage objects located on a datastore.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_list_v_storage_objects_attached_to_tag POST /VcenterVStorageObjectManager/{moId}/ListVStorageObjectsAttachedToTag Lists all virtual storage objects attached to the tag.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_reconcile_datastore_inventory_task POST /VcenterVStorageObjectManager/{moId}/ReconcileDatastoreInventory_Task Reconcile the datastore inventory info of virtual storage objects.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_register_disk POST /VcenterVStorageObjectManager/{moId}/RegisterDisk Promote a virtual disk to a First Class Disk.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_relocate_v_storage_object_task POST /VcenterVStorageObjectManager/{moId}/RelocateVStorageObject_Task Relocate a virtual storage object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_rename_v_storage_object POST /VcenterVStorageObjectManager/{moId}/RenameVStorageObject Rename a virtual storage object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_retrieve_snapshot_details POST /VcenterVStorageObjectManager/{moId}/RetrieveSnapshotDetails Retrieves snapshot disk details of a given snapshot.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_retrieve_snapshot_info POST /VcenterVStorageObjectManager/{moId}/RetrieveSnapshotInfo Retrieves snapshot information of a given VStorageObject.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_retrieve_v_storage_infrastructure_object_policy POST /VcenterVStorageObjectManager/{moId}/RetrieveVStorageInfrastructureObjectPolicy Retrieve virtual storage infrastructure object SBPM policy on given datastore.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_retrieve_v_storage_object POST /VcenterVStorageObjectManager/{moId}/RetrieveVStorageObject Retrieve a virtual storage object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_retrieve_v_storage_object_associations POST /VcenterVStorageObjectManager/{moId}/RetrieveVStorageObjectAssociations Retrieve vm associations for each virtual storage object in the query.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_retrieve_v_storage_object_state POST /VcenterVStorageObjectManager/{moId}/RetrieveVStorageObjectState Retrieve a virtual storage object state.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_revert_v_storage_object_task POST /VcenterVStorageObjectManager/{moId}/RevertVStorageObject_Task Reverts to a given snapshot of a VStorageObject.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_schedule_reconcile_datastore_inventory POST /VcenterVStorageObjectManager/{moId}/ScheduleReconcileDatastoreInventory Schedules reconcile of the inventory info of virtual storage objects on one of the hosts that is connected with the datastore.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_set_v_storage_object_control_flags POST /VcenterVStorageObjectManager/{moId}/SetVStorageObjectControlFlags Set control flags on VStorageObject.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_update_v_storage_infrastructure_object_policy_task POST /VcenterVStorageObjectManager/{moId}/UpdateVStorageInfrastructureObjectPolicy_Task Assigns specified SBPM policy to the given virtual storage infrastructure object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_update_v_storage_object_crypto_task POST /VcenterVStorageObjectManager/{moId}/UpdateVStorageObjectCrypto_Task Update the crypto on a virtual storage object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_update_v_storage_object_policy_task POST /VcenterVStorageObjectManager/{moId}/UpdateVStorageObjectPolicy_Task Update the storage policy on a virtual storage object.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_v_center_update_v_storage_object_metadata_ex_task POST /VcenterVStorageObjectManager/{moId}/VCenterUpdateVStorageObjectMetadataEx_Task Update metadata KV pairs to a virtual storage object and returns the corresponding vclock upon success.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_v_storage_object_create_snapshot_task POST /VcenterVStorageObjectManager/{moId}/VStorageObjectCreateSnapshot_Task Creates a snapshot of a given VStorageObject.
VcenterVStorageObjectManagerApi vcenter_v_storage_object_manager_vstorage_object_v_center_query_changed_disk_areas POST /VcenterVStorageObjectManager/{moId}/VstorageObjectVCenterQueryChangedDiskAreas Get a list of areas of a virtual disk that have been modified since a well-defined point in the past.
ViewApi view_destroy_view POST /View/{moId}/DestroyView Destroy this view.
ViewManagerApi view_manager_create_container_view POST /ViewManager/{moId}/CreateContainerView Create a ContainerView managed object for this session.
ViewManagerApi view_manager_create_inventory_view POST /ViewManager/{moId}/CreateInventoryView Create a new InventoryView managed object for this session.
ViewManagerApi view_manager_create_list_view POST /ViewManager/{moId}/CreateListView Create a ListView object for this session.
ViewManagerApi view_manager_create_list_view_from_view POST /ViewManager/{moId}/CreateListViewFromView Create a ListView object for this session.
ViewManagerApi view_manager_get_view_list GET /ViewManager/{moId}/viewList An array of view references.
VirtualAppApi virtual_app_clone_v_app_task POST /VirtualApp/{moId}/CloneVApp_Task Creates a clone of this vApp.
VirtualAppApi virtual_app_create_child_vm_task POST /VirtualApp/{moId}/CreateChildVM_Task Creates a new virtual machine in a vApp container.
VirtualAppApi virtual_app_create_resource_pool POST /VirtualApp/{moId}/CreateResourcePool Creates a new resource pool.
VirtualAppApi virtual_app_create_v_app POST /VirtualApp/{moId}/CreateVApp Creates a new vApp container.
VirtualAppApi virtual_app_destroy_children POST /VirtualApp/{moId}/DestroyChildren Removes all child resource pools recursively.
VirtualAppApi virtual_app_destroy_task POST /VirtualApp/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
VirtualAppApi virtual_app_export_v_app POST /VirtualApp/{moId}/ExportVApp Obtains an export lease on this vApp.
VirtualAppApi virtual_app_get_alarm_actions_enabled GET /VirtualApp/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
VirtualAppApi virtual_app_get_available_field GET /VirtualApp/{moId}/availableField List of custom field definitions that are valid for the object's type.
VirtualAppApi virtual_app_get_child_configuration GET /VirtualApp/{moId}/childConfiguration The resource configuration of all direct children (VirtualMachine and ResourcePool) of this resource group.
VirtualAppApi virtual_app_get_child_link GET /VirtualApp/{moId}/childLink List of linked children.
VirtualAppApi virtual_app_get_config GET /VirtualApp/{moId}/config Configuration of this resource pool.
VirtualAppApi virtual_app_get_config_issue GET /VirtualApp/{moId}/configIssue Current configuration issues that have been detected for this entity.
VirtualAppApi virtual_app_get_config_status GET /VirtualApp/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
VirtualAppApi virtual_app_get_custom_value GET /VirtualApp/{moId}/customValue Custom field values.
VirtualAppApi virtual_app_get_datastore GET /VirtualApp/{moId}/datastore A collection of references to the subset of datastore objects used by this vApp.
VirtualAppApi virtual_app_get_declared_alarm_state GET /VirtualApp/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
VirtualAppApi virtual_app_get_disabled_method GET /VirtualApp/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
VirtualAppApi virtual_app_get_effective_role GET /VirtualApp/{moId}/effectiveRole Access rights the current session has to this entity.
VirtualAppApi virtual_app_get_name GET /VirtualApp/{moId}/name Name of this entity, unique relative to its parent.
VirtualAppApi virtual_app_get_namespace GET /VirtualApp/{moId}/namespace The namespace with which the ResourcePool is associated.
VirtualAppApi virtual_app_get_network GET /VirtualApp/{moId}/network A collection of references to the subset of network objects that is used by this virtual machine.
VirtualAppApi virtual_app_get_overall_status GET /VirtualApp/{moId}/overallStatus General health of this managed entity.
VirtualAppApi virtual_app_get_owner GET /VirtualApp/{moId}/owner The ComputeResource to which this set of one or more nested resource pools belong.
VirtualAppApi virtual_app_get_parent GET /VirtualApp/{moId}/parent Parent of this entity.
VirtualAppApi virtual_app_get_parent_folder GET /VirtualApp/{moId}/parentFolder A reference to the parent folder in the VM and Template folder hierarchy.
VirtualAppApi virtual_app_get_parent_v_app GET /VirtualApp/{moId}/parentVApp Reference to the parent vApp.
VirtualAppApi virtual_app_get_permission GET /VirtualApp/{moId}/permission List of permissions defined for this entity.
VirtualAppApi virtual_app_get_recent_task GET /VirtualApp/{moId}/recentTask The set of recent tasks operating on this managed entity.
VirtualAppApi virtual_app_get_resource_pool GET /VirtualApp/{moId}/resourcePool The set of child resource pools.
VirtualAppApi virtual_app_get_runtime GET /VirtualApp/{moId}/runtime Runtime information about a resource pool.
VirtualAppApi virtual_app_get_summary GET /VirtualApp/{moId}/summary Basic information about a resource pool.
VirtualAppApi virtual_app_get_tag GET /VirtualApp/{moId}/tag The set of tags associated with this managed entity.
VirtualAppApi virtual_app_get_triggered_alarm_state GET /VirtualApp/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
VirtualAppApi virtual_app_get_v_app_config GET /VirtualApp/{moId}/vAppConfig Configuration of this package.
VirtualAppApi virtual_app_get_value GET /VirtualApp/{moId}/value List of custom field values.
VirtualAppApi virtual_app_get_vm GET /VirtualApp/{moId}/vm The set of virtual machines associated with this resource pool.
VirtualAppApi virtual_app_import_v_app POST /VirtualApp/{moId}/ImportVApp Creates a new entity in this resource pool.
VirtualAppApi virtual_app_move_into_resource_pool POST /VirtualApp/{moId}/MoveIntoResourcePool Moves a set of resource pools, vApps or virtual machines into this pool.
VirtualAppApi virtual_app_power_off_v_app_task POST /VirtualApp/{moId}/PowerOffVApp_Task Stops this vApp.
VirtualAppApi virtual_app_power_on_v_app_task POST /VirtualApp/{moId}/PowerOnVApp_Task Starts this vApp.
VirtualAppApi virtual_app_query_resource_config_option POST /VirtualApp/{moId}/QueryResourceConfigOption Get a value range and default values for ResourceConfigSpec.
VirtualAppApi virtual_app_refresh_runtime POST /VirtualApp/{moId}/RefreshRuntime Refreshes the resource usage data that is available in ResourcePoolRuntimeInfo.
VirtualAppApi virtual_app_register_child_vm_task POST /VirtualApp/{moId}/RegisterChildVM_Task Adds an existing virtual machine to this resource pool or vApp.
VirtualAppApi virtual_app_reload POST /VirtualApp/{moId}/Reload Reload the entity state.
VirtualAppApi virtual_app_rename_task POST /VirtualApp/{moId}/Rename_Task Renames this managed entity.
VirtualAppApi virtual_app_set_custom_value POST /VirtualApp/{moId}/setCustomValue Assigns a value to a custom field.
VirtualAppApi virtual_app_suspend_v_app_task POST /VirtualApp/{moId}/SuspendVApp_Task Suspends this vApp.
VirtualAppApi virtual_app_unregister_v_app_task POST /VirtualApp/{moId}/unregisterVApp_Task Removes this vApp from the inventory without removing any of the virtual machine's files on disk.
VirtualAppApi virtual_app_update_child_resource_configuration POST /VirtualApp/{moId}/UpdateChildResourceConfiguration Changes resource configuration of a set of children of this resource pool.
VirtualAppApi virtual_app_update_config POST /VirtualApp/{moId}/UpdateConfig Updates the configuration of the resource pool.
VirtualAppApi virtual_app_update_linked_children POST /VirtualApp/{moId}/UpdateLinkedChildren Reconfigure the set of linked children.
VirtualAppApi virtual_app_update_v_app_config POST /VirtualApp/{moId}/UpdateVAppConfig Updates the vApp configuration.
VirtualDiskManagerApi virtual_disk_manager_copy_virtual_disk_task POST /VirtualDiskManager/{moId}/CopyVirtualDisk_Task Copy a virtual disk, performing conversions as specified in the spec.
VirtualDiskManagerApi virtual_disk_manager_create_virtual_disk_task POST /VirtualDiskManager/{moId}/CreateVirtualDisk_Task Create a virtual disk.
VirtualDiskManagerApi virtual_disk_manager_defragment_virtual_disk_task POST /VirtualDiskManager/{moId}/DefragmentVirtualDisk_Task Defragment a sparse virtual disk.
VirtualDiskManagerApi virtual_disk_manager_delete_virtual_disk_task POST /VirtualDiskManager/{moId}/DeleteVirtualDisk_Task Delete a virtual disk.
VirtualDiskManagerApi virtual_disk_manager_eager_zero_virtual_disk_task POST /VirtualDiskManager/{moId}/EagerZeroVirtualDisk_Task Explicitly zero out unaccessed parts zeroedthick disk.
VirtualDiskManagerApi virtual_disk_manager_extend_virtual_disk_task POST /VirtualDiskManager/{moId}/ExtendVirtualDisk_Task Expand the capacity of a virtual disk to the new capacity.
VirtualDiskManagerApi virtual_disk_manager_import_unmanaged_snapshot POST /VirtualDiskManager/{moId}/ImportUnmanagedSnapshot Import an unmanaged-snapshot from Virtual-Volume(VVol) enabled Storage Array.
VirtualDiskManagerApi virtual_disk_manager_inflate_virtual_disk_task POST /VirtualDiskManager/{moId}/InflateVirtualDisk_Task Inflate a sparse or thin-provisioned virtual disk up to the full size.
VirtualDiskManagerApi virtual_disk_manager_move_virtual_disk_task POST /VirtualDiskManager/{moId}/MoveVirtualDisk_Task Move a virtual disk and all related files from the source location specified by <code>sourceName</code> and <code>sourceDatacenter</code> to the destination location specified by <code>destName</code> and <code>destDatacenter</code>.
VirtualDiskManagerApi virtual_disk_manager_query_virtual_disk_fragmentation POST /VirtualDiskManager/{moId}/QueryVirtualDiskFragmentation Return the percentage of fragmentation of the sparse virtual disk.
VirtualDiskManagerApi virtual_disk_manager_query_virtual_disk_geometry POST /VirtualDiskManager/{moId}/QueryVirtualDiskGeometry Get the disk geometry information for the virtual disk.
VirtualDiskManagerApi virtual_disk_manager_query_virtual_disk_uuid POST /VirtualDiskManager/{moId}/QueryVirtualDiskUuid Get the virtual disk SCSI inquiry page 0x83 data.
VirtualDiskManagerApi virtual_disk_manager_release_managed_snapshot POST /VirtualDiskManager/{moId}/ReleaseManagedSnapshot Release a snapshot previously imported with importUnmanagedSnapshot
VirtualDiskManagerApi virtual_disk_manager_set_virtual_disk_uuid POST /VirtualDiskManager/{moId}/SetVirtualDiskUuid Set the virtual disk SCSI inquiry page 0x83 data.
VirtualDiskManagerApi virtual_disk_manager_shrink_virtual_disk_task POST /VirtualDiskManager/{moId}/ShrinkVirtualDisk_Task Shrink a sparse virtual disk.
VirtualDiskManagerApi virtual_disk_manager_zero_fill_virtual_disk_task POST /VirtualDiskManager/{moId}/ZeroFillVirtualDisk_Task Overwrite all blocks of the virtual disk with zeros.
VirtualMachineApi virtual_machine_acquire_mks_ticket POST /VirtualMachine/{moId}/AcquireMksTicket Creates and returns a one-time credential used in establishing a remote mouse-keyboard-screen connection to this virtual machine.
VirtualMachineApi virtual_machine_acquire_ticket POST /VirtualMachine/{moId}/AcquireTicket Creates and returns a one-time credential used in establishing a specific connection to this virtual machine, for example, a ticket type of mks can be used to establish a remote mouse-keyboard-screen connection.
VirtualMachineApi virtual_machine_answer_vm POST /VirtualMachine/{moId}/AnswerVM Responds to a question that is blocking this virtual machine.
VirtualMachineApi virtual_machine_apply_evc_mode_vm_task POST /VirtualMachine/{moId}/ApplyEvcModeVM_Task Applies the EVC mode masks to the virtual machine.
VirtualMachineApi virtual_machine_attach_disk_task POST /VirtualMachine/{moId}/AttachDisk_Task Attach an existing disk to this virtual machine.
VirtualMachineApi virtual_machine_check_customization_spec POST /VirtualMachine/{moId}/CheckCustomizationSpec Checks the customization specification against the virtual machine configuration.
VirtualMachineApi virtual_machine_clone_vm_task POST /VirtualMachine/{moId}/CloneVM_Task Creates a clone of this virtual machine.
VirtualMachineApi virtual_machine_consolidate_vm_disks_task POST /VirtualMachine/{moId}/ConsolidateVMDisks_Task Consolidate the virtual disk files of the virtual machine by finding hierarchies of redo logs that can be combined without violating data dependency.
VirtualMachineApi virtual_machine_create_screenshot_task POST /VirtualMachine/{moId}/CreateScreenshot_Task Create a screen shot of a virtual machine.
VirtualMachineApi virtual_machine_create_secondary_vm_task POST /VirtualMachine/{moId}/CreateSecondaryVM_Task Creates a secondary virtual machine to be part of this fault tolerant group.
VirtualMachineApi virtual_machine_create_secondary_vmex_task POST /VirtualMachine/{moId}/CreateSecondaryVMEx_Task Creates a secondary virtual machine to be part of this fault tolerant group.
VirtualMachineApi virtual_machine_create_snapshot_ex_task POST /VirtualMachine/{moId}/CreateSnapshotEx_Task Creates a new snapshot of this virtual machine.
VirtualMachineApi virtual_machine_create_snapshot_task POST /VirtualMachine/{moId}/CreateSnapshot_Task Creates a new snapshot of this virtual machine.
VirtualMachineApi virtual_machine_crypto_unlock_task POST /VirtualMachine/{moId}/CryptoUnlock_Task Unlocks an encrypted virtual machine by sending the encryption keys for the Virtual Machine Home and all the Virtual Disks to the ESX Server.
VirtualMachineApi virtual_machine_customize_vm_task POST /VirtualMachine/{moId}/CustomizeVM_Task Customizes a virtual machine's guest operating system.
VirtualMachineApi virtual_machine_defragment_all_disks POST /VirtualMachine/{moId}/DefragmentAllDisks Defragment all virtual disks attached to this virtual machine.
VirtualMachineApi virtual_machine_destroy_task POST /VirtualMachine/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
VirtualMachineApi virtual_machine_detach_disk_task POST /VirtualMachine/{moId}/DetachDisk_Task Detach a disk from this virtual machine.
VirtualMachineApi virtual_machine_disable_secondary_vm_task POST /VirtualMachine/{moId}/DisableSecondaryVM_Task Disables the specified secondary virtual machine in this fault tolerant group.
VirtualMachineApi virtual_machine_drop_connections POST /VirtualMachine/{moId}/DropConnections Force the virtual machine to drop the specified connections.
VirtualMachineApi virtual_machine_enable_secondary_vm_task POST /VirtualMachine/{moId}/EnableSecondaryVM_Task Enables the specified secondary virtual machine in this fault tolerant group.
VirtualMachineApi virtual_machine_estimate_storage_for_consolidate_snapshots_task POST /VirtualMachine/{moId}/EstimateStorageForConsolidateSnapshots_Task Estimate the temporary space required to consolidation disk files.
VirtualMachineApi virtual_machine_export_vm POST /VirtualMachine/{moId}/ExportVm Obtains an export lease on this virtual machine.
VirtualMachineApi virtual_machine_extract_ovf_environment POST /VirtualMachine/{moId}/ExtractOvfEnvironment Returns the OVF environment for a virtual machine.
VirtualMachineApi virtual_machine_get_alarm_actions_enabled GET /VirtualMachine/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
VirtualMachineApi virtual_machine_get_available_field GET /VirtualMachine/{moId}/availableField List of custom field definitions that are valid for the object's type.
VirtualMachineApi virtual_machine_get_capability GET /VirtualMachine/{moId}/capability Information about the runtime capabilities of this virtual machine.
VirtualMachineApi virtual_machine_get_config GET /VirtualMachine/{moId}/config Configuration of this virtual machine, including the name and UUID.
VirtualMachineApi virtual_machine_get_config_issue GET /VirtualMachine/{moId}/configIssue Current configuration issues that have been detected for this entity.
VirtualMachineApi virtual_machine_get_config_status GET /VirtualMachine/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
VirtualMachineApi virtual_machine_get_custom_value GET /VirtualMachine/{moId}/customValue Custom field values.
VirtualMachineApi virtual_machine_get_datastore GET /VirtualMachine/{moId}/datastore A collection of references to the subset of datastore objects in the datacenter that is used by this virtual machine.
VirtualMachineApi virtual_machine_get_declared_alarm_state GET /VirtualMachine/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
VirtualMachineApi virtual_machine_get_disabled_method GET /VirtualMachine/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
VirtualMachineApi virtual_machine_get_effective_role GET /VirtualMachine/{moId}/effectiveRole Access rights the current session has to this entity.
VirtualMachineApi virtual_machine_get_environment_browser GET /VirtualMachine/{moId}/environmentBrowser The current virtual machine's environment browser object.
VirtualMachineApi virtual_machine_get_guest GET /VirtualMachine/{moId}/guest Information about VMware Tools and about the virtual machine from the perspective of VMware Tools.
VirtualMachineApi virtual_machine_get_guest_heartbeat_status GET /VirtualMachine/{moId}/guestHeartbeatStatus The guest heartbeat.
VirtualMachineApi virtual_machine_get_layout GET /VirtualMachine/{moId}/layout Detailed information about the files that comprise this virtual machine.
VirtualMachineApi virtual_machine_get_layout_ex GET /VirtualMachine/{moId}/layoutEx Detailed information about the files that comprise this virtual machine.
VirtualMachineApi virtual_machine_get_name GET /VirtualMachine/{moId}/name Name of this entity, unique relative to its parent.
VirtualMachineApi virtual_machine_get_network GET /VirtualMachine/{moId}/network A collection of references to the subset of network objects in the datacenter that is used by this virtual machine.
VirtualMachineApi virtual_machine_get_overall_status GET /VirtualMachine/{moId}/overallStatus General health of this managed entity.
VirtualMachineApi virtual_machine_get_parent GET /VirtualMachine/{moId}/parent Parent of this entity.
VirtualMachineApi virtual_machine_get_parent_v_app GET /VirtualMachine/{moId}/parentVApp Reference to the parent vApp.
VirtualMachineApi virtual_machine_get_permission GET /VirtualMachine/{moId}/permission List of permissions defined for this entity.
VirtualMachineApi virtual_machine_get_recent_task GET /VirtualMachine/{moId}/recentTask The set of recent tasks operating on this managed entity.
VirtualMachineApi virtual_machine_get_resource_config GET /VirtualMachine/{moId}/resourceConfig The resource configuration for a virtual machine.
VirtualMachineApi virtual_machine_get_resource_pool GET /VirtualMachine/{moId}/resourcePool The current resource pool that specifies resource allocation for this virtual machine.
VirtualMachineApi virtual_machine_get_root_snapshot GET /VirtualMachine/{moId}/rootSnapshot The roots of all snapshot trees for the virtual machine.
VirtualMachineApi virtual_machine_get_runtime GET /VirtualMachine/{moId}/runtime Execution state and history for this virtual machine.
VirtualMachineApi virtual_machine_get_snapshot GET /VirtualMachine/{moId}/snapshot Current snapshot and tree.
VirtualMachineApi virtual_machine_get_storage GET /VirtualMachine/{moId}/storage Storage space used by the virtual machine, split by datastore.
VirtualMachineApi virtual_machine_get_summary GET /VirtualMachine/{moId}/summary Basic information about this virtual machine.
VirtualMachineApi virtual_machine_get_tag GET /VirtualMachine/{moId}/tag The set of tags associated with this managed entity.
VirtualMachineApi virtual_machine_get_triggered_alarm_state GET /VirtualMachine/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
VirtualMachineApi virtual_machine_get_value GET /VirtualMachine/{moId}/value List of custom field values.
VirtualMachineApi virtual_machine_instant_clone_task POST /VirtualMachine/{moId}/InstantClone_Task Creates a powered-on Instant Clone of a virtual machine.
VirtualMachineApi virtual_machine_make_primary_vm_task POST /VirtualMachine/{moId}/MakePrimaryVM_Task Makes the specified secondary virtual machine from this fault tolerant group as the primary virtual machine.
VirtualMachineApi virtual_machine_mark_as_template POST /VirtualMachine/{moId}/MarkAsTemplate Marks a VirtualMachine object as being used as a template.
VirtualMachineApi virtual_machine_mark_as_virtual_machine POST /VirtualMachine/{moId}/MarkAsVirtualMachine Clears the 'isTemplate' flag and reassociates the virtual machine with a resource pool and host.
VirtualMachineApi virtual_machine_migrate_vm_task POST /VirtualMachine/{moId}/MigrateVM_Task Migrates a virtual machine's execution to a specific resource pool or host.
VirtualMachineApi virtual_machine_mount_tools_installer POST /VirtualMachine/{moId}/MountToolsInstaller Mounts the VMware Tools CD installer as a CD-ROM for the guest operating system.
VirtualMachineApi virtual_machine_power_off_vm_task POST /VirtualMachine/{moId}/PowerOffVM_Task Powers off this virtual machine.
VirtualMachineApi virtual_machine_power_on_vm_task POST /VirtualMachine/{moId}/PowerOnVM_Task Powers on this virtual machine.
VirtualMachineApi virtual_machine_promote_disks_task POST /VirtualMachine/{moId}/PromoteDisks_Task Promotes disks on this virtual machine that have delta disk backings.
VirtualMachineApi virtual_machine_put_usb_scan_codes POST /VirtualMachine/{moId}/PutUsbScanCodes Inject a sequence of USB HID scan codes into the keyboard.
VirtualMachineApi virtual_machine_query_changed_disk_areas POST /VirtualMachine/{moId}/QueryChangedDiskAreas Get a list of areas of a virtual disk belonging to this VM that have been modified since a well-defined point in the past.
VirtualMachineApi virtual_machine_query_connections POST /VirtualMachine/{moId}/QueryConnections Ask the virtual machine for a list of connections.
VirtualMachineApi virtual_machine_query_fault_tolerance_compatibility POST /VirtualMachine/{moId}/QueryFaultToleranceCompatibility This API can be invoked to determine whether a virtual machine is compatible for legacy Fault Tolerance.
VirtualMachineApi virtual_machine_query_fault_tolerance_compatibility_ex POST /VirtualMachine/{moId}/QueryFaultToleranceCompatibilityEx This API can be invoked to determine whether a virtual machine is compatible for Fault Tolerance.
VirtualMachineApi virtual_machine_query_unowned_files POST /VirtualMachine/{moId}/QueryUnownedFiles For all files that belong to the vm, check that the file owner is set to the current datastore principal user, as set by HostDatastoreSystem.ConfigureDatastorePrincipal
VirtualMachineApi virtual_machine_reboot_guest POST /VirtualMachine/{moId}/RebootGuest Issues a command to the guest operating system asking it to perform a reboot.
VirtualMachineApi virtual_machine_reconfig_vm_task POST /VirtualMachine/{moId}/ReconfigVM_Task Reconfigures this virtual machine.
VirtualMachineApi virtual_machine_refresh_storage_info POST /VirtualMachine/{moId}/RefreshStorageInfo Explicitly refreshes the storage information of this virtual machine, updating properties VirtualMachine.storage, VirtualMachine.layoutEx and VirtualMachineSummary.storage.
VirtualMachineApi virtual_machine_reload POST /VirtualMachine/{moId}/Reload Reload the entity state.
VirtualMachineApi virtual_machine_reload_virtual_machine_from_path_task POST /VirtualMachine/{moId}/reloadVirtualMachineFromPath_Task Reloads the configuration for this virtual machine from a given datastore path.
VirtualMachineApi virtual_machine_relocate_vm_task POST /VirtualMachine/{moId}/RelocateVM_Task Relocates a virtual machine to the location specified by VirtualMachineRelocateSpec.
VirtualMachineApi virtual_machine_remove_all_snapshots_task POST /VirtualMachine/{moId}/RemoveAllSnapshots_Task Remove all the snapshots associated with this virtual machine.
VirtualMachineApi virtual_machine_rename_task POST /VirtualMachine/{moId}/Rename_Task Renames this managed entity.
VirtualMachineApi virtual_machine_reset_guest_information POST /VirtualMachine/{moId}/ResetGuestInformation Clears cached guest information.
VirtualMachineApi virtual_machine_reset_vm_task POST /VirtualMachine/{moId}/ResetVM_Task Resets power on this virtual machine.
VirtualMachineApi virtual_machine_revert_to_current_snapshot_task POST /VirtualMachine/{moId}/RevertToCurrentSnapshot_Task Reverts the virtual machine to the current snapshot.
VirtualMachineApi virtual_machine_send_nmi POST /VirtualMachine/{moId}/SendNMI Send a non-maskable interrupt (NMI).
VirtualMachineApi virtual_machine_set_custom_value POST /VirtualMachine/{moId}/setCustomValue Assigns a value to a custom field.
VirtualMachineApi virtual_machine_set_display_topology POST /VirtualMachine/{moId}/SetDisplayTopology Sets the console window's display topology as specified.
VirtualMachineApi virtual_machine_set_screen_resolution POST /VirtualMachine/{moId}/SetScreenResolution Sets the console window's resolution as specified.
VirtualMachineApi virtual_machine_shutdown_guest POST /VirtualMachine/{moId}/ShutdownGuest Issues a command to the guest operating system asking it to perform a clean shutdown of all services.
VirtualMachineApi virtual_machine_standby_guest POST /VirtualMachine/{moId}/StandbyGuest Issues a command to the guest operating system asking it to prepare for a suspend operation.
VirtualMachineApi virtual_machine_start_recording_task POST /VirtualMachine/{moId}/StartRecording_Task Initiates a recording session on this virtual machine.
VirtualMachineApi virtual_machine_start_replaying_task POST /VirtualMachine/{moId}/StartReplaying_Task Starts a replay session on this virtual machine.
VirtualMachineApi virtual_machine_stop_recording_task POST /VirtualMachine/{moId}/StopRecording_Task Stops a currently active recording session on this virtual machine.
VirtualMachineApi virtual_machine_stop_replaying_task POST /VirtualMachine/{moId}/StopReplaying_Task Stops a replay session on this virtual machine.
VirtualMachineApi virtual_machine_suspend_vm_task POST /VirtualMachine/{moId}/SuspendVM_Task Suspends execution in this virtual machine.
VirtualMachineApi virtual_machine_terminate_fault_tolerant_vm_task POST /VirtualMachine/{moId}/TerminateFaultTolerantVM_Task Terminates the specified secondary virtual machine in a fault tolerant group.
VirtualMachineApi virtual_machine_terminate_vm POST /VirtualMachine/{moId}/TerminateVM Do an immediate power off of a VM.
VirtualMachineApi virtual_machine_turn_off_fault_tolerance_for_vm_task POST /VirtualMachine/{moId}/TurnOffFaultToleranceForVM_Task Removes all secondary virtual machines associated with the fault tolerant group and turns off protection for this virtual machine.
VirtualMachineApi virtual_machine_unmount_tools_installer POST /VirtualMachine/{moId}/UnmountToolsInstaller Unmounts VMware Tools installer CD.
VirtualMachineApi virtual_machine_unregister_vm POST /VirtualMachine/{moId}/UnregisterVM Removes this virtual machine from the inventory without removing any of the virtual machine's files on disk.
VirtualMachineApi virtual_machine_upgrade_tools_task POST /VirtualMachine/{moId}/UpgradeTools_Task Begins the tools upgrade process.
VirtualMachineApi virtual_machine_upgrade_vm_task POST /VirtualMachine/{moId}/UpgradeVM_Task Upgrades this virtual machine's virtual hardware to the latest revision that is supported by the virtual machine's current host.
VirtualMachineCompatibilityCheckerApi virtual_machine_compatibility_checker_check_compatibility_task POST /VirtualMachineCompatibilityChecker/{moId}/CheckCompatibility_Task Tests whether or not a virtual machine could be placed on the given host in the given resource pool.
VirtualMachineCompatibilityCheckerApi virtual_machine_compatibility_checker_check_power_on_task POST /VirtualMachineCompatibilityChecker/{moId}/CheckPowerOn_Task Tests whether the provided virtual machine can be powered on on the given host and/or resource pool.
VirtualMachineCompatibilityCheckerApi virtual_machine_compatibility_checker_check_vm_config_task POST /VirtualMachineCompatibilityChecker/{moId}/CheckVmConfig_Task Tests whether the provided virtual machine specification can be applied on the given host and resource pool.
VirtualMachineGuestCustomizationManagerApi virtual_machine_guest_customization_manager_abort_customization_task POST /VirtualMachineGuestCustomizationManager/{moId}/AbortCustomization_Task Abort any running guest customization process in the guest and remove the guest customization lock in the guest as well.
VirtualMachineGuestCustomizationManagerApi virtual_machine_guest_customization_manager_customize_guest_task POST /VirtualMachineGuestCustomizationManager/{moId}/CustomizeGuest_Task Customize a running virtual machine.
VirtualMachineGuestCustomizationManagerApi virtual_machine_guest_customization_manager_start_guest_network_task POST /VirtualMachineGuestCustomizationManager/{moId}/StartGuestNetwork_Task Start the network service in the guest, e.g.
VirtualMachineProvisioningCheckerApi virtual_machine_provisioning_checker_check_clone_task POST /VirtualMachineProvisioningChecker/{moId}/CheckClone_Task Tests the feasibility of a proposed VirtualMachine.CloneVM_Task operation.
VirtualMachineProvisioningCheckerApi virtual_machine_provisioning_checker_check_instant_clone_task POST /VirtualMachineProvisioningChecker/{moId}/CheckInstantClone_Task Tests the feasibility of a proposed VirtualMachine.InstantClone_Task operation.
VirtualMachineProvisioningCheckerApi virtual_machine_provisioning_checker_check_migrate_task POST /VirtualMachineProvisioningChecker/{moId}/CheckMigrate_Task Tests the feasibility of a proposed VirtualMachine.MigrateVM_Task operation.
VirtualMachineProvisioningCheckerApi virtual_machine_provisioning_checker_check_relocate_task POST /VirtualMachineProvisioningChecker/{moId}/CheckRelocate_Task Tests the feasibility of a proposed VirtualMachine.RelocateVM_Task operation.
VirtualMachineProvisioningCheckerApi virtual_machine_provisioning_checker_query_v_motion_compatibility_ex_task POST /VirtualMachineProvisioningChecker/{moId}/QueryVMotionCompatibilityEx_Task Investigates the general VMotion compatibility of a set of virtual machines with a set of hosts.
VirtualMachineSnapshotApi virtual_machine_snapshot_export_snapshot POST /VirtualMachineSnapshot/{moId}/ExportSnapshot Obtains an export lease on this snapshot.
VirtualMachineSnapshotApi virtual_machine_snapshot_get_available_field GET /VirtualMachineSnapshot/{moId}/availableField List of custom field definitions that are valid for the object's type.
VirtualMachineSnapshotApi virtual_machine_snapshot_get_child_snapshot GET /VirtualMachineSnapshot/{moId}/childSnapshot All snapshots for which this snapshot is the parent.
VirtualMachineSnapshotApi virtual_machine_snapshot_get_config GET /VirtualMachineSnapshot/{moId}/config Information about the configuration of this virtual machine when this snapshot was taken.
VirtualMachineSnapshotApi virtual_machine_snapshot_get_value GET /VirtualMachineSnapshot/{moId}/value List of custom field values.
VirtualMachineSnapshotApi virtual_machine_snapshot_get_vm GET /VirtualMachineSnapshot/{moId}/vm The virtual machine for which the snapshot was taken.
VirtualMachineSnapshotApi virtual_machine_snapshot_remove_snapshot_task POST /VirtualMachineSnapshot/{moId}/RemoveSnapshot_Task Removes this snapshot and deletes any associated storage.
VirtualMachineSnapshotApi virtual_machine_snapshot_rename_snapshot POST /VirtualMachineSnapshot/{moId}/RenameSnapshot Rename this snapshot with either a new name or a new description or both.
VirtualMachineSnapshotApi virtual_machine_snapshot_revert_to_snapshot_task POST /VirtualMachineSnapshot/{moId}/RevertToSnapshot_Task Change the execution state of the virtual machine to the state of this snapshot.
VirtualMachineSnapshotApi virtual_machine_snapshot_set_custom_value POST /VirtualMachineSnapshot/{moId}/setCustomValue Assigns a value to a custom field.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_add_dv_portgroup_task POST /VmwareDistributedVirtualSwitch/{moId}/AddDVPortgroup_Task Creates one or more DistributedVirtualPortgroups and adds them to the distributed virtual switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_add_network_resource_pool POST /VmwareDistributedVirtualSwitch/{moId}/AddNetworkResourcePool Add a network resource pool.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_create_dv_portgroup_task POST /VmwareDistributedVirtualSwitch/{moId}/CreateDVPortgroup_Task Creates a single DistributedVirtualPortgroup and adds it to the distributed virtual switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_destroy_task POST /VmwareDistributedVirtualSwitch/{moId}/Destroy_Task Destroys this object, deleting its contents and removing it from its parent folder (if any).
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_dvs_reconfigure_vm_vnic_network_resource_pool_task POST /VmwareDistributedVirtualSwitch/{moId}/DvsReconfigureVmVnicNetworkResourcePool_Task reconfigure the Virtual NIC network resource pool configuration.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_dvs_rollback_task POST /VmwareDistributedVirtualSwitch/{moId}/DVSRollback_Task This method determines if the distributed virtual switch configuration has changed.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_enable_network_resource_management POST /VmwareDistributedVirtualSwitch/{moId}/EnableNetworkResourceManagement Enable/Disable network I/O control on the vSphere Distributed Switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_fetch_dv_port_keys POST /VmwareDistributedVirtualSwitch/{moId}/FetchDVPortKeys Return the keys of ports that meet the criteria.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_fetch_dv_ports POST /VmwareDistributedVirtualSwitch/{moId}/FetchDVPorts Return the ports that meet the criteria.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_alarm_actions_enabled GET /VmwareDistributedVirtualSwitch/{moId}/alarmActionsEnabled Whether alarm actions are enabled for this entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_available_field GET /VmwareDistributedVirtualSwitch/{moId}/availableField List of custom field definitions that are valid for the object's type.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_capability GET /VmwareDistributedVirtualSwitch/{moId}/capability Capability of the switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_config GET /VmwareDistributedVirtualSwitch/{moId}/config Switch configuration data.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_config_issue GET /VmwareDistributedVirtualSwitch/{moId}/configIssue Current configuration issues that have been detected for this entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_config_status GET /VmwareDistributedVirtualSwitch/{moId}/configStatus The configStatus indicates whether or not the system has detected a configuration issue involving this entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_custom_value GET /VmwareDistributedVirtualSwitch/{moId}/customValue Custom field values.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_declared_alarm_state GET /VmwareDistributedVirtualSwitch/{moId}/declaredAlarmState A set of alarm states for alarms that apply to this managed entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_disabled_method GET /VmwareDistributedVirtualSwitch/{moId}/disabledMethod List of operations that are disabled, given the current runtime state of the entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_effective_role GET /VmwareDistributedVirtualSwitch/{moId}/effectiveRole Access rights the current session has to this entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_name GET /VmwareDistributedVirtualSwitch/{moId}/name Name of this entity, unique relative to its parent.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_network_resource_pool GET /VmwareDistributedVirtualSwitch/{moId}/networkResourcePool Network resource pool information for the switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_overall_status GET /VmwareDistributedVirtualSwitch/{moId}/overallStatus General health of this managed entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_parent GET /VmwareDistributedVirtualSwitch/{moId}/parent Parent of this entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_permission GET /VmwareDistributedVirtualSwitch/{moId}/permission List of permissions defined for this entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_portgroup GET /VmwareDistributedVirtualSwitch/{moId}/portgroup Portgroups that are defined on the switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_recent_task GET /VmwareDistributedVirtualSwitch/{moId}/recentTask The set of recent tasks operating on this managed entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_runtime GET /VmwareDistributedVirtualSwitch/{moId}/runtime Runtime information of the distributed virtual switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_summary GET /VmwareDistributedVirtualSwitch/{moId}/summary Summary of the switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_tag GET /VmwareDistributedVirtualSwitch/{moId}/tag The set of tags associated with this managed entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_triggered_alarm_state GET /VmwareDistributedVirtualSwitch/{moId}/triggeredAlarmState A set of alarm states for alarms triggered by this entity or by its descendants.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_uuid GET /VmwareDistributedVirtualSwitch/{moId}/uuid Generated UUID of the switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_get_value GET /VmwareDistributedVirtualSwitch/{moId}/value List of custom field values.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_lookup_dv_port_group POST /VmwareDistributedVirtualSwitch/{moId}/LookupDvPortGroup Returns the portgroup identified by the key within this VDS.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_merge_dvs_task POST /VmwareDistributedVirtualSwitch/{moId}/MergeDvs_Task Merge an existing DistributedVirtualSwitch (source) to this switch (destination).
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_move_dv_port_task POST /VmwareDistributedVirtualSwitch/{moId}/MoveDVPort_Task Move the ports out of their current portgroup into the specified portgroup.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_perform_dvs_product_spec_operation_task POST /VmwareDistributedVirtualSwitch/{moId}/PerformDvsProductSpecOperation_Task This method updates the DistributedVirtualSwitch product specifications.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_query_used_vlan_id_in_dvs POST /VmwareDistributedVirtualSwitch/{moId}/QueryUsedVlanIdInDvs Return the used VLAN ID (PVLAN excluded) in the switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_reconfigure_dv_port_task POST /VmwareDistributedVirtualSwitch/{moId}/ReconfigureDVPort_Task Reconfigure individual ports.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_reconfigure_dvs_task POST /VmwareDistributedVirtualSwitch/{moId}/ReconfigureDvs_Task Reconfigures a distributed virtual switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_rectify_dvs_host_task POST /VmwareDistributedVirtualSwitch/{moId}/RectifyDvsHost_Task Update the switch configuration on the host to bring them in sync with the current configuration in vCenter Server.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_refresh_dv_port_state POST /VmwareDistributedVirtualSwitch/{moId}/RefreshDVPortState Refresh port states.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_reload POST /VmwareDistributedVirtualSwitch/{moId}/Reload Reload the entity state.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_remove_network_resource_pool POST /VmwareDistributedVirtualSwitch/{moId}/RemoveNetworkResourcePool Remove a network resource pool.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_rename_task POST /VmwareDistributedVirtualSwitch/{moId}/Rename_Task Renames this managed entity.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_set_custom_value POST /VmwareDistributedVirtualSwitch/{moId}/setCustomValue Assigns a value to a custom field.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_update_dvs_capability POST /VmwareDistributedVirtualSwitch/{moId}/UpdateDvsCapability Set the capability of the switch.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_update_dvs_health_check_config_task POST /VmwareDistributedVirtualSwitch/{moId}/UpdateDVSHealthCheckConfig_Task Update health check configuration.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_update_dvs_lacp_group_config_task POST /VmwareDistributedVirtualSwitch/{moId}/UpdateDVSLacpGroupConfig_Task Update Link Aggregation Control Protocol groups.
VmwareDistributedVirtualSwitchApi vmware_distributed_virtual_switch_update_network_resource_pool POST /VmwareDistributedVirtualSwitch/{moId}/UpdateNetworkResourcePool Update the network resource pool configuration.
VsanUpgradeSystemApi vsan_upgrade_system_perform_vsan_upgrade_preflight_check POST /VsanUpgradeSystem/{moId}/PerformVsanUpgradePreflightCheck Perform an upgrade pre-flight check on a cluster.
VsanUpgradeSystemApi vsan_upgrade_system_perform_vsan_upgrade_task POST /VsanUpgradeSystem/{moId}/PerformVsanUpgrade_Task Start VSAN on-disk format upgrade process on a particular cluster.
VsanUpgradeSystemApi vsan_upgrade_system_query_vsan_upgrade_status POST /VsanUpgradeSystem/{moId}/QueryVsanUpgradeStatus Retrieve the latest status of a running, or the previously completed, upgrade process.

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

Session

  • Type: API key
  • API key parameter name: vmware-api-session-id
  • Location: HTTP header

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vmware_vi-8.0.1.0.tar.gz (2.8 MB view hashes)

Uploaded Source

Built Distribution

vmware_vi-8.0.1.0-py3-none-any.whl (11.3 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page