Skip to content

ategaw-cisco/intersight-python

This branch is 2 commits ahead of, 34 commits behind CiscoUcs/intersight-python:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
Jan 3, 2018
Aug 31, 2018
Nov 28, 2018
Feb 12, 2018
Jan 3, 2018
Jan 3, 2018
Dec 26, 2017
Nov 28, 2018
Dec 26, 2017
Nov 28, 2018
Nov 28, 2018
Dec 26, 2017
Dec 26, 2017

Repository files navigation

intersight

This is Intersight REST API

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.0.9-262
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import intersight 

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 intersight

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import intersight
from intersight.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = intersight.AaaAuditRecordApi()
count = true # bool | The $count query option allows clients to request a count of the matching resources. (optional)
inlinecount = 'inlinecount_example' # str | The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response (optional)
top = 56 # int | The max number of records to return (optional)
skip = 56 # int | The number of records to skip (optional)
filter = 'filter_example' # str | Filter criteria for records to return. A URI with a $filter System Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in $filter operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type System section. Query examples: $filter=Name eq 'Bob' $filter=Tags/any(t: t/Key eq 'Site') $filter=Tags/any(t: t/Key eq 'Site' and t/Value eq 'London')  (optional)
select = 'select_example' # str | Specifies a subset of properties to return (optional)
orderby = 'orderby_example' # str | Determines what values are used to order a collection of records (optional)
expand = 'expand_example' # str | Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames  (optional)
apply = 'apply_example' # str | Specify one or more transformation operations to perform aggregation on records. The transformations are processed in order with the output from a transformation being used as input for the subsequent transformation. Query examples: $apply=groupby((Model), aggregate($count as Total)) $apply=groupby((Model), aggregate(AvailableMemory with average as AverageAvailableMemory))  (optional)
at = 'at_example' # str | Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for records to return. A URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type System section. Query examples: at=VersionType eq 'Configured' at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'  (optional)

try:
    # Get a list of 'aaaAuditRecord' instances
    api_response = api_instance.aaa_audit_records_get(count=count, inlinecount=inlinecount, top=top, skip=skip, filter=filter, select=select, orderby=orderby, expand=expand, apply=apply, at=at)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling AaaAuditRecordApi->aaa_audit_records_get: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://intersight.com/api/v1

Class Method HTTP request Description
AaaAuditRecordApi aaa_audit_records_get GET /aaa/AuditRecords Get a list of 'aaaAuditRecord' instances
AaaAuditRecordApi aaa_audit_records_moid_get GET /aaa/AuditRecords/{moid} Get a specific instance of 'aaaAuditRecord'
AdapterExtEthInterfaceApi adapter_ext_eth_interfaces_get GET /adapter/ExtEthInterfaces Get a list of 'adapterExtEthInterface' instances
AdapterExtEthInterfaceApi adapter_ext_eth_interfaces_moid_get GET /adapter/ExtEthInterfaces/{moid} Get a specific instance of 'adapterExtEthInterface'
AdapterHostEthInterfaceApi adapter_host_eth_interfaces_get GET /adapter/HostEthInterfaces Get a list of 'adapterHostEthInterface' instances
AdapterHostEthInterfaceApi adapter_host_eth_interfaces_moid_get GET /adapter/HostEthInterfaces/{moid} Get a specific instance of 'adapterHostEthInterface'
AdapterHostFcInterfaceApi adapter_host_fc_interfaces_get GET /adapter/HostFcInterfaces Get a list of 'adapterHostFcInterface' instances
AdapterHostFcInterfaceApi adapter_host_fc_interfaces_moid_get GET /adapter/HostFcInterfaces/{moid} Get a specific instance of 'adapterHostFcInterface'
AdapterHostIscsiInterfaceApi adapter_host_iscsi_interfaces_get GET /adapter/HostIscsiInterfaces Get a list of 'adapterHostIscsiInterface' instances
AdapterHostIscsiInterfaceApi adapter_host_iscsi_interfaces_moid_get GET /adapter/HostIscsiInterfaces/{moid} Get a specific instance of 'adapterHostIscsiInterface'
AdapterUnitApi adapter_units_get GET /adapter/Units Get a list of 'adapterUnit' instances
AdapterUnitApi adapter_units_moid_get GET /adapter/Units/{moid} Get a specific instance of 'adapterUnit'
AssetClusterMemberApi asset_cluster_members_get GET /asset/ClusterMembers Get a list of 'assetClusterMember' instances
AssetClusterMemberApi asset_cluster_members_moid_get GET /asset/ClusterMembers/{moid} Get a specific instance of 'assetClusterMember'
AssetDeviceClaimApi asset_device_claims_moid_delete DELETE /asset/DeviceClaims/{moid} Delete an instance of 'assetDeviceClaim'
AssetDeviceClaimApi asset_device_claims_post POST /asset/DeviceClaims Create an instance of 'assetDeviceClaim'
AssetDeviceConfigurationApi asset_device_configurations_get GET /asset/DeviceConfigurations Get a list of 'assetDeviceConfiguration' instances
AssetDeviceConfigurationApi asset_device_configurations_moid_get GET /asset/DeviceConfigurations/{moid} Get a specific instance of 'assetDeviceConfiguration'
AssetDeviceConfigurationApi asset_device_configurations_moid_patch PATCH /asset/DeviceConfigurations/{moid} Update an instance of 'assetDeviceConfiguration'
AssetDeviceConfigurationApi asset_device_configurations_moid_post POST /asset/DeviceConfigurations/{moid} Update an instance of 'assetDeviceConfiguration'
AssetDeviceRegistrationApi asset_device_registrations_get GET /asset/DeviceRegistrations Get a list of 'assetDeviceRegistration' instances
AssetDeviceRegistrationApi asset_device_registrations_moid_delete DELETE /asset/DeviceRegistrations/{moid} Deletes the resource representing the device connector. All associated REST resources will be deleted. In particular, inventory and operational data associated with this device will be deleted.
AssetDeviceRegistrationApi asset_device_registrations_moid_get GET /asset/DeviceRegistrations/{moid} Get a specific instance of 'assetDeviceRegistration'
AssetDeviceRegistrationApi asset_device_registrations_moid_patch PATCH /asset/DeviceRegistrations/{moid} Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags.
AssetDeviceRegistrationApi asset_device_registrations_moid_post POST /asset/DeviceRegistrations/{moid} Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags.
BiosPolicyApi bios_policies_get GET /bios/Policies Get a list of 'biosPolicy' instances
BiosPolicyApi bios_policies_moid_delete DELETE /bios/Policies/{moid} Delete an instance of 'biosPolicy'
BiosPolicyApi bios_policies_moid_get GET /bios/Policies/{moid} Get a specific instance of 'biosPolicy'
BiosPolicyApi bios_policies_moid_patch PATCH /bios/Policies/{moid} Update an instance of 'biosPolicy'
BiosPolicyApi bios_policies_moid_post POST /bios/Policies/{moid} Update an instance of 'biosPolicy'
BiosPolicyApi bios_policies_post POST /bios/Policies Create an instance of 'biosPolicy'
BiosUnitApi bios_units_get GET /bios/Units Get a list of 'biosUnit' instances
BiosUnitApi bios_units_moid_get GET /bios/Units/{moid} Get a specific instance of 'biosUnit'
BiosUnitApi bios_units_moid_patch PATCH /bios/Units/{moid} Update an instance of 'biosUnit'
BiosUnitApi bios_units_moid_post POST /bios/Units/{moid} Update an instance of 'biosUnit'
BootPrecisionPolicyApi boot_precision_policies_get GET /boot/PrecisionPolicies Get a list of 'bootPrecisionPolicy' instances
BootPrecisionPolicyApi boot_precision_policies_moid_delete DELETE /boot/PrecisionPolicies/{moid} Delete an instance of 'bootPrecisionPolicy'
BootPrecisionPolicyApi boot_precision_policies_moid_get GET /boot/PrecisionPolicies/{moid} Get a specific instance of 'bootPrecisionPolicy'
BootPrecisionPolicyApi boot_precision_policies_moid_patch PATCH /boot/PrecisionPolicies/{moid} Update an instance of 'bootPrecisionPolicy'
BootPrecisionPolicyApi boot_precision_policies_moid_post POST /boot/PrecisionPolicies/{moid} Update an instance of 'bootPrecisionPolicy'
BootPrecisionPolicyApi boot_precision_policies_post POST /boot/PrecisionPolicies Create an instance of 'bootPrecisionPolicy'
ComputeBladeApi compute_blades_get GET /compute/Blades Get a list of 'computeBlade' instances
ComputeBladeApi compute_blades_moid_get GET /compute/Blades/{moid} Get a specific instance of 'computeBlade'
ComputeBladeApi compute_blades_moid_patch PATCH /compute/Blades/{moid} Update an instance of 'computeBlade'
ComputeBladeApi compute_blades_moid_post POST /compute/Blades/{moid} Update an instance of 'computeBlade'
ComputeBoardApi compute_boards_get GET /compute/Boards Get a list of 'computeBoard' instances
ComputeBoardApi compute_boards_moid_get GET /compute/Boards/{moid} Get a specific instance of 'computeBoard'
ComputeBoardApi compute_boards_moid_patch PATCH /compute/Boards/{moid} Update an instance of 'computeBoard'
ComputeBoardApi compute_boards_moid_post POST /compute/Boards/{moid} Update an instance of 'computeBoard'
ComputePhysicalSummaryApi compute_physical_summaries_get GET /compute/PhysicalSummaries Get a list of 'computePhysicalSummary' instances
ComputePhysicalSummaryApi compute_physical_summaries_moid_get GET /compute/PhysicalSummaries/{moid} Get a specific instance of 'computePhysicalSummary'
ComputeRackUnitApi compute_rack_units_get GET /compute/RackUnits Get a list of 'computeRackUnit' instances
ComputeRackUnitApi compute_rack_units_moid_get GET /compute/RackUnits/{moid} Get a specific instance of 'computeRackUnit'
ComputeRackUnitApi compute_rack_units_moid_patch PATCH /compute/RackUnits/{moid} Update an instance of 'computeRackUnit'
ComputeRackUnitApi compute_rack_units_moid_post POST /compute/RackUnits/{moid} Update an instance of 'computeRackUnit'
ComputeServerSettingApi compute_server_settings_get GET /compute/ServerSettings Get a list of 'computeServerSetting' instances
ComputeServerSettingApi compute_server_settings_moid_get GET /compute/ServerSettings/{moid} Get a specific instance of 'computeServerSetting'
ComputeServerSettingApi compute_server_settings_moid_patch PATCH /compute/ServerSettings/{moid} Update an instance of 'computeServerSetting'
ComputeServerSettingApi compute_server_settings_moid_post POST /compute/ServerSettings/{moid} Update an instance of 'computeServerSetting'
CondAlarmApi cond_alarms_get GET /cond/Alarms Get a list of 'condAlarm' instances
CondAlarmApi cond_alarms_moid_get GET /cond/Alarms/{moid} Get a specific instance of 'condAlarm'
CondHclStatusApi cond_hcl_statuses_get GET /cond/HclStatuses Get a list of 'condHclStatus' instances
CondHclStatusApi cond_hcl_statuses_moid_get GET /cond/HclStatuses/{moid} Get a specific instance of 'condHclStatus'
CondHclStatusDetailApi cond_hcl_status_details_get GET /cond/HclStatusDetails Get a list of 'condHclStatusDetail' instances
CondHclStatusDetailApi cond_hcl_status_details_moid_get GET /cond/HclStatusDetails/{moid} Get a specific instance of 'condHclStatusDetail'
CondHclStatusJobApi cond_hcl_status_jobs_get GET /cond/HclStatusJobs Get a list of 'condHclStatusJob' instances
CondHclStatusJobApi cond_hcl_status_jobs_moid_get GET /cond/HclStatusJobs/{moid} Get a specific instance of 'condHclStatusJob'
CryptEncryptionTokenApi crypt_encryption_tokens_get GET /crypt/EncryptionTokens Get a list of 'cryptEncryptionToken' instances
CryptEncryptionTokenApi crypt_encryption_tokens_moid_get GET /crypt/EncryptionTokens/{moid} Get a specific instance of 'cryptEncryptionToken'
CryptEncryptionTokenApi crypt_encryption_tokens_moid_patch PATCH /crypt/EncryptionTokens/{moid} Update an instance of 'cryptEncryptionToken'
CryptEncryptionTokenApi crypt_encryption_tokens_moid_post POST /crypt/EncryptionTokens/{moid} Update an instance of 'cryptEncryptionToken'
CvdDeploymentTaskApi cvd_deployment_tasks_get GET /cvd/DeploymentTasks Get a list of 'cvdDeploymentTask' instances
CvdDeploymentTaskApi cvd_deployment_tasks_moid_delete DELETE /cvd/DeploymentTasks/{moid} Delete an instance of 'cvdDeploymentTask'
CvdDeploymentTaskApi cvd_deployment_tasks_moid_get GET /cvd/DeploymentTasks/{moid} Get a specific instance of 'cvdDeploymentTask'
CvdDeploymentTaskApi cvd_deployment_tasks_moid_patch PATCH /cvd/DeploymentTasks/{moid} Update an instance of 'cvdDeploymentTask'
CvdDeploymentTaskApi cvd_deployment_tasks_moid_post POST /cvd/DeploymentTasks/{moid} Update an instance of 'cvdDeploymentTask'
CvdDeploymentTaskApi cvd_deployment_tasks_post POST /cvd/DeploymentTasks Create an instance of 'cvdDeploymentTask'
CvdTemplateApi cvd_templates_get GET /cvd/Templates Get a list of 'cvdTemplate' instances
CvdTemplateApi cvd_templates_moid_delete DELETE /cvd/Templates/{moid} Delete an instance of 'cvdTemplate'
CvdTemplateApi cvd_templates_moid_get GET /cvd/Templates/{moid} Get a specific instance of 'cvdTemplate'
CvdTemplateApi cvd_templates_moid_patch PATCH /cvd/Templates/{moid} Update an instance of 'cvdTemplate'
CvdTemplateApi cvd_templates_moid_post POST /cvd/Templates/{moid} Update an instance of 'cvdTemplate'
CvdTemplateApi cvd_templates_post POST /cvd/Templates Create an instance of 'cvdTemplate'
CvdValidationTaskApi cvd_validation_tasks_get GET /cvd/ValidationTasks Get a list of 'cvdValidationTask' instances
CvdValidationTaskApi cvd_validation_tasks_moid_delete DELETE /cvd/ValidationTasks/{moid} Delete an instance of 'cvdValidationTask'
CvdValidationTaskApi cvd_validation_tasks_moid_get GET /cvd/ValidationTasks/{moid} Get a specific instance of 'cvdValidationTask'
CvdValidationTaskApi cvd_validation_tasks_moid_patch PATCH /cvd/ValidationTasks/{moid} Update an instance of 'cvdValidationTask'
CvdValidationTaskApi cvd_validation_tasks_moid_post POST /cvd/ValidationTasks/{moid} Update an instance of 'cvdValidationTask'
CvdValidationTaskApi cvd_validation_tasks_post POST /cvd/ValidationTasks Create an instance of 'cvdValidationTask'
DeviceconnectorPolicyApi deviceconnector_policies_get GET /deviceconnector/Policies Get a list of 'deviceconnectorPolicy' instances
DeviceconnectorPolicyApi deviceconnector_policies_moid_delete DELETE /deviceconnector/Policies/{moid} Delete an instance of 'deviceconnectorPolicy'
DeviceconnectorPolicyApi deviceconnector_policies_moid_get GET /deviceconnector/Policies/{moid} Get a specific instance of 'deviceconnectorPolicy'
DeviceconnectorPolicyApi deviceconnector_policies_moid_patch PATCH /deviceconnector/Policies/{moid} Update an instance of 'deviceconnectorPolicy'
DeviceconnectorPolicyApi deviceconnector_policies_moid_post POST /deviceconnector/Policies/{moid} Update an instance of 'deviceconnectorPolicy'
DeviceconnectorPolicyApi deviceconnector_policies_post POST /deviceconnector/Policies Create an instance of 'deviceconnectorPolicy'
DeviceinfoSerialNumberInfoApi deviceinfo_serial_number_infos_get GET /deviceinfo/SerialNumberInfos Get a list of 'deviceinfoSerialNumberInfo' instances
DeviceinfoSerialNumberInfoApi deviceinfo_serial_number_infos_moid_get GET /deviceinfo/SerialNumberInfos/{moid} Get a specific instance of 'deviceinfoSerialNumberInfo'
EquipmentChassisApi equipment_chasses_get GET /equipment/Chasses Get a list of 'equipmentChassis' instances
EquipmentChassisApi equipment_chasses_moid_get GET /equipment/Chasses/{moid} Get a specific instance of 'equipmentChassis'
EquipmentChassisApi equipment_chasses_moid_patch PATCH /equipment/Chasses/{moid} Update an instance of 'equipmentChassis'
EquipmentChassisApi equipment_chasses_moid_post POST /equipment/Chasses/{moid} Update an instance of 'equipmentChassis'
EquipmentDeviceSummaryApi equipment_device_summaries_get GET /equipment/DeviceSummaries Get a list of 'equipmentDeviceSummary' instances
EquipmentDeviceSummaryApi equipment_device_summaries_moid_get GET /equipment/DeviceSummaries/{moid} Get a specific instance of 'equipmentDeviceSummary'
EquipmentFanApi equipment_fans_get GET /equipment/Fans Get a list of 'equipmentFan' instances
EquipmentFanApi equipment_fans_moid_get GET /equipment/Fans/{moid} Get a specific instance of 'equipmentFan'
EquipmentFanApi equipment_fans_moid_patch PATCH /equipment/Fans/{moid} Update an instance of 'equipmentFan'
EquipmentFanApi equipment_fans_moid_post POST /equipment/Fans/{moid} Update an instance of 'equipmentFan'
EquipmentFanModuleApi equipment_fan_modules_get GET /equipment/FanModules Get a list of 'equipmentFanModule' instances
EquipmentFanModuleApi equipment_fan_modules_moid_get GET /equipment/FanModules/{moid} Get a specific instance of 'equipmentFanModule'
EquipmentFanModuleApi equipment_fan_modules_moid_patch PATCH /equipment/FanModules/{moid} Update an instance of 'equipmentFanModule'
EquipmentFanModuleApi equipment_fan_modules_moid_post POST /equipment/FanModules/{moid} Update an instance of 'equipmentFanModule'
EquipmentFexApi equipment_fexes_get GET /equipment/Fexes Get a list of 'equipmentFex' instances
EquipmentFexApi equipment_fexes_moid_get GET /equipment/Fexes/{moid} Get a specific instance of 'equipmentFex'
EquipmentFexApi equipment_fexes_moid_patch PATCH /equipment/Fexes/{moid} Update an instance of 'equipmentFex'
EquipmentFexApi equipment_fexes_moid_post POST /equipment/Fexes/{moid} Update an instance of 'equipmentFex'
EquipmentIoCardApi equipment_io_cards_get GET /equipment/IoCards Get a list of 'equipmentIoCard' instances
EquipmentIoCardApi equipment_io_cards_moid_get GET /equipment/IoCards/{moid} Get a specific instance of 'equipmentIoCard'
EquipmentIoCardApi equipment_io_cards_moid_patch PATCH /equipment/IoCards/{moid} Update an instance of 'equipmentIoCard'
EquipmentIoCardApi equipment_io_cards_moid_post POST /equipment/IoCards/{moid} Update an instance of 'equipmentIoCard'
EquipmentIoExpanderApi equipment_io_expanders_get GET /equipment/IoExpanders Get a list of 'equipmentIoExpander' instances
EquipmentIoExpanderApi equipment_io_expanders_moid_get GET /equipment/IoExpanders/{moid} Get a specific instance of 'equipmentIoExpander'
EquipmentIoExpanderApi equipment_io_expanders_moid_patch PATCH /equipment/IoExpanders/{moid} Update an instance of 'equipmentIoExpander'
EquipmentIoExpanderApi equipment_io_expanders_moid_post POST /equipment/IoExpanders/{moid} Update an instance of 'equipmentIoExpander'
EquipmentLocatorLedApi equipment_locator_leds_get GET /equipment/LocatorLeds Get a list of 'equipmentLocatorLed' instances
EquipmentLocatorLedApi equipment_locator_leds_moid_get GET /equipment/LocatorLeds/{moid} Get a specific instance of 'equipmentLocatorLed'
EquipmentLocatorLedApi equipment_locator_leds_moid_patch PATCH /equipment/LocatorLeds/{moid} Update an instance of 'equipmentLocatorLed'
EquipmentLocatorLedApi equipment_locator_leds_moid_post POST /equipment/LocatorLeds/{moid} Update an instance of 'equipmentLocatorLed'
EquipmentPsuApi equipment_psus_get GET /equipment/Psus Get a list of 'equipmentPsu' instances
EquipmentPsuApi equipment_psus_moid_get GET /equipment/Psus/{moid} Get a specific instance of 'equipmentPsu'
EquipmentPsuApi equipment_psus_moid_patch PATCH /equipment/Psus/{moid} Update an instance of 'equipmentPsu'
EquipmentPsuApi equipment_psus_moid_post POST /equipment/Psus/{moid} Update an instance of 'equipmentPsu'
EquipmentRackEnclosureApi equipment_rack_enclosures_get GET /equipment/RackEnclosures Get a list of 'equipmentRackEnclosure' instances
EquipmentRackEnclosureApi equipment_rack_enclosures_moid_get GET /equipment/RackEnclosures/{moid} Get a specific instance of 'equipmentRackEnclosure'
EquipmentRackEnclosureApi equipment_rack_enclosures_moid_patch PATCH /equipment/RackEnclosures/{moid} Update an instance of 'equipmentRackEnclosure'
EquipmentRackEnclosureApi equipment_rack_enclosures_moid_post POST /equipment/RackEnclosures/{moid} Update an instance of 'equipmentRackEnclosure'
EquipmentRackEnclosureSlotApi equipment_rack_enclosure_slots_get GET /equipment/RackEnclosureSlots Get a list of 'equipmentRackEnclosureSlot' instances
EquipmentRackEnclosureSlotApi equipment_rack_enclosure_slots_moid_get GET /equipment/RackEnclosureSlots/{moid} Get a specific instance of 'equipmentRackEnclosureSlot'
EquipmentRackEnclosureSlotApi equipment_rack_enclosure_slots_moid_patch PATCH /equipment/RackEnclosureSlots/{moid} Update an instance of 'equipmentRackEnclosureSlot'
EquipmentRackEnclosureSlotApi equipment_rack_enclosure_slots_moid_post POST /equipment/RackEnclosureSlots/{moid} Update an instance of 'equipmentRackEnclosureSlot'
EquipmentSwitchCardApi equipment_switch_cards_get GET /equipment/SwitchCards Get a list of 'equipmentSwitchCard' instances
EquipmentSwitchCardApi equipment_switch_cards_moid_get GET /equipment/SwitchCards/{moid} Get a specific instance of 'equipmentSwitchCard'
EquipmentSwitchCardApi equipment_switch_cards_moid_patch PATCH /equipment/SwitchCards/{moid} Update an instance of 'equipmentSwitchCard'
EquipmentSwitchCardApi equipment_switch_cards_moid_post POST /equipment/SwitchCards/{moid} Update an instance of 'equipmentSwitchCard'
EquipmentSystemIoControllerApi equipment_system_io_controllers_get GET /equipment/SystemIoControllers Get a list of 'equipmentSystemIoController' instances
EquipmentSystemIoControllerApi equipment_system_io_controllers_moid_get GET /equipment/SystemIoControllers/{moid} Get a specific instance of 'equipmentSystemIoController'
EquipmentSystemIoControllerApi equipment_system_io_controllers_moid_patch PATCH /equipment/SystemIoControllers/{moid} Update an instance of 'equipmentSystemIoController'
EquipmentSystemIoControllerApi equipment_system_io_controllers_moid_post POST /equipment/SystemIoControllers/{moid} Update an instance of 'equipmentSystemIoController'
EquipmentTpmApi equipment_tpms_get GET /equipment/Tpms Get a list of 'equipmentTpm' instances
EquipmentTpmApi equipment_tpms_moid_get GET /equipment/Tpms/{moid} Get a specific instance of 'equipmentTpm'
EquipmentTpmApi equipment_tpms_moid_patch PATCH /equipment/Tpms/{moid} Update an instance of 'equipmentTpm'
EquipmentTpmApi equipment_tpms_moid_post POST /equipment/Tpms/{moid} Update an instance of 'equipmentTpm'
EtherPhysicalPortApi ether_physical_ports_get GET /ether/PhysicalPorts Get a list of 'etherPhysicalPort' instances
EtherPhysicalPortApi ether_physical_ports_moid_get GET /ether/PhysicalPorts/{moid} Get a specific instance of 'etherPhysicalPort'
EtherPhysicalPortApi ether_physical_ports_moid_patch PATCH /ether/PhysicalPorts/{moid} Update an instance of 'etherPhysicalPort'
EtherPhysicalPortApi ether_physical_ports_moid_post POST /ether/PhysicalPorts/{moid} Update an instance of 'etherPhysicalPort'
FaultInstanceApi fault_instances_get GET /fault/Instances Get a list of 'faultInstance' instances
FaultInstanceApi fault_instances_moid_get GET /fault/Instances/{moid} Get a specific instance of 'faultInstance'
FaultInstanceApi fault_instances_moid_patch PATCH /fault/Instances/{moid} Update an instance of 'faultInstance'
FaultInstanceApi fault_instances_moid_post POST /fault/Instances/{moid} Update an instance of 'faultInstance'
FcPhysicalPortApi fc_physical_ports_get GET /fc/PhysicalPorts Get a list of 'fcPhysicalPort' instances
FcPhysicalPortApi fc_physical_ports_moid_get GET /fc/PhysicalPorts/{moid} Get a specific instance of 'fcPhysicalPort'
FcPhysicalPortApi fc_physical_ports_moid_patch PATCH /fc/PhysicalPorts/{moid} Update an instance of 'fcPhysicalPort'
FcPhysicalPortApi fc_physical_ports_moid_post POST /fc/PhysicalPorts/{moid} Update an instance of 'fcPhysicalPort'
FeedbackFeedbackPostApi feedback_feedback_posts_post POST /feedback/FeedbackPosts Create an instance of 'feedbackFeedbackPost'
FirmwareDistributableApi firmware_distributables_get GET /firmware/Distributables Get a list of 'firmwareDistributable' instances
FirmwareDistributableApi firmware_distributables_moid_get GET /firmware/Distributables/{moid} Get a specific instance of 'firmwareDistributable'
FirmwareEulaApi firmware_eulas_get GET /firmware/Eulas Get a list of 'firmwareEula' instances
FirmwareEulaApi firmware_eulas_moid_get GET /firmware/Eulas/{moid} Get a specific instance of 'firmwareEula'
FirmwareEulaApi firmware_eulas_post POST /firmware/Eulas Create an instance of 'firmwareEula'
FirmwareRunningFirmwareApi firmware_running_firmwares_get GET /firmware/RunningFirmwares Get a list of 'firmwareRunningFirmware' instances
FirmwareRunningFirmwareApi firmware_running_firmwares_moid_get GET /firmware/RunningFirmwares/{moid} Get a specific instance of 'firmwareRunningFirmware'
FirmwareRunningFirmwareApi firmware_running_firmwares_moid_patch PATCH /firmware/RunningFirmwares/{moid} Update an instance of 'firmwareRunningFirmware'
FirmwareRunningFirmwareApi firmware_running_firmwares_moid_post POST /firmware/RunningFirmwares/{moid} Update an instance of 'firmwareRunningFirmware'
FirmwareUpgradeApi firmware_upgrades_get GET /firmware/Upgrades Get a list of 'firmwareUpgrade' instances
FirmwareUpgradeApi firmware_upgrades_moid_delete DELETE /firmware/Upgrades/{moid} Delete an instance of 'firmwareUpgrade'
FirmwareUpgradeApi firmware_upgrades_moid_get GET /firmware/Upgrades/{moid} Get a specific instance of 'firmwareUpgrade'
FirmwareUpgradeApi firmware_upgrades_post POST /firmware/Upgrades Create an instance of 'firmwareUpgrade'
FirmwareUpgradeStatusApi firmware_upgrade_statuses_get GET /firmware/UpgradeStatuses Get a list of 'firmwareUpgradeStatus' instances
FirmwareUpgradeStatusApi firmware_upgrade_statuses_moid_get GET /firmware/UpgradeStatuses/{moid} Get a specific instance of 'firmwareUpgradeStatus'
GraphicsCardApi graphics_cards_get GET /graphics/Cards Get a list of 'graphicsCard' instances
GraphicsCardApi graphics_cards_moid_get GET /graphics/Cards/{moid} Get a specific instance of 'graphicsCard'
GraphicsCardApi graphics_cards_moid_patch PATCH /graphics/Cards/{moid} Update an instance of 'graphicsCard'
GraphicsCardApi graphics_cards_moid_post POST /graphics/Cards/{moid} Update an instance of 'graphicsCard'
GraphicsControllerApi graphics_controllers_get GET /graphics/Controllers Get a list of 'graphicsController' instances
GraphicsControllerApi graphics_controllers_moid_get GET /graphics/Controllers/{moid} Get a specific instance of 'graphicsController'
GraphicsControllerApi graphics_controllers_moid_patch PATCH /graphics/Controllers/{moid} Update an instance of 'graphicsController'
GraphicsControllerApi graphics_controllers_moid_post POST /graphics/Controllers/{moid} Update an instance of 'graphicsController'
HclCompatibilityStatusApi hcl_compatibility_statuses_post POST /hcl/CompatibilityStatuses Create an instance of 'hclCompatibilityStatus'
HclDriverImageApi hcl_driver_images_get GET /hcl/DriverImages Get a list of 'hclDriverImage' instances
HclDriverImageApi hcl_driver_images_moid_get GET /hcl/DriverImages/{moid} Get a specific instance of 'hclDriverImage'
HclOperatingSystemApi hcl_operating_systems_get GET /hcl/OperatingSystems Get a list of 'hclOperatingSystem' instances
HclOperatingSystemApi hcl_operating_systems_moid_get GET /hcl/OperatingSystems/{moid} Get a specific instance of 'hclOperatingSystem'
HclOperatingSystemVendorApi hcl_operating_system_vendors_get GET /hcl/OperatingSystemVendors Get a list of 'hclOperatingSystemVendor' instances
HclOperatingSystemVendorApi hcl_operating_system_vendors_moid_get GET /hcl/OperatingSystemVendors/{moid} Get a specific instance of 'hclOperatingSystemVendor'
HclServiceStatusApi hcl_service_statuses_get GET /hcl/ServiceStatuses Get a list of 'hclServiceStatus' instances
HclServiceStatusApi hcl_service_statuses_moid_get GET /hcl/ServiceStatuses/{moid} Get a specific instance of 'hclServiceStatus'
HclSupportedDriverNameApi hcl_supported_driver_names_post POST /hcl/SupportedDriverNames Create an instance of 'hclSupportedDriverName'
HyperflexAlarmApi hyperflex_alarms_get GET /hyperflex/Alarms Get a list of 'hyperflexAlarm' instances
HyperflexAlarmApi hyperflex_alarms_moid_get GET /hyperflex/Alarms/{moid} Get a specific instance of 'hyperflexAlarm'
HyperflexAppCatalogApi hyperflex_app_catalogs_get GET /hyperflex/AppCatalogs Get a list of 'hyperflexAppCatalog' instances
HyperflexAppCatalogApi hyperflex_app_catalogs_moid_delete DELETE /hyperflex/AppCatalogs/{moid} Delete an instance of 'hyperflexAppCatalog'
HyperflexAppCatalogApi hyperflex_app_catalogs_moid_get GET /hyperflex/AppCatalogs/{moid} Get a specific instance of 'hyperflexAppCatalog'
HyperflexAppCatalogApi hyperflex_app_catalogs_moid_patch PATCH /hyperflex/AppCatalogs/{moid} Update an instance of 'hyperflexAppCatalog'
HyperflexAppCatalogApi hyperflex_app_catalogs_moid_post POST /hyperflex/AppCatalogs/{moid} Update an instance of 'hyperflexAppCatalog'
HyperflexAppCatalogApi hyperflex_app_catalogs_post POST /hyperflex/AppCatalogs Create an instance of 'hyperflexAppCatalog'
HyperflexAutoSupportPolicyApi hyperflex_auto_support_policies_get GET /hyperflex/AutoSupportPolicies Get a list of 'hyperflexAutoSupportPolicy' instances
HyperflexAutoSupportPolicyApi hyperflex_auto_support_policies_moid_delete DELETE /hyperflex/AutoSupportPolicies/{moid} Delete an instance of 'hyperflexAutoSupportPolicy'
HyperflexAutoSupportPolicyApi hyperflex_auto_support_policies_moid_get GET /hyperflex/AutoSupportPolicies/{moid} Get a specific instance of 'hyperflexAutoSupportPolicy'
HyperflexAutoSupportPolicyApi hyperflex_auto_support_policies_moid_patch PATCH /hyperflex/AutoSupportPolicies/{moid} Update an instance of 'hyperflexAutoSupportPolicy'
HyperflexAutoSupportPolicyApi hyperflex_auto_support_policies_moid_post POST /hyperflex/AutoSupportPolicies/{moid} Update an instance of 'hyperflexAutoSupportPolicy'
HyperflexAutoSupportPolicyApi hyperflex_auto_support_policies_post POST /hyperflex/AutoSupportPolicies Create an instance of 'hyperflexAutoSupportPolicy'
HyperflexClusterApi hyperflex_clusters_get GET /hyperflex/Clusters Get a list of 'hyperflexCluster' instances
HyperflexClusterApi hyperflex_clusters_moid_get GET /hyperflex/Clusters/{moid} Get a specific instance of 'hyperflexCluster'
HyperflexClusterNetworkPolicyApi hyperflex_cluster_network_policies_get GET /hyperflex/ClusterNetworkPolicies Get a list of 'hyperflexClusterNetworkPolicy' instances
HyperflexClusterNetworkPolicyApi hyperflex_cluster_network_policies_moid_delete DELETE /hyperflex/ClusterNetworkPolicies/{moid} Delete an instance of 'hyperflexClusterNetworkPolicy'
HyperflexClusterNetworkPolicyApi hyperflex_cluster_network_policies_moid_get GET /hyperflex/ClusterNetworkPolicies/{moid} Get a specific instance of 'hyperflexClusterNetworkPolicy'
HyperflexClusterNetworkPolicyApi hyperflex_cluster_network_policies_moid_patch PATCH /hyperflex/ClusterNetworkPolicies/{moid} Update an instance of 'hyperflexClusterNetworkPolicy'
HyperflexClusterNetworkPolicyApi hyperflex_cluster_network_policies_moid_post POST /hyperflex/ClusterNetworkPolicies/{moid} Update an instance of 'hyperflexClusterNetworkPolicy'
HyperflexClusterNetworkPolicyApi hyperflex_cluster_network_policies_post POST /hyperflex/ClusterNetworkPolicies Create an instance of 'hyperflexClusterNetworkPolicy'
HyperflexClusterProfileApi hyperflex_cluster_profiles_get GET /hyperflex/ClusterProfiles Get a list of 'hyperflexClusterProfile' instances
HyperflexClusterProfileApi hyperflex_cluster_profiles_moid_delete DELETE /hyperflex/ClusterProfiles/{moid} Delete an instance of 'hyperflexClusterProfile'
HyperflexClusterProfileApi hyperflex_cluster_profiles_moid_get GET /hyperflex/ClusterProfiles/{moid} Get a specific instance of 'hyperflexClusterProfile'
HyperflexClusterProfileApi hyperflex_cluster_profiles_moid_patch PATCH /hyperflex/ClusterProfiles/{moid} Update an instance of 'hyperflexClusterProfile'
HyperflexClusterProfileApi hyperflex_cluster_profiles_moid_post POST /hyperflex/ClusterProfiles/{moid} Update an instance of 'hyperflexClusterProfile'
HyperflexClusterProfileApi hyperflex_cluster_profiles_post POST /hyperflex/ClusterProfiles Create an instance of 'hyperflexClusterProfile'
HyperflexClusterStoragePolicyApi hyperflex_cluster_storage_policies_get GET /hyperflex/ClusterStoragePolicies Get a list of 'hyperflexClusterStoragePolicy' instances
HyperflexClusterStoragePolicyApi hyperflex_cluster_storage_policies_moid_delete DELETE /hyperflex/ClusterStoragePolicies/{moid} Delete an instance of 'hyperflexClusterStoragePolicy'
HyperflexClusterStoragePolicyApi hyperflex_cluster_storage_policies_moid_get GET /hyperflex/ClusterStoragePolicies/{moid} Get a specific instance of 'hyperflexClusterStoragePolicy'
HyperflexClusterStoragePolicyApi hyperflex_cluster_storage_policies_moid_patch PATCH /hyperflex/ClusterStoragePolicies/{moid} Update an instance of 'hyperflexClusterStoragePolicy'
HyperflexClusterStoragePolicyApi hyperflex_cluster_storage_policies_moid_post POST /hyperflex/ClusterStoragePolicies/{moid} Update an instance of 'hyperflexClusterStoragePolicy'
HyperflexClusterStoragePolicyApi hyperflex_cluster_storage_policies_post POST /hyperflex/ClusterStoragePolicies Create an instance of 'hyperflexClusterStoragePolicy'
HyperflexConfigResultApi hyperflex_config_results_get GET /hyperflex/ConfigResults Get a list of 'hyperflexConfigResult' instances
HyperflexConfigResultApi hyperflex_config_results_moid_get GET /hyperflex/ConfigResults/{moid} Get a specific instance of 'hyperflexConfigResult'
HyperflexConfigResultEntryApi hyperflex_config_result_entries_get GET /hyperflex/ConfigResultEntries Get a list of 'hyperflexConfigResultEntry' instances
HyperflexConfigResultEntryApi hyperflex_config_result_entries_moid_get GET /hyperflex/ConfigResultEntries/{moid} Get a specific instance of 'hyperflexConfigResultEntry'
HyperflexExtFcStoragePolicyApi hyperflex_ext_fc_storage_policies_get GET /hyperflex/ExtFcStoragePolicies Get a list of 'hyperflexExtFcStoragePolicy' instances
HyperflexExtFcStoragePolicyApi hyperflex_ext_fc_storage_policies_moid_delete DELETE /hyperflex/ExtFcStoragePolicies/{moid} Delete an instance of 'hyperflexExtFcStoragePolicy'
HyperflexExtFcStoragePolicyApi hyperflex_ext_fc_storage_policies_moid_get GET /hyperflex/ExtFcStoragePolicies/{moid} Get a specific instance of 'hyperflexExtFcStoragePolicy'
HyperflexExtFcStoragePolicyApi hyperflex_ext_fc_storage_policies_moid_patch PATCH /hyperflex/ExtFcStoragePolicies/{moid} Update an instance of 'hyperflexExtFcStoragePolicy'
HyperflexExtFcStoragePolicyApi hyperflex_ext_fc_storage_policies_moid_post POST /hyperflex/ExtFcStoragePolicies/{moid} Update an instance of 'hyperflexExtFcStoragePolicy'
HyperflexExtFcStoragePolicyApi hyperflex_ext_fc_storage_policies_post POST /hyperflex/ExtFcStoragePolicies Create an instance of 'hyperflexExtFcStoragePolicy'
HyperflexExtIscsiStoragePolicyApi hyperflex_ext_iscsi_storage_policies_get GET /hyperflex/ExtIscsiStoragePolicies Get a list of 'hyperflexExtIscsiStoragePolicy' instances
HyperflexExtIscsiStoragePolicyApi hyperflex_ext_iscsi_storage_policies_moid_delete DELETE /hyperflex/ExtIscsiStoragePolicies/{moid} Delete an instance of 'hyperflexExtIscsiStoragePolicy'
HyperflexExtIscsiStoragePolicyApi hyperflex_ext_iscsi_storage_policies_moid_get GET /hyperflex/ExtIscsiStoragePolicies/{moid} Get a specific instance of 'hyperflexExtIscsiStoragePolicy'
HyperflexExtIscsiStoragePolicyApi hyperflex_ext_iscsi_storage_policies_moid_patch PATCH /hyperflex/ExtIscsiStoragePolicies/{moid} Update an instance of 'hyperflexExtIscsiStoragePolicy'
HyperflexExtIscsiStoragePolicyApi hyperflex_ext_iscsi_storage_policies_moid_post POST /hyperflex/ExtIscsiStoragePolicies/{moid} Update an instance of 'hyperflexExtIscsiStoragePolicy'
HyperflexExtIscsiStoragePolicyApi hyperflex_ext_iscsi_storage_policies_post POST /hyperflex/ExtIscsiStoragePolicies Create an instance of 'hyperflexExtIscsiStoragePolicy'
HyperflexFeatureLimitExternalApi hyperflex_feature_limit_externals_get GET /hyperflex/FeatureLimitExternals Get a list of 'hyperflexFeatureLimitExternal' instances
HyperflexFeatureLimitExternalApi hyperflex_feature_limit_externals_moid_delete DELETE /hyperflex/FeatureLimitExternals/{moid} Delete an instance of 'hyperflexFeatureLimitExternal'
HyperflexFeatureLimitExternalApi hyperflex_feature_limit_externals_moid_get GET /hyperflex/FeatureLimitExternals/{moid} Get a specific instance of 'hyperflexFeatureLimitExternal'
HyperflexFeatureLimitExternalApi hyperflex_feature_limit_externals_moid_patch PATCH /hyperflex/FeatureLimitExternals/{moid} Update an instance of 'hyperflexFeatureLimitExternal'
HyperflexFeatureLimitExternalApi hyperflex_feature_limit_externals_moid_post POST /hyperflex/FeatureLimitExternals/{moid} Update an instance of 'hyperflexFeatureLimitExternal'
HyperflexFeatureLimitExternalApi hyperflex_feature_limit_externals_post POST /hyperflex/FeatureLimitExternals Create an instance of 'hyperflexFeatureLimitExternal'
HyperflexFeatureLimitInternalApi hyperflex_feature_limit_internals_get GET /hyperflex/FeatureLimitInternals Get a list of 'hyperflexFeatureLimitInternal' instances
HyperflexFeatureLimitInternalApi hyperflex_feature_limit_internals_moid_delete DELETE /hyperflex/FeatureLimitInternals/{moid} Delete an instance of 'hyperflexFeatureLimitInternal'
HyperflexFeatureLimitInternalApi hyperflex_feature_limit_internals_moid_get GET /hyperflex/FeatureLimitInternals/{moid} Get a specific instance of 'hyperflexFeatureLimitInternal'
HyperflexFeatureLimitInternalApi hyperflex_feature_limit_internals_moid_patch PATCH /hyperflex/FeatureLimitInternals/{moid} Update an instance of 'hyperflexFeatureLimitInternal'
HyperflexFeatureLimitInternalApi hyperflex_feature_limit_internals_moid_post POST /hyperflex/FeatureLimitInternals/{moid} Update an instance of 'hyperflexFeatureLimitInternal'
HyperflexFeatureLimitInternalApi hyperflex_feature_limit_internals_post POST /hyperflex/FeatureLimitInternals Create an instance of 'hyperflexFeatureLimitInternal'
HyperflexHxdpVersionApi hyperflex_hxdp_versions_get GET /hyperflex/HxdpVersions Get a list of 'hyperflexHxdpVersion' instances
HyperflexHxdpVersionApi hyperflex_hxdp_versions_moid_delete DELETE /hyperflex/HxdpVersions/{moid} Delete an instance of 'hyperflexHxdpVersion'
HyperflexHxdpVersionApi hyperflex_hxdp_versions_moid_get GET /hyperflex/HxdpVersions/{moid} Get a specific instance of 'hyperflexHxdpVersion'
HyperflexHxdpVersionApi hyperflex_hxdp_versions_moid_patch PATCH /hyperflex/HxdpVersions/{moid} Update an instance of 'hyperflexHxdpVersion'
HyperflexHxdpVersionApi hyperflex_hxdp_versions_moid_post POST /hyperflex/HxdpVersions/{moid} Update an instance of 'hyperflexHxdpVersion'
HyperflexHxdpVersionApi hyperflex_hxdp_versions_post POST /hyperflex/HxdpVersions Create an instance of 'hyperflexHxdpVersion'
HyperflexLocalCredentialPolicyApi hyperflex_local_credential_policies_get GET /hyperflex/LocalCredentialPolicies Get a list of 'hyperflexLocalCredentialPolicy' instances
HyperflexLocalCredentialPolicyApi hyperflex_local_credential_policies_moid_delete DELETE /hyperflex/LocalCredentialPolicies/{moid} Delete an instance of 'hyperflexLocalCredentialPolicy'
HyperflexLocalCredentialPolicyApi hyperflex_local_credential_policies_moid_get GET /hyperflex/LocalCredentialPolicies/{moid} Get a specific instance of 'hyperflexLocalCredentialPolicy'
HyperflexLocalCredentialPolicyApi hyperflex_local_credential_policies_moid_patch PATCH /hyperflex/LocalCredentialPolicies/{moid} Update an instance of 'hyperflexLocalCredentialPolicy'
HyperflexLocalCredentialPolicyApi hyperflex_local_credential_policies_moid_post POST /hyperflex/LocalCredentialPolicies/{moid} Update an instance of 'hyperflexLocalCredentialPolicy'
HyperflexLocalCredentialPolicyApi hyperflex_local_credential_policies_post POST /hyperflex/LocalCredentialPolicies Create an instance of 'hyperflexLocalCredentialPolicy'
HyperflexNodeApi hyperflex_nodes_get GET /hyperflex/Nodes Get a list of 'hyperflexNode' instances
HyperflexNodeApi hyperflex_nodes_moid_get GET /hyperflex/Nodes/{moid} Get a specific instance of 'hyperflexNode'
HyperflexNodeConfigPolicyApi hyperflex_node_config_policies_get GET /hyperflex/NodeConfigPolicies Get a list of 'hyperflexNodeConfigPolicy' instances
HyperflexNodeConfigPolicyApi hyperflex_node_config_policies_moid_delete DELETE /hyperflex/NodeConfigPolicies/{moid} Delete an instance of 'hyperflexNodeConfigPolicy'
HyperflexNodeConfigPolicyApi hyperflex_node_config_policies_moid_get GET /hyperflex/NodeConfigPolicies/{moid} Get a specific instance of 'hyperflexNodeConfigPolicy'
HyperflexNodeConfigPolicyApi hyperflex_node_config_policies_moid_patch PATCH /hyperflex/NodeConfigPolicies/{moid} Update an instance of 'hyperflexNodeConfigPolicy'
HyperflexNodeConfigPolicyApi hyperflex_node_config_policies_moid_post POST /hyperflex/NodeConfigPolicies/{moid} Update an instance of 'hyperflexNodeConfigPolicy'
HyperflexNodeConfigPolicyApi hyperflex_node_config_policies_post POST /hyperflex/NodeConfigPolicies Create an instance of 'hyperflexNodeConfigPolicy'
HyperflexNodeProfileApi hyperflex_node_profiles_get GET /hyperflex/NodeProfiles Get a list of 'hyperflexNodeProfile' instances
HyperflexNodeProfileApi hyperflex_node_profiles_moid_delete DELETE /hyperflex/NodeProfiles/{moid} Delete an instance of 'hyperflexNodeProfile'
HyperflexNodeProfileApi hyperflex_node_profiles_moid_get GET /hyperflex/NodeProfiles/{moid} Get a specific instance of 'hyperflexNodeProfile'
HyperflexNodeProfileApi hyperflex_node_profiles_moid_patch PATCH /hyperflex/NodeProfiles/{moid} Update an instance of 'hyperflexNodeProfile'
HyperflexNodeProfileApi hyperflex_node_profiles_moid_post POST /hyperflex/NodeProfiles/{moid} Update an instance of 'hyperflexNodeProfile'
HyperflexNodeProfileApi hyperflex_node_profiles_post POST /hyperflex/NodeProfiles Create an instance of 'hyperflexNodeProfile'
HyperflexProxySettingPolicyApi hyperflex_proxy_setting_policies_get GET /hyperflex/ProxySettingPolicies Get a list of 'hyperflexProxySettingPolicy' instances
HyperflexProxySettingPolicyApi hyperflex_proxy_setting_policies_moid_delete DELETE /hyperflex/ProxySettingPolicies/{moid} Delete an instance of 'hyperflexProxySettingPolicy'
HyperflexProxySettingPolicyApi hyperflex_proxy_setting_policies_moid_get GET /hyperflex/ProxySettingPolicies/{moid} Get a specific instance of 'hyperflexProxySettingPolicy'
HyperflexProxySettingPolicyApi hyperflex_proxy_setting_policies_moid_patch PATCH /hyperflex/ProxySettingPolicies/{moid} Update an instance of 'hyperflexProxySettingPolicy'
HyperflexProxySettingPolicyApi hyperflex_proxy_setting_policies_moid_post POST /hyperflex/ProxySettingPolicies/{moid} Update an instance of 'hyperflexProxySettingPolicy'
HyperflexProxySettingPolicyApi hyperflex_proxy_setting_policies_post POST /hyperflex/ProxySettingPolicies Create an instance of 'hyperflexProxySettingPolicy'
HyperflexServerFirmwareVersionApi hyperflex_server_firmware_versions_get GET /hyperflex/ServerFirmwareVersions Get a list of 'hyperflexServerFirmwareVersion' instances
HyperflexServerFirmwareVersionApi hyperflex_server_firmware_versions_moid_delete DELETE /hyperflex/ServerFirmwareVersions/{moid} Delete an instance of 'hyperflexServerFirmwareVersion'
HyperflexServerFirmwareVersionApi hyperflex_server_firmware_versions_moid_get GET /hyperflex/ServerFirmwareVersions/{moid} Get a specific instance of 'hyperflexServerFirmwareVersion'
HyperflexServerFirmwareVersionApi hyperflex_server_firmware_versions_moid_patch PATCH /hyperflex/ServerFirmwareVersions/{moid} Update an instance of 'hyperflexServerFirmwareVersion'
HyperflexServerFirmwareVersionApi hyperflex_server_firmware_versions_moid_post POST /hyperflex/ServerFirmwareVersions/{moid} Update an instance of 'hyperflexServerFirmwareVersion'
HyperflexServerFirmwareVersionApi hyperflex_server_firmware_versions_post POST /hyperflex/ServerFirmwareVersions Create an instance of 'hyperflexServerFirmwareVersion'
HyperflexServerModelApi hyperflex_server_models_get GET /hyperflex/ServerModels Get a list of 'hyperflexServerModel' instances
HyperflexServerModelApi hyperflex_server_models_moid_delete DELETE /hyperflex/ServerModels/{moid} Delete an instance of 'hyperflexServerModel'
HyperflexServerModelApi hyperflex_server_models_moid_get GET /hyperflex/ServerModels/{moid} Get a specific instance of 'hyperflexServerModel'
HyperflexServerModelApi hyperflex_server_models_moid_patch PATCH /hyperflex/ServerModels/{moid} Update an instance of 'hyperflexServerModel'
HyperflexServerModelApi hyperflex_server_models_moid_post POST /hyperflex/ServerModels/{moid} Update an instance of 'hyperflexServerModel'
HyperflexServerModelApi hyperflex_server_models_post POST /hyperflex/ServerModels Create an instance of 'hyperflexServerModel'
HyperflexSysConfigPolicyApi hyperflex_sys_config_policies_get GET /hyperflex/SysConfigPolicies Get a list of 'hyperflexSysConfigPolicy' instances
HyperflexSysConfigPolicyApi hyperflex_sys_config_policies_moid_delete DELETE /hyperflex/SysConfigPolicies/{moid} Delete an instance of 'hyperflexSysConfigPolicy'
HyperflexSysConfigPolicyApi hyperflex_sys_config_policies_moid_get GET /hyperflex/SysConfigPolicies/{moid} Get a specific instance of 'hyperflexSysConfigPolicy'
HyperflexSysConfigPolicyApi hyperflex_sys_config_policies_moid_patch PATCH /hyperflex/SysConfigPolicies/{moid} Update an instance of 'hyperflexSysConfigPolicy'
HyperflexSysConfigPolicyApi hyperflex_sys_config_policies_moid_post POST /hyperflex/SysConfigPolicies/{moid} Update an instance of 'hyperflexSysConfigPolicy'
HyperflexSysConfigPolicyApi hyperflex_sys_config_policies_post POST /hyperflex/SysConfigPolicies Create an instance of 'hyperflexSysConfigPolicy'
HyperflexUcsmConfigPolicyApi hyperflex_ucsm_config_policies_get GET /hyperflex/UcsmConfigPolicies Get a list of 'hyperflexUcsmConfigPolicy' instances
HyperflexUcsmConfigPolicyApi hyperflex_ucsm_config_policies_moid_delete DELETE /hyperflex/UcsmConfigPolicies/{moid} Delete an instance of 'hyperflexUcsmConfigPolicy'
HyperflexUcsmConfigPolicyApi hyperflex_ucsm_config_policies_moid_get GET /hyperflex/UcsmConfigPolicies/{moid} Get a specific instance of 'hyperflexUcsmConfigPolicy'
HyperflexUcsmConfigPolicyApi hyperflex_ucsm_config_policies_moid_patch PATCH /hyperflex/UcsmConfigPolicies/{moid} Update an instance of 'hyperflexUcsmConfigPolicy'
HyperflexUcsmConfigPolicyApi hyperflex_ucsm_config_policies_moid_post POST /hyperflex/UcsmConfigPolicies/{moid} Update an instance of 'hyperflexUcsmConfigPolicy'
HyperflexUcsmConfigPolicyApi hyperflex_ucsm_config_policies_post POST /hyperflex/UcsmConfigPolicies Create an instance of 'hyperflexUcsmConfigPolicy'
HyperflexVcenterConfigPolicyApi hyperflex_vcenter_config_policies_get GET /hyperflex/VcenterConfigPolicies Get a list of 'hyperflexVcenterConfigPolicy' instances
HyperflexVcenterConfigPolicyApi hyperflex_vcenter_config_policies_moid_delete DELETE /hyperflex/VcenterConfigPolicies/{moid} Delete an instance of 'hyperflexVcenterConfigPolicy'
HyperflexVcenterConfigPolicyApi hyperflex_vcenter_config_policies_moid_get GET /hyperflex/VcenterConfigPolicies/{moid} Get a specific instance of 'hyperflexVcenterConfigPolicy'
HyperflexVcenterConfigPolicyApi hyperflex_vcenter_config_policies_moid_patch PATCH /hyperflex/VcenterConfigPolicies/{moid} Update an instance of 'hyperflexVcenterConfigPolicy'
HyperflexVcenterConfigPolicyApi hyperflex_vcenter_config_policies_moid_post POST /hyperflex/VcenterConfigPolicies/{moid} Update an instance of 'hyperflexVcenterConfigPolicy'
HyperflexVcenterConfigPolicyApi hyperflex_vcenter_config_policies_post POST /hyperflex/VcenterConfigPolicies Create an instance of 'hyperflexVcenterConfigPolicy'
IaasConnectorPackApi iaas_connector_packs_get GET /iaas/ConnectorPacks Get a list of 'iaasConnectorPack' instances
IaasConnectorPackApi iaas_connector_packs_moid_get GET /iaas/ConnectorPacks/{moid} Get a specific instance of 'iaasConnectorPack'
IaasDeviceStatusApi iaas_device_statuses_get GET /iaas/DeviceStatuses Get a list of 'iaasDeviceStatus' instances
IaasDeviceStatusApi iaas_device_statuses_moid_get GET /iaas/DeviceStatuses/{moid} Get a specific instance of 'iaasDeviceStatus'
IaasLicenseInfoApi iaas_license_infos_get GET /iaas/LicenseInfos Get a list of 'iaasLicenseInfo' instances
IaasLicenseInfoApi iaas_license_infos_moid_get GET /iaas/LicenseInfos/{moid} Get a specific instance of 'iaasLicenseInfo'
IaasMostRunTasksApi iaas_most_run_tasks_get GET /iaas/MostRunTasks Get a list of 'iaasMostRunTasks' instances
IaasMostRunTasksApi iaas_most_run_tasks_moid_get GET /iaas/MostRunTasks/{moid} Get a specific instance of 'iaasMostRunTasks'
IaasUcsdInfoApi iaas_ucsd_infos_get GET /iaas/UcsdInfos Get a list of 'iaasUcsdInfo' instances
IaasUcsdInfoApi iaas_ucsd_infos_moid_get GET /iaas/UcsdInfos/{moid} Get a specific instance of 'iaasUcsdInfo'
IaasUcsdManagedInfraApi iaas_ucsd_managed_infras_get GET /iaas/UcsdManagedInfras Get a list of 'iaasUcsdManagedInfra' instances
IaasUcsdManagedInfraApi iaas_ucsd_managed_infras_moid_get GET /iaas/UcsdManagedInfras/{moid} Get a specific instance of 'iaasUcsdManagedInfra'
IamAccountApi iam_accounts_get GET /iam/Accounts Get a list of 'iamAccount' instances
IamAccountApi iam_accounts_moid_delete DELETE /iam/Accounts/{moid} Delete an instance of 'iamAccount'
IamAccountApi iam_accounts_moid_get GET /iam/Accounts/{moid} Get a specific instance of 'iamAccount'
IamAccountApi iam_accounts_moid_patch PATCH /iam/Accounts/{moid} Update an instance of 'iamAccount'
IamAccountApi iam_accounts_moid_post POST /iam/Accounts/{moid} Update an instance of 'iamAccount'
IamAccountApi iam_accounts_post POST /iam/Accounts Create an instance of 'iamAccount'
IamApiKeyApi iam_api_keys_get GET /iam/ApiKeys Get a list of 'iamApiKey' instances
IamApiKeyApi iam_api_keys_moid_delete DELETE /iam/ApiKeys/{moid} Delete an instance of 'iamApiKey'
IamApiKeyApi iam_api_keys_moid_get GET /iam/ApiKeys/{moid} Get a specific instance of 'iamApiKey'
IamApiKeyApi iam_api_keys_moid_patch PATCH /iam/ApiKeys/{moid} Update an instance of 'iamApiKey'
IamApiKeyApi iam_api_keys_moid_post POST /iam/ApiKeys/{moid} Update an instance of 'iamApiKey'
IamApiKeyApi iam_api_keys_post POST /iam/ApiKeys Create an instance of 'iamApiKey'
IamDomainGroupApi iam_domain_groups_get GET /iam/DomainGroups Get a list of 'iamDomainGroup' instances
IamDomainGroupApi iam_domain_groups_moid_get GET /iam/DomainGroups/{moid} Get a specific instance of 'iamDomainGroup'
IamEndPointPrivilegeApi iam_end_point_privileges_get GET /iam/EndPointPrivileges Get a list of 'iamEndPointPrivilege' instances
IamEndPointPrivilegeApi iam_end_point_privileges_moid_get GET /iam/EndPointPrivileges/{moid} Get a specific instance of 'iamEndPointPrivilege'
IamEndPointRoleApi iam_end_point_roles_get GET /iam/EndPointRoles Get a list of 'iamEndPointRole' instances
IamEndPointRoleApi iam_end_point_roles_moid_get GET /iam/EndPointRoles/{moid} Get a specific instance of 'iamEndPointRole'
IamEndPointUserApi iam_end_point_users_get GET /iam/EndPointUsers Get a list of 'iamEndPointUser' instances
IamEndPointUserApi iam_end_point_users_moid_delete DELETE /iam/EndPointUsers/{moid} Delete an instance of 'iamEndPointUser'
IamEndPointUserApi iam_end_point_users_moid_get GET /iam/EndPointUsers/{moid} Get a specific instance of 'iamEndPointUser'
IamEndPointUserApi iam_end_point_users_moid_patch PATCH /iam/EndPointUsers/{moid} Update an instance of 'iamEndPointUser'
IamEndPointUserApi iam_end_point_users_moid_post POST /iam/EndPointUsers/{moid} Update an instance of 'iamEndPointUser'
IamEndPointUserApi iam_end_point_users_post POST /iam/EndPointUsers Create an instance of 'iamEndPointUser'
IamEndPointUserPolicyApi iam_end_point_user_policies_get GET /iam/EndPointUserPolicies Get a list of 'iamEndPointUserPolicy' instances
IamEndPointUserPolicyApi iam_end_point_user_policies_moid_delete DELETE /iam/EndPointUserPolicies/{moid} Delete an instance of 'iamEndPointUserPolicy'
IamEndPointUserPolicyApi iam_end_point_user_policies_moid_get GET /iam/EndPointUserPolicies/{moid} Get a specific instance of 'iamEndPointUserPolicy'
IamEndPointUserPolicyApi iam_end_point_user_policies_moid_patch PATCH /iam/EndPointUserPolicies/{moid} Update an instance of 'iamEndPointUserPolicy'
IamEndPointUserPolicyApi iam_end_point_user_policies_moid_post POST /iam/EndPointUserPolicies/{moid} Update an instance of 'iamEndPointUserPolicy'
IamEndPointUserPolicyApi iam_end_point_user_policies_post POST /iam/EndPointUserPolicies Create an instance of 'iamEndPointUserPolicy'
IamEndPointUserRoleApi iam_end_point_user_roles_get GET /iam/EndPointUserRoles Get a list of 'iamEndPointUserRole' instances
IamEndPointUserRoleApi iam_end_point_user_roles_moid_delete DELETE /iam/EndPointUserRoles/{moid} Delete an instance of 'iamEndPointUserRole'
IamEndPointUserRoleApi iam_end_point_user_roles_moid_get GET /iam/EndPointUserRoles/{moid} Get a specific instance of 'iamEndPointUserRole'
IamEndPointUserRoleApi iam_end_point_user_roles_moid_patch PATCH /iam/EndPointUserRoles/{moid} Update an instance of 'iamEndPointUserRole'
IamEndPointUserRoleApi iam_end_point_user_roles_moid_post POST /iam/EndPointUserRoles/{moid} Update an instance of 'iamEndPointUserRole'
IamEndPointUserRoleApi iam_end_point_user_roles_post POST /iam/EndPointUserRoles Create an instance of 'iamEndPointUserRole'
IamIdpApi iam_idps_get GET /iam/Idps Get a list of 'iamIdp' instances
IamIdpApi iam_idps_moid_delete DELETE /iam/Idps/{moid} Delete an instance of 'iamIdp'
IamIdpApi iam_idps_moid_get GET /iam/Idps/{moid} Get a specific instance of 'iamIdp'
IamIdpApi iam_idps_moid_patch PATCH /iam/Idps/{moid} Update an instance of 'iamIdp'
IamIdpApi iam_idps_moid_post POST /iam/Idps/{moid} Update an instance of 'iamIdp'
IamIdpApi iam_idps_post POST /iam/Idps Create an instance of 'iamIdp'
IamIdpReferenceApi iam_idp_references_get GET /iam/IdpReferences Get a list of 'iamIdpReference' instances
IamIdpReferenceApi iam_idp_references_moid_get GET /iam/IdpReferences/{moid} Get a specific instance of 'iamIdpReference'
IamLdapGroupApi iam_ldap_groups_get GET /iam/LdapGroups Get a list of 'iamLdapGroup' instances
IamLdapGroupApi iam_ldap_groups_moid_delete DELETE /iam/LdapGroups/{moid} Delete an instance of 'iamLdapGroup'
IamLdapGroupApi iam_ldap_groups_moid_get GET /iam/LdapGroups/{moid} Get a specific instance of 'iamLdapGroup'
IamLdapGroupApi iam_ldap_groups_moid_patch PATCH /iam/LdapGroups/{moid} Update an instance of 'iamLdapGroup'
IamLdapGroupApi iam_ldap_groups_moid_post POST /iam/LdapGroups/{moid} Update an instance of 'iamLdapGroup'
IamLdapGroupApi iam_ldap_groups_post POST /iam/LdapGroups Create an instance of 'iamLdapGroup'
IamLdapPolicyApi iam_ldap_policies_get GET /iam/LdapPolicies Get a list of 'iamLdapPolicy' instances
IamLdapPolicyApi iam_ldap_policies_moid_delete DELETE /iam/LdapPolicies/{moid} Delete an instance of 'iamLdapPolicy'
IamLdapPolicyApi iam_ldap_policies_moid_get GET /iam/LdapPolicies/{moid} Get a specific instance of 'iamLdapPolicy'
IamLdapPolicyApi iam_ldap_policies_moid_patch PATCH /iam/LdapPolicies/{moid} Update an instance of 'iamLdapPolicy'
IamLdapPolicyApi iam_ldap_policies_moid_post POST /iam/LdapPolicies/{moid} Update an instance of 'iamLdapPolicy'
IamLdapPolicyApi iam_ldap_policies_post POST /iam/LdapPolicies Create an instance of 'iamLdapPolicy'
IamLdapProviderApi iam_ldap_providers_get GET /iam/LdapProviders Get a list of 'iamLdapProvider' instances
IamLdapProviderApi iam_ldap_providers_moid_delete DELETE /iam/LdapProviders/{moid} Delete an instance of 'iamLdapProvider'
IamLdapProviderApi iam_ldap_providers_moid_get GET /iam/LdapProviders/{moid} Get a specific instance of 'iamLdapProvider'
IamLdapProviderApi iam_ldap_providers_moid_patch PATCH /iam/LdapProviders/{moid} Update an instance of 'iamLdapProvider'
IamLdapProviderApi iam_ldap_providers_moid_post POST /iam/LdapProviders/{moid} Update an instance of 'iamLdapProvider'
IamLdapProviderApi iam_ldap_providers_post POST /iam/LdapProviders Create an instance of 'iamLdapProvider'
IamPermissionApi iam_permissions_get GET /iam/Permissions Get a list of 'iamPermission' instances
IamPermissionApi iam_permissions_moid_get GET /iam/Permissions/{moid} Get a specific instance of 'iamPermission'
IamPrivilegeApi iam_privileges_get GET /iam/Privileges Get a list of 'iamPrivilege' instances
IamPrivilegeApi iam_privileges_moid_get GET /iam/Privileges/{moid} Get a specific instance of 'iamPrivilege'
IamPrivilegeSetApi iam_privilege_sets_get GET /iam/PrivilegeSets Get a list of 'iamPrivilegeSet' instances
IamPrivilegeSetApi iam_privilege_sets_moid_get GET /iam/PrivilegeSets/{moid} Get a specific instance of 'iamPrivilegeSet'
IamQualifierApi iam_qualifiers_get GET /iam/Qualifiers Get a list of 'iamQualifier' instances
IamQualifierApi iam_qualifiers_moid_delete DELETE /iam/Qualifiers/{moid} Delete an instance of 'iamQualifier'
IamQualifierApi iam_qualifiers_moid_get GET /iam/Qualifiers/{moid} Get a specific instance of 'iamQualifier'
IamQualifierApi iam_qualifiers_moid_patch PATCH /iam/Qualifiers/{moid} Update an instance of 'iamQualifier'
IamQualifierApi iam_qualifiers_moid_post POST /iam/Qualifiers/{moid} Update an instance of 'iamQualifier'
IamQualifierApi iam_qualifiers_post POST /iam/Qualifiers Create an instance of 'iamQualifier'
IamResourceLimitsApi iam_resource_limits_get GET /iam/ResourceLimits Get a list of 'iamResourceLimits' instances
IamResourceLimitsApi iam_resource_limits_moid_get GET /iam/ResourceLimits/{moid} Get a specific instance of 'iamResourceLimits'
IamRoleApi iam_roles_get GET /iam/Roles Get a list of 'iamRole' instances
IamRoleApi iam_roles_moid_get GET /iam/Roles/{moid} Get a specific instance of 'iamRole'
IamServiceProviderApi iam_service_providers_get GET /iam/ServiceProviders Get a list of 'iamServiceProvider' instances
IamServiceProviderApi iam_service_providers_moid_get GET /iam/ServiceProviders/{moid} Get a specific instance of 'iamServiceProvider'
IamSessionApi iam_sessions_get GET /iam/Sessions Get a list of 'iamSession' instances
IamSessionApi iam_sessions_moid_delete DELETE /iam/Sessions/{moid} Delete an instance of 'iamSession'
IamSessionApi iam_sessions_moid_get GET /iam/Sessions/{moid} Get a specific instance of 'iamSession'
IamSessionLimitsApi iam_session_limits_get GET /iam/SessionLimits Get a list of 'iamSessionLimits' instances
IamSessionLimitsApi iam_session_limits_moid_get GET /iam/SessionLimits/{moid} Get a specific instance of 'iamSessionLimits'
IamSystemApi iam_systems_get GET /iam/Systems Get a list of 'iamSystem' instances
IamSystemApi iam_systems_moid_get GET /iam/Systems/{moid} Get a specific instance of 'iamSystem'
IamUserApi iam_users_get GET /iam/Users Get a list of 'iamUser' instances
IamUserApi iam_users_moid_delete DELETE /iam/Users/{moid} Delete an instance of 'iamUser'
IamUserApi iam_users_moid_get GET /iam/Users/{moid} Get a specific instance of 'iamUser'
IamUserApi iam_users_moid_patch PATCH /iam/Users/{moid} Update an instance of 'iamUser'
IamUserApi iam_users_moid_post POST /iam/Users/{moid} Update an instance of 'iamUser'
IamUserApi iam_users_post POST /iam/Users Create an instance of 'iamUser'
IamUserGroupApi iam_user_groups_get GET /iam/UserGroups Get a list of 'iamUserGroup' instances
IamUserGroupApi iam_user_groups_moid_delete DELETE /iam/UserGroups/{moid} Delete an instance of 'iamUserGroup'
IamUserGroupApi iam_user_groups_moid_get GET /iam/UserGroups/{moid} Get a specific instance of 'iamUserGroup'
IamUserGroupApi iam_user_groups_moid_patch PATCH /iam/UserGroups/{moid} Update an instance of 'iamUserGroup'
IamUserGroupApi iam_user_groups_moid_post POST /iam/UserGroups/{moid} Update an instance of 'iamUserGroup'
IamUserGroupApi iam_user_groups_post POST /iam/UserGroups Create an instance of 'iamUserGroup'
IamUserPreferenceApi iam_user_preferences_get GET /iam/UserPreferences Get a list of 'iamUserPreference' instances
IamUserPreferenceApi iam_user_preferences_moid_get GET /iam/UserPreferences/{moid} Get a specific instance of 'iamUserPreference'
IamUserPreferenceApi iam_user_preferences_moid_patch PATCH /iam/UserPreferences/{moid} Update an instance of 'iamUserPreference'
IamUserPreferenceApi iam_user_preferences_moid_post POST /iam/UserPreferences/{moid} Update an instance of 'iamUserPreference'
InventoryDeviceInfoApi inventory_device_infos_get GET /inventory/DeviceInfos Get a list of 'inventoryDeviceInfo' instances
InventoryDeviceInfoApi inventory_device_infos_moid_get GET /inventory/DeviceInfos/{moid} Get a specific instance of 'inventoryDeviceInfo'
InventoryDnMoBindingApi inventory_dn_mo_bindings_get GET /inventory/DnMoBindings Get a list of 'inventoryDnMoBinding' instances
InventoryDnMoBindingApi inventory_dn_mo_bindings_moid_get GET /inventory/DnMoBindings/{moid} Get a specific instance of 'inventoryDnMoBinding'
InventoryGenericInventoryApi inventory_generic_inventories_get GET /inventory/GenericInventories Get a list of 'inventoryGenericInventory' instances
InventoryGenericInventoryApi inventory_generic_inventories_moid_get GET /inventory/GenericInventories/{moid} Get a specific instance of 'inventoryGenericInventory'
InventoryGenericInventoryApi inventory_generic_inventories_moid_patch PATCH /inventory/GenericInventories/{moid} Update an instance of 'inventoryGenericInventory'
InventoryGenericInventoryApi inventory_generic_inventories_moid_post POST /inventory/GenericInventories/{moid} Update an instance of 'inventoryGenericInventory'
InventoryGenericInventoryHolderApi inventory_generic_inventory_holders_get GET /inventory/GenericInventoryHolders Get a list of 'inventoryGenericInventoryHolder' instances
InventoryGenericInventoryHolderApi inventory_generic_inventory_holders_moid_get GET /inventory/GenericInventoryHolders/{moid} Get a specific instance of 'inventoryGenericInventoryHolder'
InventoryGenericInventoryHolderApi inventory_generic_inventory_holders_moid_patch PATCH /inventory/GenericInventoryHolders/{moid} Update an instance of 'inventoryGenericInventoryHolder'
InventoryGenericInventoryHolderApi inventory_generic_inventory_holders_moid_post POST /inventory/GenericInventoryHolders/{moid} Update an instance of 'inventoryGenericInventoryHolder'
InventoryRequestApi inventory_requests_post POST /inventory/Requests Create an instance of 'inventoryRequest'
IpmioverlanPolicyApi ipmioverlan_policies_get GET /ipmioverlan/Policies Get a list of 'ipmioverlanPolicy' instances
IpmioverlanPolicyApi ipmioverlan_policies_moid_delete DELETE /ipmioverlan/Policies/{moid} Delete an instance of 'ipmioverlanPolicy'
IpmioverlanPolicyApi ipmioverlan_policies_moid_get GET /ipmioverlan/Policies/{moid} Get a specific instance of 'ipmioverlanPolicy'
IpmioverlanPolicyApi ipmioverlan_policies_moid_patch PATCH /ipmioverlan/Policies/{moid} Update an instance of 'ipmioverlanPolicy'
IpmioverlanPolicyApi ipmioverlan_policies_moid_post POST /ipmioverlan/Policies/{moid} Update an instance of 'ipmioverlanPolicy'
IpmioverlanPolicyApi ipmioverlan_policies_post POST /ipmioverlan/Policies Create an instance of 'ipmioverlanPolicy'
KvmPolicyApi kvm_policies_get GET /kvm/Policies Get a list of 'kvmPolicy' instances
KvmPolicyApi kvm_policies_moid_delete DELETE /kvm/Policies/{moid} Delete an instance of 'kvmPolicy'
KvmPolicyApi kvm_policies_moid_get GET /kvm/Policies/{moid} Get a specific instance of 'kvmPolicy'
KvmPolicyApi kvm_policies_moid_patch PATCH /kvm/Policies/{moid} Update an instance of 'kvmPolicy'
KvmPolicyApi kvm_policies_moid_post POST /kvm/Policies/{moid} Update an instance of 'kvmPolicy'
KvmPolicyApi kvm_policies_post POST /kvm/Policies Create an instance of 'kvmPolicy'
LicenseAccountLicenseDataApi license_account_license_data_get GET /license/AccountLicenseData Get a list of 'licenseAccountLicenseData' instances
LicenseAccountLicenseDataApi license_account_license_data_moid_get GET /license/AccountLicenseData/{moid} Get a specific instance of 'licenseAccountLicenseData'
LicenseCustomerOpApi license_customer_ops_get GET /license/CustomerOps Get a list of 'licenseCustomerOp' instances
LicenseCustomerOpApi license_customer_ops_moid_get GET /license/CustomerOps/{moid} Get a specific instance of 'licenseCustomerOp'
LicenseCustomerOpApi license_customer_ops_moid_patch PATCH /license/CustomerOps/{moid} Update an instance of 'licenseCustomerOp'
LicenseCustomerOpApi license_customer_ops_moid_post POST /license/CustomerOps/{moid} Update an instance of 'licenseCustomerOp'
LicenseLicenseInfoApi license_license_infos_get GET /license/LicenseInfos Get a list of 'licenseLicenseInfo' instances
LicenseLicenseInfoApi license_license_infos_moid_get GET /license/LicenseInfos/{moid} Get a specific instance of 'licenseLicenseInfo'
LicenseLicenseInfoApi license_license_infos_moid_patch PATCH /license/LicenseInfos/{moid} Update an instance of 'licenseLicenseInfo'
LicenseLicenseInfoApi license_license_infos_moid_post POST /license/LicenseInfos/{moid} Update an instance of 'licenseLicenseInfo'
LicenseLicenseInfoApi license_license_infos_post POST /license/LicenseInfos Create an instance of 'licenseLicenseInfo'
LicenseSmartlicenseTokenApi license_smartlicense_tokens_get GET /license/SmartlicenseTokens Get a list of 'licenseSmartlicenseToken' instances
LicenseSmartlicenseTokenApi license_smartlicense_tokens_moid_get GET /license/SmartlicenseTokens/{moid} Get a specific instance of 'licenseSmartlicenseToken'
LicenseSmartlicenseTokenApi license_smartlicense_tokens_moid_patch PATCH /license/SmartlicenseTokens/{moid} Update an instance of 'licenseSmartlicenseToken'
LicenseSmartlicenseTokenApi license_smartlicense_tokens_moid_post POST /license/SmartlicenseTokens/{moid} Update an instance of 'licenseSmartlicenseToken'
LsServiceProfileApi ls_service_profiles_get GET /ls/ServiceProfiles Get a list of 'lsServiceProfile' instances
LsServiceProfileApi ls_service_profiles_moid_get GET /ls/ServiceProfiles/{moid} Get a specific instance of 'lsServiceProfile'
LsServiceProfileApi ls_service_profiles_moid_patch PATCH /ls/ServiceProfiles/{moid} Update an instance of 'lsServiceProfile'
LsServiceProfileApi ls_service_profiles_moid_post POST /ls/ServiceProfiles/{moid} Update an instance of 'lsServiceProfile'
ManagementControllerApi management_controllers_get GET /management/Controllers Get a list of 'managementController' instances
ManagementControllerApi management_controllers_moid_get GET /management/Controllers/{moid} Get a specific instance of 'managementController'
ManagementControllerApi management_controllers_moid_patch PATCH /management/Controllers/{moid} Update an instance of 'managementController'
ManagementControllerApi management_controllers_moid_post POST /management/Controllers/{moid} Update an instance of 'managementController'
ManagementEntityApi management_entities_get GET /management/Entities Get a list of 'managementEntity' instances
ManagementEntityApi management_entities_moid_get GET /management/Entities/{moid} Get a specific instance of 'managementEntity'
ManagementEntityApi management_entities_moid_patch PATCH /management/Entities/{moid} Update an instance of 'managementEntity'
ManagementEntityApi management_entities_moid_post POST /management/Entities/{moid} Update an instance of 'managementEntity'
ManagementInterfaceApi management_interfaces_get GET /management/Interfaces Get a list of 'managementInterface' instances
ManagementInterfaceApi management_interfaces_moid_get GET /management/Interfaces/{moid} Get a specific instance of 'managementInterface'
ManagementInterfaceApi management_interfaces_moid_patch PATCH /management/Interfaces/{moid} Update an instance of 'managementInterface'
ManagementInterfaceApi management_interfaces_moid_post POST /management/Interfaces/{moid} Update an instance of 'managementInterface'
MemoryArrayApi memory_arrays_get GET /memory/Arrays Get a list of 'memoryArray' instances
MemoryArrayApi memory_arrays_moid_get GET /memory/Arrays/{moid} Get a specific instance of 'memoryArray'
MemoryArrayApi memory_arrays_moid_patch PATCH /memory/Arrays/{moid} Update an instance of 'memoryArray'
MemoryArrayApi memory_arrays_moid_post POST /memory/Arrays/{moid} Update an instance of 'memoryArray'
MemoryUnitApi memory_units_get GET /memory/Units Get a list of 'memoryUnit' instances
MemoryUnitApi memory_units_moid_get GET /memory/Units/{moid} Get a specific instance of 'memoryUnit'
MemoryUnitApi memory_units_moid_patch PATCH /memory/Units/{moid} Update an instance of 'memoryUnit'
MemoryUnitApi memory_units_moid_post POST /memory/Units/{moid} Update an instance of 'memoryUnit'
MetaDefinitionApi meta_definitions_get GET /meta/Definitions Get a list of 'metaDefinition' instances
MetaDefinitionApi meta_definitions_moid_delete DELETE /meta/Definitions/{moid} Delete an instance of 'metaDefinition'
MetaDefinitionApi meta_definitions_moid_get GET /meta/Definitions/{moid} Get a specific instance of 'metaDefinition'
NetworkElementApi network_elements_get GET /network/Elements Get a list of 'networkElement' instances
NetworkElementApi network_elements_moid_get GET /network/Elements/{moid} Get a specific instance of 'networkElement'
NetworkElementApi network_elements_moid_patch PATCH /network/Elements/{moid} Update an instance of 'networkElement'
NetworkElementApi network_elements_moid_post POST /network/Elements/{moid} Update an instance of 'networkElement'
NetworkElementSummaryApi network_element_summaries_get GET /network/ElementSummaries Get a list of 'networkElementSummary' instances
NetworkElementSummaryApi network_element_summaries_moid_get GET /network/ElementSummaries/{moid} Get a specific instance of 'networkElementSummary'
NetworkconfigPolicyApi networkconfig_policies_get GET /networkconfig/Policies Get a list of 'networkconfigPolicy' instances
NetworkconfigPolicyApi networkconfig_policies_moid_delete DELETE /networkconfig/Policies/{moid} Delete an instance of 'networkconfigPolicy'
NetworkconfigPolicyApi networkconfig_policies_moid_get GET /networkconfig/Policies/{moid} Get a specific instance of 'networkconfigPolicy'
NetworkconfigPolicyApi networkconfig_policies_moid_patch PATCH /networkconfig/Policies/{moid} Update an instance of 'networkconfigPolicy'
NetworkconfigPolicyApi networkconfig_policies_moid_post POST /networkconfig/Policies/{moid} Update an instance of 'networkconfigPolicy'
NetworkconfigPolicyApi networkconfig_policies_post POST /networkconfig/Policies Create an instance of 'networkconfigPolicy'
NtpPolicyApi ntp_policies_get GET /ntp/Policies Get a list of 'ntpPolicy' instances
NtpPolicyApi ntp_policies_moid_delete DELETE /ntp/Policies/{moid} Delete an instance of 'ntpPolicy'
NtpPolicyApi ntp_policies_moid_get GET /ntp/Policies/{moid} Get a specific instance of 'ntpPolicy'
NtpPolicyApi ntp_policies_moid_patch PATCH /ntp/Policies/{moid} Update an instance of 'ntpPolicy'
NtpPolicyApi ntp_policies_moid_post POST /ntp/Policies/{moid} Update an instance of 'ntpPolicy'
NtpPolicyApi ntp_policies_post POST /ntp/Policies Create an instance of 'ntpPolicy'
OauthOauthUserApi oauth_oauth_users_get GET /oauth/OauthUsers Get a list of 'oauthOauthUser' instances
OauthOauthUserApi oauth_oauth_users_moid_delete DELETE /oauth/OauthUsers/{moid} Delete an instance of 'oauthOauthUser'
OauthOauthUserApi oauth_oauth_users_moid_get GET /oauth/OauthUsers/{moid} Get a specific instance of 'oauthOauthUser'
OauthOauthUserApi oauth_oauth_users_moid_patch PATCH /oauth/OauthUsers/{moid} Update an instance of 'oauthOauthUser'
OauthOauthUserApi oauth_oauth_users_moid_post POST /oauth/OauthUsers/{moid} Update an instance of 'oauthOauthUser'
OauthOauthUserApi oauth_oauth_users_post POST /oauth/OauthUsers Create an instance of 'oauthOauthUser'
PciDeviceApi pci_devices_get GET /pci/Devices Get a list of 'pciDevice' instances
PciDeviceApi pci_devices_moid_get GET /pci/Devices/{moid} Get a specific instance of 'pciDevice'
PciDeviceApi pci_devices_moid_patch PATCH /pci/Devices/{moid} Update an instance of 'pciDevice'
PciDeviceApi pci_devices_moid_post POST /pci/Devices/{moid} Update an instance of 'pciDevice'
PortGroupApi port_groups_get GET /port/Groups Get a list of 'portGroup' instances
PortGroupApi port_groups_moid_get GET /port/Groups/{moid} Get a specific instance of 'portGroup'
PortGroupApi port_groups_moid_patch PATCH /port/Groups/{moid} Update an instance of 'portGroup'
PortGroupApi port_groups_moid_post POST /port/Groups/{moid} Update an instance of 'portGroup'
PortSubGroupApi port_sub_groups_get GET /port/SubGroups Get a list of 'portSubGroup' instances
PortSubGroupApi port_sub_groups_moid_get GET /port/SubGroups/{moid} Get a specific instance of 'portSubGroup'
PortSubGroupApi port_sub_groups_moid_patch PATCH /port/SubGroups/{moid} Update an instance of 'portSubGroup'
PortSubGroupApi port_sub_groups_moid_post POST /port/SubGroups/{moid} Update an instance of 'portSubGroup'
ProcessorUnitApi processor_units_get GET /processor/Units Get a list of 'processorUnit' instances
ProcessorUnitApi processor_units_moid_get GET /processor/Units/{moid} Get a specific instance of 'processorUnit'
ProcessorUnitApi processor_units_moid_patch PATCH /processor/Units/{moid} Update an instance of 'processorUnit'
ProcessorUnitApi processor_units_moid_post POST /processor/Units/{moid} Update an instance of 'processorUnit'
ResourceGroupApi resource_groups_get GET /resource/Groups Get a list of 'resourceGroup' instances
ResourceGroupApi resource_groups_moid_delete DELETE /resource/Groups/{moid} Delete an instance of 'resourceGroup'
ResourceGroupApi resource_groups_moid_get GET /resource/Groups/{moid} Get a specific instance of 'resourceGroup'
ResourceGroupApi resource_groups_moid_patch PATCH /resource/Groups/{moid} Update an instance of 'resourceGroup'
ResourceGroupApi resource_groups_moid_post POST /resource/Groups/{moid} Update an instance of 'resourceGroup'
ResourceGroupApi resource_groups_post POST /resource/Groups Create an instance of 'resourceGroup'
SdcardPolicyApi sdcard_policies_get GET /sdcard/Policies Get a list of 'sdcardPolicy' instances
SdcardPolicyApi sdcard_policies_moid_delete DELETE /sdcard/Policies/{moid} Delete an instance of 'sdcardPolicy'
SdcardPolicyApi sdcard_policies_moid_get GET /sdcard/Policies/{moid} Get a specific instance of 'sdcardPolicy'
SdcardPolicyApi sdcard_policies_moid_patch PATCH /sdcard/Policies/{moid} Update an instance of 'sdcardPolicy'
SdcardPolicyApi sdcard_policies_moid_post POST /sdcard/Policies/{moid} Update an instance of 'sdcardPolicy'
SdcardPolicyApi sdcard_policies_post POST /sdcard/Policies Create an instance of 'sdcardPolicy'
SearchSearchItemApi search_search_items_get GET /search/SearchItems Get a list of 'searchSearchItem' instances
SearchSearchItemApi search_search_items_moid_get GET /search/SearchItems/{moid} Get a specific instance of 'searchSearchItem'
SearchSuggestItemApi search_suggest_items_post POST /search/SuggestItems Create an instance of 'searchSuggestItem'
SearchTagItemApi search_tag_items_get GET /search/TagItems Get a list of 'searchTagItem' instances
SearchTagItemApi search_tag_items_moid_get GET /search/TagItems/{moid} Get a specific instance of 'searchTagItem'
SecurityUnitApi security_units_get GET /security/Units Get a list of 'securityUnit' instances
SecurityUnitApi security_units_moid_get GET /security/Units/{moid} Get a specific instance of 'securityUnit'
SecurityUnitApi security_units_moid_patch PATCH /security/Units/{moid} Update an instance of 'securityUnit'
SecurityUnitApi security_units_moid_post POST /security/Units/{moid} Update an instance of 'securityUnit'
ServerConfigChangeDetailApi server_config_change_details_get GET /server/ConfigChangeDetails Get a list of 'serverConfigChangeDetail' instances
ServerConfigChangeDetailApi server_config_change_details_moid_get GET /server/ConfigChangeDetails/{moid} Get a specific instance of 'serverConfigChangeDetail'
ServerConfigResultApi server_config_results_get GET /server/ConfigResults Get a list of 'serverConfigResult' instances
ServerConfigResultApi server_config_results_moid_get GET /server/ConfigResults/{moid} Get a specific instance of 'serverConfigResult'
ServerConfigResultEntryApi server_config_result_entries_get GET /server/ConfigResultEntries Get a list of 'serverConfigResultEntry' instances
ServerConfigResultEntryApi server_config_result_entries_moid_get GET /server/ConfigResultEntries/{moid} Get a specific instance of 'serverConfigResultEntry'
ServerProfileApi server_profiles_get GET /server/Profiles Get a list of 'serverProfile' instances
ServerProfileApi server_profiles_moid_delete DELETE /server/Profiles/{moid} Delete an instance of 'serverProfile'
ServerProfileApi server_profiles_moid_get GET /server/Profiles/{moid} Get a specific instance of 'serverProfile'
ServerProfileApi server_profiles_moid_patch PATCH /server/Profiles/{moid} Update an instance of 'serverProfile'
ServerProfileApi server_profiles_moid_post POST /server/Profiles/{moid} Update an instance of 'serverProfile'
ServerProfileApi server_profiles_post POST /server/Profiles Create an instance of 'serverProfile'
SmtpPolicyApi smtp_policies_get GET /smtp/Policies Get a list of 'smtpPolicy' instances
SmtpPolicyApi smtp_policies_moid_delete DELETE /smtp/Policies/{moid} Delete an instance of 'smtpPolicy'
SmtpPolicyApi smtp_policies_moid_get GET /smtp/Policies/{moid} Get a specific instance of 'smtpPolicy'
SmtpPolicyApi smtp_policies_moid_patch PATCH /smtp/Policies/{moid} Update an instance of 'smtpPolicy'
SmtpPolicyApi smtp_policies_moid_post POST /smtp/Policies/{moid} Update an instance of 'smtpPolicy'
SmtpPolicyApi smtp_policies_post POST /smtp/Policies Create an instance of 'smtpPolicy'
SnmpPolicyApi snmp_policies_get GET /snmp/Policies Get a list of 'snmpPolicy' instances
SnmpPolicyApi snmp_policies_moid_delete DELETE /snmp/Policies/{moid} Delete an instance of 'snmpPolicy'
SnmpPolicyApi snmp_policies_moid_get GET /snmp/Policies/{moid} Get a specific instance of 'snmpPolicy'
SnmpPolicyApi snmp_policies_moid_patch PATCH /snmp/Policies/{moid} Update an instance of 'snmpPolicy'
SnmpPolicyApi snmp_policies_moid_post POST /snmp/Policies/{moid} Update an instance of 'snmpPolicy'
SnmpPolicyApi snmp_policies_post POST /snmp/Policies Create an instance of 'snmpPolicy'
SoftwarerepositoryAuthorizationApi softwarerepository_authorizations_get GET /softwarerepository/Authorizations Get a list of 'softwarerepositoryAuthorization' instances
SoftwarerepositoryAuthorizationApi softwarerepository_authorizations_moid_get GET /softwarerepository/Authorizations/{moid} Get a specific instance of 'softwarerepositoryAuthorization'
SoftwarerepositoryAuthorizationApi softwarerepository_authorizations_moid_patch PATCH /softwarerepository/Authorizations/{moid} Update an instance of 'softwarerepositoryAuthorization'
SoftwarerepositoryAuthorizationApi softwarerepository_authorizations_moid_post POST /softwarerepository/Authorizations/{moid} Update an instance of 'softwarerepositoryAuthorization'
SoftwarerepositoryAuthorizationApi softwarerepository_authorizations_post POST /softwarerepository/Authorizations Create an instance of 'softwarerepositoryAuthorization'
SolPolicyApi sol_policies_get GET /sol/Policies Get a list of 'solPolicy' instances
SolPolicyApi sol_policies_moid_delete DELETE /sol/Policies/{moid} Delete an instance of 'solPolicy'
SolPolicyApi sol_policies_moid_get GET /sol/Policies/{moid} Get a specific instance of 'solPolicy'
SolPolicyApi sol_policies_moid_patch PATCH /sol/Policies/{moid} Update an instance of 'solPolicy'
SolPolicyApi sol_policies_moid_post POST /sol/Policies/{moid} Update an instance of 'solPolicy'
SolPolicyApi sol_policies_post POST /sol/Policies Create an instance of 'solPolicy'
SshPolicyApi ssh_policies_get GET /ssh/Policies Get a list of 'sshPolicy' instances
SshPolicyApi ssh_policies_moid_delete DELETE /ssh/Policies/{moid} Delete an instance of 'sshPolicy'
SshPolicyApi ssh_policies_moid_get GET /ssh/Policies/{moid} Get a specific instance of 'sshPolicy'
SshPolicyApi ssh_policies_moid_patch PATCH /ssh/Policies/{moid} Update an instance of 'sshPolicy'
SshPolicyApi ssh_policies_moid_post POST /ssh/Policies/{moid} Update an instance of 'sshPolicy'
SshPolicyApi ssh_policies_post POST /ssh/Policies Create an instance of 'sshPolicy'
StorageControllerApi storage_controllers_get GET /storage/Controllers Get a list of 'storageController' instances
StorageControllerApi storage_controllers_moid_get GET /storage/Controllers/{moid} Get a specific instance of 'storageController'
StorageControllerApi storage_controllers_moid_patch PATCH /storage/Controllers/{moid} Update an instance of 'storageController'
StorageControllerApi storage_controllers_moid_post POST /storage/Controllers/{moid} Update an instance of 'storageController'
StorageDiskGroupPolicyApi storage_disk_group_policies_get GET /storage/DiskGroupPolicies Get a list of 'storageDiskGroupPolicy' instances
StorageDiskGroupPolicyApi storage_disk_group_policies_moid_delete DELETE /storage/DiskGroupPolicies/{moid} Delete an instance of 'storageDiskGroupPolicy'
StorageDiskGroupPolicyApi storage_disk_group_policies_moid_get GET /storage/DiskGroupPolicies/{moid} Get a specific instance of 'storageDiskGroupPolicy'
StorageDiskGroupPolicyApi storage_disk_group_policies_moid_patch PATCH /storage/DiskGroupPolicies/{moid} Update an instance of 'storageDiskGroupPolicy'
StorageDiskGroupPolicyApi storage_disk_group_policies_moid_post POST /storage/DiskGroupPolicies/{moid} Update an instance of 'storageDiskGroupPolicy'
StorageDiskGroupPolicyApi storage_disk_group_policies_post POST /storage/DiskGroupPolicies Create an instance of 'storageDiskGroupPolicy'
StorageEnclosureApi storage_enclosures_get GET /storage/Enclosures Get a list of 'storageEnclosure' instances
StorageEnclosureApi storage_enclosures_moid_get GET /storage/Enclosures/{moid} Get a specific instance of 'storageEnclosure'
StorageEnclosureApi storage_enclosures_moid_patch PATCH /storage/Enclosures/{moid} Update an instance of 'storageEnclosure'
StorageEnclosureApi storage_enclosures_moid_post POST /storage/Enclosures/{moid} Update an instance of 'storageEnclosure'
StorageFlexFlashControllerApi storage_flex_flash_controllers_get GET /storage/FlexFlashControllers Get a list of 'storageFlexFlashController' instances
StorageFlexFlashControllerApi storage_flex_flash_controllers_moid_get GET /storage/FlexFlashControllers/{moid} Get a specific instance of 'storageFlexFlashController'
StorageFlexFlashControllerApi storage_flex_flash_controllers_moid_patch PATCH /storage/FlexFlashControllers/{moid} Update an instance of 'storageFlexFlashController'
StorageFlexFlashControllerApi storage_flex_flash_controllers_moid_post POST /storage/FlexFlashControllers/{moid} Update an instance of 'storageFlexFlashController'
StorageFlexFlashControllerPropsApi storage_flex_flash_controller_props_get GET /storage/FlexFlashControllerProps Get a list of 'storageFlexFlashControllerProps' instances
StorageFlexFlashControllerPropsApi storage_flex_flash_controller_props_moid_get GET /storage/FlexFlashControllerProps/{moid} Get a specific instance of 'storageFlexFlashControllerProps'
StorageFlexFlashControllerPropsApi storage_flex_flash_controller_props_moid_patch PATCH /storage/FlexFlashControllerProps/{moid} Update an instance of 'storageFlexFlashControllerProps'
StorageFlexFlashControllerPropsApi storage_flex_flash_controller_props_moid_post POST /storage/FlexFlashControllerProps/{moid} Update an instance of 'storageFlexFlashControllerProps'
StorageFlexFlashPhysicalDriveApi storage_flex_flash_physical_drives_get GET /storage/FlexFlashPhysicalDrives Get a list of 'storageFlexFlashPhysicalDrive' instances
StorageFlexFlashPhysicalDriveApi storage_flex_flash_physical_drives_moid_get GET /storage/FlexFlashPhysicalDrives/{moid} Get a specific instance of 'storageFlexFlashPhysicalDrive'
StorageFlexFlashPhysicalDriveApi storage_flex_flash_physical_drives_moid_patch PATCH /storage/FlexFlashPhysicalDrives/{moid} Update an instance of 'storageFlexFlashPhysicalDrive'
StorageFlexFlashPhysicalDriveApi storage_flex_flash_physical_drives_moid_post POST /storage/FlexFlashPhysicalDrives/{moid} Update an instance of 'storageFlexFlashPhysicalDrive'
StorageFlexFlashVirtualDriveApi storage_flex_flash_virtual_drives_get GET /storage/FlexFlashVirtualDrives Get a list of 'storageFlexFlashVirtualDrive' instances
StorageFlexFlashVirtualDriveApi storage_flex_flash_virtual_drives_moid_get GET /storage/FlexFlashVirtualDrives/{moid} Get a specific instance of 'storageFlexFlashVirtualDrive'
StorageFlexFlashVirtualDriveApi storage_flex_flash_virtual_drives_moid_patch PATCH /storage/FlexFlashVirtualDrives/{moid} Update an instance of 'storageFlexFlashVirtualDrive'
StorageFlexFlashVirtualDriveApi storage_flex_flash_virtual_drives_moid_post POST /storage/FlexFlashVirtualDrives/{moid} Update an instance of 'storageFlexFlashVirtualDrive'
StorageFlexUtilControllerApi storage_flex_util_controllers_get GET /storage/FlexUtilControllers Get a list of 'storageFlexUtilController' instances
StorageFlexUtilControllerApi storage_flex_util_controllers_moid_get GET /storage/FlexUtilControllers/{moid} Get a specific instance of 'storageFlexUtilController'
StorageFlexUtilControllerApi storage_flex_util_controllers_moid_patch PATCH /storage/FlexUtilControllers/{moid} Update an instance of 'storageFlexUtilController'
StorageFlexUtilControllerApi storage_flex_util_controllers_moid_post POST /storage/FlexUtilControllers/{moid} Update an instance of 'storageFlexUtilController'
StorageFlexUtilPhysicalDriveApi storage_flex_util_physical_drives_get GET /storage/FlexUtilPhysicalDrives Get a list of 'storageFlexUtilPhysicalDrive' instances
StorageFlexUtilPhysicalDriveApi storage_flex_util_physical_drives_moid_get GET /storage/FlexUtilPhysicalDrives/{moid} Get a specific instance of 'storageFlexUtilPhysicalDrive'
StorageFlexUtilPhysicalDriveApi storage_flex_util_physical_drives_moid_patch PATCH /storage/FlexUtilPhysicalDrives/{moid} Update an instance of 'storageFlexUtilPhysicalDrive'
StorageFlexUtilPhysicalDriveApi storage_flex_util_physical_drives_moid_post POST /storage/FlexUtilPhysicalDrives/{moid} Update an instance of 'storageFlexUtilPhysicalDrive'
StorageFlexUtilVirtualDriveApi storage_flex_util_virtual_drives_get GET /storage/FlexUtilVirtualDrives Get a list of 'storageFlexUtilVirtualDrive' instances
StorageFlexUtilVirtualDriveApi storage_flex_util_virtual_drives_moid_get GET /storage/FlexUtilVirtualDrives/{moid} Get a specific instance of 'storageFlexUtilVirtualDrive'
StorageFlexUtilVirtualDriveApi storage_flex_util_virtual_drives_moid_patch PATCH /storage/FlexUtilVirtualDrives/{moid} Update an instance of 'storageFlexUtilVirtualDrive'
StorageFlexUtilVirtualDriveApi storage_flex_util_virtual_drives_moid_post POST /storage/FlexUtilVirtualDrives/{moid} Update an instance of 'storageFlexUtilVirtualDrive'
StoragePhysicalDiskApi storage_physical_disks_get GET /storage/PhysicalDisks Get a list of 'storagePhysicalDisk' instances
StoragePhysicalDiskApi storage_physical_disks_moid_get GET /storage/PhysicalDisks/{moid} Get a specific instance of 'storagePhysicalDisk'
StoragePhysicalDiskApi storage_physical_disks_moid_patch PATCH /storage/PhysicalDisks/{moid} Update an instance of 'storagePhysicalDisk'
StoragePhysicalDiskApi storage_physical_disks_moid_post POST /storage/PhysicalDisks/{moid} Update an instance of 'storagePhysicalDisk'
StoragePhysicalDiskExtensionApi storage_physical_disk_extensions_get GET /storage/PhysicalDiskExtensions Get a list of 'storagePhysicalDiskExtension' instances
StoragePhysicalDiskExtensionApi storage_physical_disk_extensions_moid_get GET /storage/PhysicalDiskExtensions/{moid} Get a specific instance of 'storagePhysicalDiskExtension'
StoragePhysicalDiskExtensionApi storage_physical_disk_extensions_moid_patch PATCH /storage/PhysicalDiskExtensions/{moid} Update an instance of 'storagePhysicalDiskExtension'
StoragePhysicalDiskExtensionApi storage_physical_disk_extensions_moid_post POST /storage/PhysicalDiskExtensions/{moid} Update an instance of 'storagePhysicalDiskExtension'
StoragePhysicalDiskUsageApi storage_physical_disk_usages_get GET /storage/PhysicalDiskUsages Get a list of 'storagePhysicalDiskUsage' instances
StoragePhysicalDiskUsageApi storage_physical_disk_usages_moid_get GET /storage/PhysicalDiskUsages/{moid} Get a specific instance of 'storagePhysicalDiskUsage'
StoragePhysicalDiskUsageApi storage_physical_disk_usages_moid_patch PATCH /storage/PhysicalDiskUsages/{moid} Update an instance of 'storagePhysicalDiskUsage'
StoragePhysicalDiskUsageApi storage_physical_disk_usages_moid_post POST /storage/PhysicalDiskUsages/{moid} Update an instance of 'storagePhysicalDiskUsage'
StorageSasExpanderApi storage_sas_expanders_get GET /storage/SasExpanders Get a list of 'storageSasExpander' instances
StorageSasExpanderApi storage_sas_expanders_moid_get GET /storage/SasExpanders/{moid} Get a specific instance of 'storageSasExpander'
StorageSasExpanderApi storage_sas_expanders_moid_patch PATCH /storage/SasExpanders/{moid} Update an instance of 'storageSasExpander'
StorageSasExpanderApi storage_sas_expanders_moid_post POST /storage/SasExpanders/{moid} Update an instance of 'storageSasExpander'
StorageStoragePolicyApi storage_storage_policies_get GET /storage/StoragePolicies Get a list of 'storageStoragePolicy' instances
StorageStoragePolicyApi storage_storage_policies_moid_delete DELETE /storage/StoragePolicies/{moid} Delete an instance of 'storageStoragePolicy'
StorageStoragePolicyApi storage_storage_policies_moid_get GET /storage/StoragePolicies/{moid} Get a specific instance of 'storageStoragePolicy'
StorageStoragePolicyApi storage_storage_policies_moid_patch PATCH /storage/StoragePolicies/{moid} Update an instance of 'storageStoragePolicy'
StorageStoragePolicyApi storage_storage_policies_moid_post POST /storage/StoragePolicies/{moid} Update an instance of 'storageStoragePolicy'
StorageStoragePolicyApi storage_storage_policies_post POST /storage/StoragePolicies Create an instance of 'storageStoragePolicy'
StorageVdMemberEpApi storage_vd_member_eps_get GET /storage/VdMemberEps Get a list of 'storageVdMemberEp' instances
StorageVdMemberEpApi storage_vd_member_eps_moid_get GET /storage/VdMemberEps/{moid} Get a specific instance of 'storageVdMemberEp'
StorageVdMemberEpApi storage_vd_member_eps_moid_patch PATCH /storage/VdMemberEps/{moid} Update an instance of 'storageVdMemberEp'
StorageVdMemberEpApi storage_vd_member_eps_moid_post POST /storage/VdMemberEps/{moid} Update an instance of 'storageVdMemberEp'
StorageVirtualDriveApi storage_virtual_drives_get GET /storage/VirtualDrives Get a list of 'storageVirtualDrive' instances
StorageVirtualDriveApi storage_virtual_drives_moid_get GET /storage/VirtualDrives/{moid} Get a specific instance of 'storageVirtualDrive'
StorageVirtualDriveApi storage_virtual_drives_moid_patch PATCH /storage/VirtualDrives/{moid} Update an instance of 'storageVirtualDrive'
StorageVirtualDriveApi storage_virtual_drives_moid_post POST /storage/VirtualDrives/{moid} Update an instance of 'storageVirtualDrive'
StorageVirtualDriveExtensionApi storage_virtual_drive_extensions_get GET /storage/VirtualDriveExtensions Get a list of 'storageVirtualDriveExtension' instances
StorageVirtualDriveExtensionApi storage_virtual_drive_extensions_moid_get GET /storage/VirtualDriveExtensions/{moid} Get a specific instance of 'storageVirtualDriveExtension'
StorageVirtualDriveExtensionApi storage_virtual_drive_extensions_moid_patch PATCH /storage/VirtualDriveExtensions/{moid} Update an instance of 'storageVirtualDriveExtension'
StorageVirtualDriveExtensionApi storage_virtual_drive_extensions_moid_post POST /storage/VirtualDriveExtensions/{moid} Update an instance of 'storageVirtualDriveExtension'
SyslogPolicyApi syslog_policies_get GET /syslog/Policies Get a list of 'syslogPolicy' instances
SyslogPolicyApi syslog_policies_moid_delete DELETE /syslog/Policies/{moid} Delete an instance of 'syslogPolicy'
SyslogPolicyApi syslog_policies_moid_get GET /syslog/Policies/{moid} Get a specific instance of 'syslogPolicy'
SyslogPolicyApi syslog_policies_moid_patch PATCH /syslog/Policies/{moid} Update an instance of 'syslogPolicy'
SyslogPolicyApi syslog_policies_moid_post POST /syslog/Policies/{moid} Update an instance of 'syslogPolicy'
SyslogPolicyApi syslog_policies_post POST /syslog/Policies Create an instance of 'syslogPolicy'
TaskWorkflowActionApi task_workflow_actions_get GET /task/WorkflowActions Get a list of 'taskWorkflowAction' instances
TaskWorkflowActionApi task_workflow_actions_moid_get GET /task/WorkflowActions/{moid} Get a specific instance of 'taskWorkflowAction'
TaskWorkflowActionApi task_workflow_actions_moid_patch PATCH /task/WorkflowActions/{moid} Update an instance of 'taskWorkflowAction'
TaskWorkflowActionApi task_workflow_actions_moid_post POST /task/WorkflowActions/{moid} Update an instance of 'taskWorkflowAction'
TaskWorkflowActionApi task_workflow_actions_post POST /task/WorkflowActions Create an instance of 'taskWorkflowAction'
TelemetryTimeSeriesApi telemetry_time_series_post POST /telemetry/TimeSeries Create an instance of 'telemetryTimeSeries'
TerminalAuditLogApi terminal_audit_logs_get GET /terminal/AuditLogs Get a list of 'terminalAuditLog' instances
TerminalAuditLogApi terminal_audit_logs_moid_get GET /terminal/AuditLogs/{moid} Get a specific instance of 'terminalAuditLog'
TestcryptAdministratorApi testcrypt_administrators_get GET /testcrypt/Administrators Get a list of 'testcryptAdministrator' instances
TestcryptAdministratorApi testcrypt_administrators_moid_get GET /testcrypt/Administrators/{moid} Get a specific instance of 'testcryptAdministrator'
TestcryptAdministratorApi testcrypt_administrators_moid_patch PATCH /testcrypt/Administrators/{moid} Update an instance of 'testcryptAdministrator'
TestcryptAdministratorApi testcrypt_administrators_moid_post POST /testcrypt/Administrators/{moid} Update an instance of 'testcryptAdministrator'
TestcryptAdministratorApi testcrypt_administrators_post POST /testcrypt/Administrators Create an instance of 'testcryptAdministrator'
TestcryptCredentialApi testcrypt_credentials_get GET /testcrypt/Credentials Get a list of 'testcryptCredential' instances
TestcryptCredentialApi testcrypt_credentials_moid_delete DELETE /testcrypt/Credentials/{moid} Delete an instance of 'testcryptCredential'
TestcryptCredentialApi testcrypt_credentials_moid_get GET /testcrypt/Credentials/{moid} Get a specific instance of 'testcryptCredential'
TestcryptCredentialApi testcrypt_credentials_moid_patch PATCH /testcrypt/Credentials/{moid} Update an instance of 'testcryptCredential'
TestcryptCredentialApi testcrypt_credentials_moid_post POST /testcrypt/Credentials/{moid} Update an instance of 'testcryptCredential'
TestcryptCredentialApi testcrypt_credentials_post POST /testcrypt/Credentials Create an instance of 'testcryptCredential'
TestcryptReadOnlyUserApi testcrypt_read_only_users_get GET /testcrypt/ReadOnlyUsers Get a list of 'testcryptReadOnlyUser' instances
TestcryptReadOnlyUserApi testcrypt_read_only_users_moid_delete DELETE /testcrypt/ReadOnlyUsers/{moid} Delete an instance of 'testcryptReadOnlyUser'
TestcryptReadOnlyUserApi testcrypt_read_only_users_moid_get GET /testcrypt/ReadOnlyUsers/{moid} Get a specific instance of 'testcryptReadOnlyUser'
TestcryptReadOnlyUserApi testcrypt_read_only_users_moid_patch PATCH /testcrypt/ReadOnlyUsers/{moid} Update an instance of 'testcryptReadOnlyUser'
TestcryptReadOnlyUserApi testcrypt_read_only_users_moid_post POST /testcrypt/ReadOnlyUsers/{moid} Update an instance of 'testcryptReadOnlyUser'
TestcryptReadOnlyUserApi testcrypt_read_only_users_post POST /testcrypt/ReadOnlyUsers Create an instance of 'testcryptReadOnlyUser'
TestcryptShadowCredentialApi testcrypt_shadow_credentials_get GET /testcrypt/ShadowCredentials Get a list of 'testcryptShadowCredential' instances
TestcryptShadowCredentialApi testcrypt_shadow_credentials_moid_get GET /testcrypt/ShadowCredentials/{moid} Get a specific instance of 'testcryptShadowCredential'
TopSystemApi top_systems_get GET /top/Systems Get a list of 'topSystem' instances
TopSystemApi top_systems_moid_get GET /top/Systems/{moid} Get a specific instance of 'topSystem'
TopSystemApi top_systems_moid_patch PATCH /top/Systems/{moid} Update an instance of 'topSystem'
TopSystemApi top_systems_moid_post POST /top/Systems/{moid} Update an instance of 'topSystem'
VmediaPolicyApi vmedia_policies_get GET /vmedia/Policies Get a list of 'vmediaPolicy' instances
VmediaPolicyApi vmedia_policies_moid_delete DELETE /vmedia/Policies/{moid} Delete an instance of 'vmediaPolicy'
VmediaPolicyApi vmedia_policies_moid_get GET /vmedia/Policies/{moid} Get a specific instance of 'vmediaPolicy'
VmediaPolicyApi vmedia_policies_moid_patch PATCH /vmedia/Policies/{moid} Update an instance of 'vmediaPolicy'
VmediaPolicyApi vmedia_policies_moid_post POST /vmedia/Policies/{moid} Update an instance of 'vmediaPolicy'
VmediaPolicyApi vmedia_policies_post POST /vmedia/Policies Create an instance of 'vmediaPolicy'
WorkflowBuildTaskMetaApi workflow_build_task_meta_get GET /workflow/BuildTaskMeta Get a list of 'workflowBuildTaskMeta' instances
WorkflowBuildTaskMetaApi workflow_build_task_meta_moid_get GET /workflow/BuildTaskMeta/{moid} Get a specific instance of 'workflowBuildTaskMeta'
WorkflowBuildTaskMetaOwnerApi workflow_build_task_meta_owners_get GET /workflow/BuildTaskMetaOwners Get a list of 'workflowBuildTaskMetaOwner' instances
WorkflowBuildTaskMetaOwnerApi workflow_build_task_meta_owners_moid_get GET /workflow/BuildTaskMetaOwners/{moid} Get a specific instance of 'workflowBuildTaskMetaOwner'
WorkflowPendingDynamicWorkflowInfoApi workflow_pending_dynamic_workflow_infos_get GET /workflow/PendingDynamicWorkflowInfos Get a list of 'workflowPendingDynamicWorkflowInfo' instances
WorkflowPendingDynamicWorkflowInfoApi workflow_pending_dynamic_workflow_infos_moid_get GET /workflow/PendingDynamicWorkflowInfos/{moid} Get a specific instance of 'workflowPendingDynamicWorkflowInfo'
WorkflowTaskInfoApi workflow_task_infos_get GET /workflow/TaskInfos Get a list of 'workflowTaskInfo' instances
WorkflowTaskInfoApi workflow_task_infos_moid_get GET /workflow/TaskInfos/{moid} Get a specific instance of 'workflowTaskInfo'
WorkflowTaskMetaApi workflow_task_meta_get GET /workflow/TaskMeta Get a list of 'workflowTaskMeta' instances
WorkflowTaskMetaApi workflow_task_meta_moid_get GET /workflow/TaskMeta/{moid} Get a specific instance of 'workflowTaskMeta'
WorkflowWorkflowInfoApi workflow_workflow_infos_get GET /workflow/WorkflowInfos Get a list of 'workflowWorkflowInfo' instances
WorkflowWorkflowInfoApi workflow_workflow_infos_moid_delete DELETE /workflow/WorkflowInfos/{moid} Delete an instance of 'workflowWorkflowInfo'
WorkflowWorkflowInfoApi workflow_workflow_infos_moid_get GET /workflow/WorkflowInfos/{moid} Get a specific instance of 'workflowWorkflowInfo'
WorkflowWorkflowInfoApi workflow_workflow_infos_moid_patch PATCH /workflow/WorkflowInfos/{moid} Update an instance of 'workflowWorkflowInfo'
WorkflowWorkflowInfoApi workflow_workflow_infos_moid_post POST /workflow/WorkflowInfos/{moid} Update an instance of 'workflowWorkflowInfo'
WorkflowWorkflowInfoApi workflow_workflow_infos_post POST /workflow/WorkflowInfos Create an instance of 'workflowWorkflowInfo'
WorkflowWorkflowMetaApi workflow_workflow_meta_get GET /workflow/WorkflowMeta Get a list of 'workflowWorkflowMeta' instances
WorkflowWorkflowMetaApi workflow_workflow_meta_moid_get GET /workflow/WorkflowMeta/{moid} Get a specific instance of 'workflowWorkflowMeta'

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

About

Intersight SDK for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%