This is the UCS Starship REST API
This Python package is automatically generated by the Swagger Codegen project:
- API version: 1.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen
Python 2.7 and 3.4+
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 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 intersightPlease 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 = true # bool | The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response (optional)
tags = true # bool | The 'tags' query option allows clients to request a document with tag usage summary. (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)
try:
# List of aaaAuditRecords
api_response = api_instance.aaa_audit_records_get(count=count, inlinecount=inlinecount, tags=tags, top=top, skip=skip, filter=filter, select=select, orderby=orderby, expand=expand)
pprint(api_response)
except ApiException as e:
print("Exception when calling AaaAuditRecordApi->aaa_audit_records_get: %s\n" % e)All URIs are relative to https://ucs.cisco.com/api/v1
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AaaAuditRecordApi | aaa_audit_records_get | GET /aaa/AuditRecords | List of aaaAuditRecords |
| AaaAuditRecordApi | aaa_audit_records_moid_get | GET /aaa/AuditRecords/{moid} | A instance of aaaAuditRecord |
| AdapterExtEthInterfaceApi | adapter_ext_eth_interfaces_get | GET /adapter/ExtEthInterfaces | List of adapterExtEthInterfaces |
| AdapterExtEthInterfaceApi | adapter_ext_eth_interfaces_moid_get | GET /adapter/ExtEthInterfaces/{moid} | A instance of adapterExtEthInterface |
| AdapterHostEthInterfaceApi | adapter_host_eth_interfaces_get | GET /adapter/HostEthInterfaces | List of adapterHostEthInterfaces |
| AdapterHostEthInterfaceApi | adapter_host_eth_interfaces_moid_get | GET /adapter/HostEthInterfaces/{moid} | A instance of adapterHostEthInterface |
| AdapterHostFcInterfaceApi | adapter_host_fc_interfaces_get | GET /adapter/HostFcInterfaces | List of adapterHostFcInterfaces |
| AdapterHostFcInterfaceApi | adapter_host_fc_interfaces_moid_get | GET /adapter/HostFcInterfaces/{moid} | A instance of adapterHostFcInterface |
| AdapterHostIscsiInterfaceApi | adapter_host_iscsi_interfaces_get | GET /adapter/HostIscsiInterfaces | List of adapterHostIscsiInterfaces |
| AdapterHostIscsiInterfaceApi | adapter_host_iscsi_interfaces_moid_get | GET /adapter/HostIscsiInterfaces/{moid} | A instance of adapterHostIscsiInterface |
| AdapterUnitApi | adapter_units_get | GET /adapter/Units | List of adapterUnits |
| AdapterUnitApi | adapter_units_moid_get | GET /adapter/Units/{moid} | A instance of adapterUnit |
| AssetDeviceClaimApi | asset_device_claims_moid_delete | DELETE /asset/DeviceClaims/{moid} | Delete an instance of assetDeviceClaim |
| AssetDeviceClaimApi | asset_device_claims_post | POST /asset/DeviceClaims | Create a assetDeviceClaim |
| AssetDeviceRegistrationApi | asset_device_registrations_get | GET /asset/DeviceRegistrations | List of assetDeviceRegistrations |
| AssetDeviceRegistrationApi | asset_device_registrations_moid_delete | DELETE /asset/DeviceRegistrations/{moid} | Delete an instance of assetDeviceRegistration |
| AssetDeviceRegistrationApi | asset_device_registrations_moid_get | GET /asset/DeviceRegistrations/{moid} | A instance of assetDeviceRegistration |
| AssetDeviceRegistrationApi | asset_device_registrations_moid_patch | PATCH /asset/DeviceRegistrations/{moid} | Update an instance of assetDeviceRegistration |
| AssetDeviceRegistrationApi | asset_device_registrations_moid_post | POST /asset/DeviceRegistrations/{moid} | Update an instance of assetDeviceRegistration |
| BiosPolicyApi | bios_policies_get | GET /bios/Policies | List of biosPolicies |
| BiosPolicyApi | bios_policies_moid_delete | DELETE /bios/Policies/{moid} | Delete an instance of biosPolicy |
| BiosPolicyApi | bios_policies_moid_get | GET /bios/Policies/{moid} | A 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 a biosPolicy |
| BiosUnitApi | bios_units_get | GET /bios/Units | List of biosUnits |
| BiosUnitApi | bios_units_moid_get | GET /bios/Units/{moid} | A 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 | List of bootPrecisionPolicies |
| 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} | A 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 a bootPrecisionPolicy |
| ComputeBladeApi | compute_blades_get | GET /compute/Blades | List of computeBlades |
| ComputeBladeApi | compute_blades_moid_get | GET /compute/Blades/{moid} | A 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 | List of computeBoards |
| ComputeBoardApi | compute_boards_moid_get | GET /compute/Boards/{moid} | A 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 | List of computePhysicalSummaries |
| ComputePhysicalSummaryApi | compute_physical_summaries_moid_get | GET /compute/PhysicalSummaries/{moid} | A instance of computePhysicalSummary |
| ComputeRackUnitApi | compute_rack_units_get | GET /compute/RackUnits | List of computeRackUnits |
| ComputeRackUnitApi | compute_rack_units_moid_get | GET /compute/RackUnits/{moid} | A 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 | List of computeServerSettings |
| ComputeServerSettingApi | compute_server_settings_moid_get | GET /compute/ServerSettings/{moid} | A 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 | List of condAlarms |
| CondAlarmApi | cond_alarms_moid_get | GET /cond/Alarms/{moid} | A instance of condAlarm |
| CondHclStatusApi | cond_hcl_statuses_get | GET /cond/HclStatuses | List of condHclStatuses |
| CondHclStatusApi | cond_hcl_statuses_moid_get | GET /cond/HclStatuses/{moid} | A instance of condHclStatus |
| CondHclStatusActionApi | cond_hcl_status_actions_get | GET /cond/HclStatusActions | List of condHclStatusActions |
| CondHclStatusActionApi | cond_hcl_status_actions_moid_get | GET /cond/HclStatusActions/{moid} | A instance of condHclStatusAction |
| CondHclStatusDetailApi | cond_hcl_status_details_get | GET /cond/HclStatusDetails | List of condHclStatusDetails |
| CondHclStatusDetailApi | cond_hcl_status_details_moid_get | GET /cond/HclStatusDetails/{moid} | A instance of condHclStatusDetail |
| CondHclStatusJobApi | cond_hcl_status_jobs_get | GET /cond/HclStatusJobs | List of condHclStatusJobs |
| CondHclStatusJobApi | cond_hcl_status_jobs_moid_get | GET /cond/HclStatusJobs/{moid} | A instance of condHclStatusJob |
| CryptEncryptionTokenApi | crypt_encryption_tokens_get | GET /crypt/EncryptionTokens | List of cryptEncryptionTokens |
| CryptEncryptionTokenApi | crypt_encryption_tokens_moid_get | GET /crypt/EncryptionTokens/{moid} | A 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 |
| DeviceinfoSerialNumberInfoApi | deviceinfo_serial_number_infos_get | GET /deviceinfo/SerialNumberInfos | List of deviceinfoSerialNumberInfos |
| DeviceinfoSerialNumberInfoApi | deviceinfo_serial_number_infos_moid_get | GET /deviceinfo/SerialNumberInfos/{moid} | A instance of deviceinfoSerialNumberInfo |
| EpansibleRunnerApi | epansible_runners_get | GET /epansible/Runners | List of epansibleRunners |
| EpansibleRunnerApi | epansible_runners_moid_delete | DELETE /epansible/Runners/{moid} | Delete an instance of epansibleRunner |
| EpansibleRunnerApi | epansible_runners_moid_get | GET /epansible/Runners/{moid} | A instance of epansibleRunner |
| EpansibleRunnerApi | epansible_runners_moid_patch | PATCH /epansible/Runners/{moid} | Update an instance of epansibleRunner |
| EpansibleRunnerApi | epansible_runners_moid_post | POST /epansible/Runners/{moid} | Update an instance of epansibleRunner |
| EpansibleRunnerApi | epansible_runners_post | POST /epansible/Runners | Create a epansibleRunner |
| EquipmentChassisApi | equipment_chasses_get | GET /equipment/Chasses | List of equipmentChasses |
| EquipmentChassisApi | equipment_chasses_moid_get | GET /equipment/Chasses/{moid} | A 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 | List of equipmentDeviceSummaries |
| EquipmentDeviceSummaryApi | equipment_device_summaries_moid_get | GET /equipment/DeviceSummaries/{moid} | A instance of equipmentDeviceSummary |
| EquipmentFanApi | equipment_fans_get | GET /equipment/Fans | List of equipmentFans |
| EquipmentFanApi | equipment_fans_moid_get | GET /equipment/Fans/{moid} | A 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 | List of equipmentFanModules |
| EquipmentFanModuleApi | equipment_fan_modules_moid_get | GET /equipment/FanModules/{moid} | A 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 | List of equipmentFexes |
| EquipmentFexApi | equipment_fexes_moid_get | GET /equipment/Fexes/{moid} | A 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 | List of equipmentIoCards |
| EquipmentIoCardApi | equipment_io_cards_moid_get | GET /equipment/IoCards/{moid} | A 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 |
| EquipmentLocatorLedApi | equipment_locator_leds_get | GET /equipment/LocatorLeds | List of equipmentLocatorLeds |
| EquipmentLocatorLedApi | equipment_locator_leds_moid_get | GET /equipment/LocatorLeds/{moid} | A 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 | List of equipmentPsus |
| EquipmentPsuApi | equipment_psus_moid_get | GET /equipment/Psus/{moid} | A 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 |
| EquipmentSwitchCardApi | equipment_switch_cards_get | GET /equipment/SwitchCards | List of equipmentSwitchCards |
| EquipmentSwitchCardApi | equipment_switch_cards_moid_get | GET /equipment/SwitchCards/{moid} | A 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 | List of equipmentSystemIoControllers |
| EquipmentSystemIoControllerApi | equipment_system_io_controllers_moid_get | GET /equipment/SystemIoControllers/{moid} | A 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 |
| EtherPhysicalPortApi | ether_physical_ports_get | GET /ether/PhysicalPorts | List of etherPhysicalPorts |
| EtherPhysicalPortApi | ether_physical_ports_moid_get | GET /ether/PhysicalPorts/{moid} | A 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 |
| ExternalsiteAuthProfileApi | externalsite_auth_profiles_get | GET /externalsite/AuthProfiles | List of externalsiteAuthProfiles |
| ExternalsiteAuthProfileApi | externalsite_auth_profiles_moid_get | GET /externalsite/AuthProfiles/{moid} | A instance of externalsiteAuthProfile |
| ExternalsiteAuthProfileApi | externalsite_auth_profiles_moid_patch | PATCH /externalsite/AuthProfiles/{moid} | Update an instance of externalsiteAuthProfile |
| ExternalsiteAuthProfileApi | externalsite_auth_profiles_moid_post | POST /externalsite/AuthProfiles/{moid} | Update an instance of externalsiteAuthProfile |
| ExternalsiteAuthProfileApi | externalsite_auth_profiles_post | POST /externalsite/AuthProfiles | Create a externalsiteAuthProfile |
| ExtsearchImportApi | extsearch_imports_get | GET /extsearch/Imports | List of extsearchImports |
| ExtsearchImportApi | extsearch_imports_moid_get | GET /extsearch/Imports/{moid} | A instance of extsearchImport |
| ExtsearchImportApi | extsearch_imports_post | POST /extsearch/Imports | Create a extsearchImport |
| FaultInstanceApi | fault_instances_get | GET /fault/Instances | List of faultInstances |
| FaultInstanceApi | fault_instances_moid_get | GET /fault/Instances/{moid} | A 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 | List of fcPhysicalPorts |
| FcPhysicalPortApi | fc_physical_ports_moid_get | GET /fc/PhysicalPorts/{moid} | A 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 |
| FirmwareDistributableApi | firmware_distributables_get | GET /firmware/Distributables | List of firmwareDistributables |
| FirmwareDistributableApi | firmware_distributables_moid_get | GET /firmware/Distributables/{moid} | A instance of firmwareDistributable |
| FirmwareEulaApi | firmware_eulas_get | GET /firmware/Eulas | List of firmwareEulas |
| FirmwareEulaApi | firmware_eulas_moid_get | GET /firmware/Eulas/{moid} | A instance of firmwareEula |
| FirmwareEulaApi | firmware_eulas_post | POST /firmware/Eulas | Create a firmwareEula |
| FirmwareRunningFirmwareApi | firmware_running_firmwares_get | GET /firmware/RunningFirmwares | List of firmwareRunningFirmwares |
| FirmwareRunningFirmwareApi | firmware_running_firmwares_moid_get | GET /firmware/RunningFirmwares/{moid} | A 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 | List of firmwareUpgrades |
| FirmwareUpgradeApi | firmware_upgrades_moid_delete | DELETE /firmware/Upgrades/{moid} | Delete an instance of firmwareUpgrade |
| FirmwareUpgradeApi | firmware_upgrades_moid_get | GET /firmware/Upgrades/{moid} | A instance of firmwareUpgrade |
| FirmwareUpgradeApi | firmware_upgrades_post | POST /firmware/Upgrades | Create a firmwareUpgrade |
| FirmwareUpgradeStatusApi | firmware_upgrade_statuses_get | GET /firmware/UpgradeStatuses | List of firmwareUpgradeStatuses |
| FirmwareUpgradeStatusApi | firmware_upgrade_statuses_moid_get | GET /firmware/UpgradeStatuses/{moid} | A instance of firmwareUpgradeStatus |
| GraphicsCardApi | graphics_cards_get | GET /graphics/Cards | List of graphicsCards |
| GraphicsCardApi | graphics_cards_moid_get | GET /graphics/Cards/{moid} | A 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 | List of graphicsControllers |
| GraphicsControllerApi | graphics_controllers_moid_get | GET /graphics/Controllers/{moid} | A 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 |
| HclCompatibilityInfoApi | hcl_compatibility_infos_get | GET /hcl/CompatibilityInfos | List of hclCompatibilityInfos |
| HclCompatibilityInfoApi | hcl_compatibility_infos_moid_get | GET /hcl/CompatibilityInfos/{moid} | A instance of hclCompatibilityInfo |
| HclCompatibilityStatusApi | hcl_compatibility_statuses_post | POST /hcl/CompatibilityStatuses | Create a hclCompatibilityStatus |
| HclDataImportLogApi | hcl_data_import_logs_get | GET /hcl/DataImportLogs | List of hclDataImportLogs |
| HclDataImportLogApi | hcl_data_import_logs_moid_get | GET /hcl/DataImportLogs/{moid} | A instance of hclDataImportLog |
| HclNoteApi | hcl_notes_get | GET /hcl/Notes | List of hclNotes |
| HclNoteApi | hcl_notes_moid_get | GET /hcl/Notes/{moid} | A instance of hclNote |
| HclSupportedDriverNameApi | hcl_supported_driver_names_post | POST /hcl/SupportedDriverNames | Create a hclSupportedDriverName |
| HyperflexAlarmApi | hyperflex_alarms_get | GET /hyperflex/Alarms | List of hyperflexAlarms |
| HyperflexAlarmApi | hyperflex_alarms_moid_delete | DELETE /hyperflex/Alarms/{moid} | Delete an instance of hyperflexAlarm |
| HyperflexAlarmApi | hyperflex_alarms_moid_get | GET /hyperflex/Alarms/{moid} | A instance of hyperflexAlarm |
| HyperflexAlarmApi | hyperflex_alarms_post | POST /hyperflex/Alarms | Create a hyperflexAlarm |
| HyperflexAutoSupportPolicyApi | hyperflex_auto_support_policies_get | GET /hyperflex/AutoSupportPolicies | List of hyperflexAutoSupportPolicies |
| 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} | A 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 a hyperflexAutoSupportPolicy |
| HyperflexClusterApi | hyperflex_clusters_get | GET /hyperflex/Clusters | List of hyperflexClusters |
| HyperflexClusterApi | hyperflex_clusters_moid_delete | DELETE /hyperflex/Clusters/{moid} | Delete an instance of hyperflexCluster |
| HyperflexClusterApi | hyperflex_clusters_moid_get | GET /hyperflex/Clusters/{moid} | A instance of hyperflexCluster |
| HyperflexClusterApi | hyperflex_clusters_moid_patch | PATCH /hyperflex/Clusters/{moid} | Update an instance of hyperflexCluster |
| HyperflexClusterApi | hyperflex_clusters_moid_post | POST /hyperflex/Clusters/{moid} | Update an instance of hyperflexCluster |
| HyperflexClusterNetworkPolicyApi | hyperflex_cluster_network_policies_get | GET /hyperflex/ClusterNetworkPolicies | List of hyperflexClusterNetworkPolicies |
| 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} | A 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 a hyperflexClusterNetworkPolicy |
| HyperflexClusterProfileApi | hyperflex_cluster_profiles_get | GET /hyperflex/ClusterProfiles | List of hyperflexClusterProfiles |
| 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} | A 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 a hyperflexClusterProfile |
| HyperflexClusterStoragePolicyApi | hyperflex_cluster_storage_policies_get | GET /hyperflex/ClusterStoragePolicies | List of hyperflexClusterStoragePolicies |
| 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} | A 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 a hyperflexClusterStoragePolicy |
| HyperflexConfigResultApi | hyperflex_config_results_get | GET /hyperflex/ConfigResults | List of hyperflexConfigResults |
| HyperflexConfigResultApi | hyperflex_config_results_moid_get | GET /hyperflex/ConfigResults/{moid} | A instance of hyperflexConfigResult |
| HyperflexExtFcStoragePolicyApi | hyperflex_ext_fc_storage_policies_get | GET /hyperflex/ExtFcStoragePolicies | List of hyperflexExtFcStoragePolicies |
| 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} | A 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 a hyperflexExtFcStoragePolicy |
| HyperflexExtIscsiStoragePolicyApi | hyperflex_ext_iscsi_storage_policies_get | GET /hyperflex/ExtIscsiStoragePolicies | List of hyperflexExtIscsiStoragePolicies |
| 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} | A 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 a hyperflexExtIscsiStoragePolicy |
| HyperflexLocalCredentialPolicyApi | hyperflex_local_credential_policies_get | GET /hyperflex/LocalCredentialPolicies | List of hyperflexLocalCredentialPolicies |
| 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} | A 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 a hyperflexLocalCredentialPolicy |
| HyperflexNodeConfigPolicyApi | hyperflex_node_config_policies_get | GET /hyperflex/NodeConfigPolicies | List of hyperflexNodeConfigPolicies |
| 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} | A 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 a hyperflexNodeConfigPolicy |
| HyperflexNodeProfileApi | hyperflex_node_profiles_get | GET /hyperflex/NodeProfiles | List of hyperflexNodeProfiles |
| 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} | A 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 a hyperflexNodeProfile |
| HyperflexSysConfigPolicyApi | hyperflex_sys_config_policies_get | GET /hyperflex/SysConfigPolicies | List of hyperflexSysConfigPolicies |
| 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} | A 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 a hyperflexSysConfigPolicy |
| HyperflexUcsmConfigPolicyApi | hyperflex_ucsm_config_policies_get | GET /hyperflex/UcsmConfigPolicies | List of hyperflexUcsmConfigPolicies |
| 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} | A 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 a hyperflexUcsmConfigPolicy |
| HyperflexVcenterConfigPolicyApi | hyperflex_vcenter_config_policies_get | GET /hyperflex/VcenterConfigPolicies | List of hyperflexVcenterConfigPolicies |
| 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} | A 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 a hyperflexVcenterConfigPolicy |
| IamAccountApi | iam_accounts_get | GET /iam/Accounts | List of iamAccounts |
| IamAccountApi | iam_accounts_moid_delete | DELETE /iam/Accounts/{moid} | Delete an instance of iamAccount |
| IamAccountApi | iam_accounts_moid_get | GET /iam/Accounts/{moid} | A instance of iamAccount |
| IamAccountApi | iam_accounts_post | POST /iam/Accounts | Create a iamAccount |
| IamApiKeyApi | iam_api_keys_get | GET /iam/ApiKeys | List of iamApiKeys |
| 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} | A 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 a iamApiKey |
| IamEndPointPrivilegeApi | iam_end_point_privileges_get | GET /iam/EndPointPrivileges | List of iamEndPointPrivileges |
| IamEndPointPrivilegeApi | iam_end_point_privileges_moid_get | GET /iam/EndPointPrivileges/{moid} | A instance of iamEndPointPrivilege |
| IamEndPointRoleApi | iam_end_point_roles_get | GET /iam/EndPointRoles | List of iamEndPointRoles |
| IamEndPointRoleApi | iam_end_point_roles_moid_get | GET /iam/EndPointRoles/{moid} | A instance of iamEndPointRole |
| IamEndPointUserApi | iam_end_point_users_get | GET /iam/EndPointUsers | List of iamEndPointUsers |
| 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} | A 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 a iamEndPointUser |
| IamEndPointUserPolicyApi | iam_end_point_user_policies_get | GET /iam/EndPointUserPolicies | List of iamEndPointUserPolicies |
| 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} | A 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 a iamEndPointUserPolicy |
| IamEndPointUserRoleApi | iam_end_point_user_roles_get | GET /iam/EndPointUserRoles | List of iamEndPointUserRoles |
| 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} | A 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 a iamEndPointUserRole |
| IamIdpApi | iam_idps_get | GET /iam/Idps | List of iamIdps |
| IamIdpApi | iam_idps_moid_get | GET /iam/Idps/{moid} | A instance of iamIdp |
| IamIdpReferenceApi | iam_idp_references_get | GET /iam/IdpReferences | List of iamIdpReferences |
| IamIdpReferenceApi | iam_idp_references_moid_get | GET /iam/IdpReferences/{moid} | A instance of iamIdpReference |
| IamLdapGroupApi | iam_ldap_groups_get | GET /iam/LdapGroups | List of iamLdapGroups |
| 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} | A 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 a iamLdapGroup |
| IamLdapPolicyApi | iam_ldap_policies_get | GET /iam/LdapPolicies | List of iamLdapPolicies |
| 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} | A 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 a iamLdapPolicy |
| IamLdapProviderApi | iam_ldap_providers_get | GET /iam/LdapProviders | List of iamLdapProviders |
| 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} | A 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 a iamLdapProvider |
| IamPermissionApi | iam_permissions_get | GET /iam/Permissions | List of iamPermissions |
| IamPermissionApi | iam_permissions_moid_delete | DELETE /iam/Permissions/{moid} | Delete an instance of iamPermission |
| IamPermissionApi | iam_permissions_moid_get | GET /iam/Permissions/{moid} | A instance of iamPermission |
| IamPermissionApi | iam_permissions_moid_patch | PATCH /iam/Permissions/{moid} | Update an instance of iamPermission |
| IamPermissionApi | iam_permissions_moid_post | POST /iam/Permissions/{moid} | Update an instance of iamPermission |
| IamPermissionApi | iam_permissions_post | POST /iam/Permissions | Create a iamPermission |
| IamPrivilegeApi | iam_privileges_get | GET /iam/Privileges | List of iamPrivileges |
| IamPrivilegeApi | iam_privileges_moid_get | GET /iam/Privileges/{moid} | A instance of iamPrivilege |
| IamPrivilegeSetApi | iam_privilege_sets_get | GET /iam/PrivilegeSets | List of iamPrivilegeSets |
| IamPrivilegeSetApi | iam_privilege_sets_moid_get | GET /iam/PrivilegeSets/{moid} | A instance of iamPrivilegeSet |
| IamQualifierApi | iam_qualifiers_get | GET /iam/Qualifiers | List of iamQualifiers |
| IamQualifierApi | iam_qualifiers_moid_get | GET /iam/Qualifiers/{moid} | A instance of iamQualifier |
| IamResourceLimitsApi | iam_resource_limits_get | GET /iam/ResourceLimits | List of iamResourceLimits |
| IamResourceLimitsApi | iam_resource_limits_moid_get | GET /iam/ResourceLimits/{moid} | A instance of iamResourceLimits |
| IamRoleApi | iam_roles_get | GET /iam/Roles | List of iamRoles |
| IamRoleApi | iam_roles_moid_get | GET /iam/Roles/{moid} | A instance of iamRole |
| IamSessionApi | iam_sessions_get | GET /iam/Sessions | List of iamSessions |
| IamSessionApi | iam_sessions_moid_delete | DELETE /iam/Sessions/{moid} | Delete an instance of iamSession |
| IamSessionApi | iam_sessions_moid_get | GET /iam/Sessions/{moid} | A instance of iamSession |
| IamSessionLimitsApi | iam_session_limits_get | GET /iam/SessionLimits | List of iamSessionLimits |
| IamSessionLimitsApi | iam_session_limits_moid_get | GET /iam/SessionLimits/{moid} | A instance of iamSessionLimits |
| IamSystemApi | iam_systems_get | GET /iam/Systems | List of iamSystems |
| IamSystemApi | iam_systems_moid_get | GET /iam/Systems/{moid} | A instance of iamSystem |
| IamUserApi | iam_users_get | GET /iam/Users | List of iamUsers |
| IamUserApi | iam_users_moid_delete | DELETE /iam/Users/{moid} | Delete an instance of iamUser |
| IamUserApi | iam_users_moid_get | GET /iam/Users/{moid} | A instance of iamUser |
| IamUserApi | iam_users_post | POST /iam/Users | Create a iamUser |
| IamUserGroupApi | iam_user_groups_get | GET /iam/UserGroups | List of iamUserGroups |
| IamUserGroupApi | iam_user_groups_moid_get | GET /iam/UserGroups/{moid} | A instance of iamUserGroup |
| IamUserPreferenceApi | iam_user_preferences_get | GET /iam/UserPreferences | List of iamUserPreferences |
| IamUserPreferenceApi | iam_user_preferences_moid_get | GET /iam/UserPreferences/{moid} | A 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 | List of inventoryDeviceInfos |
| InventoryDeviceInfoApi | inventory_device_infos_moid_get | GET /inventory/DeviceInfos/{moid} | A instance of inventoryDeviceInfo |
| InventoryDnMoBindingApi | inventory_dn_mo_bindings_get | GET /inventory/DnMoBindings | List of inventoryDnMoBindings |
| InventoryDnMoBindingApi | inventory_dn_mo_bindings_moid_get | GET /inventory/DnMoBindings/{moid} | A instance of inventoryDnMoBinding |
| InventoryGenericInventoryApi | inventory_generic_inventories_get | GET /inventory/GenericInventories | List of inventoryGenericInventories |
| InventoryGenericInventoryApi | inventory_generic_inventories_moid_get | GET /inventory/GenericInventories/{moid} | A 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 | List of inventoryGenericInventoryHolders |
| InventoryGenericInventoryHolderApi | inventory_generic_inventory_holders_moid_get | GET /inventory/GenericInventoryHolders/{moid} | A 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 |
| IpmioverlanPolicyApi | ipmioverlan_policies_get | GET /ipmioverlan/Policies | List of ipmioverlanPolicies |
| IpmioverlanPolicyApi | ipmioverlan_policies_moid_delete | DELETE /ipmioverlan/Policies/{moid} | Delete an instance of ipmioverlanPolicy |
| IpmioverlanPolicyApi | ipmioverlan_policies_moid_get | GET /ipmioverlan/Policies/{moid} | A 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 a ipmioverlanPolicy |
| KvmPolicyApi | kvm_policies_get | GET /kvm/Policies | List of kvmPolicies |
| KvmPolicyApi | kvm_policies_moid_delete | DELETE /kvm/Policies/{moid} | Delete an instance of kvmPolicy |
| KvmPolicyApi | kvm_policies_moid_get | GET /kvm/Policies/{moid} | A 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 a kvmPolicy |
| LicenseAccountLicenseDataApi | license_account_license_data_get | GET /license/AccountLicenseData | List of licenseAccountLicenseData |
| LicenseAccountLicenseDataApi | license_account_license_data_moid_get | GET /license/AccountLicenseData/{moid} | A instance of licenseAccountLicenseData |
| LicenseCustomerOpApi | license_customer_ops_get | GET /license/CustomerOps | List of licenseCustomerOps |
| LicenseCustomerOpApi | license_customer_ops_moid_get | GET /license/CustomerOps/{moid} | A 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 | List of licenseLicenseInfos |
| LicenseLicenseInfoApi | license_license_infos_moid_get | GET /license/LicenseInfos/{moid} | A 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 a licenseLicenseInfo |
| LicenseSmartlicenseTokenApi | license_smartlicense_tokens_get | GET /license/SmartlicenseTokens | List of licenseSmartlicenseTokens |
| LicenseSmartlicenseTokenApi | license_smartlicense_tokens_moid_get | GET /license/SmartlicenseTokens/{moid} | A 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 | List of lsServiceProfiles |
| LsServiceProfileApi | ls_service_profiles_moid_get | GET /ls/ServiceProfiles/{moid} | A 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 | List of managementControllers |
| ManagementControllerApi | management_controllers_moid_get | GET /management/Controllers/{moid} | A 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 | List of managementEntities |
| ManagementEntityApi | management_entities_moid_get | GET /management/Entities/{moid} | A 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 | List of managementInterfaces |
| ManagementInterfaceApi | management_interfaces_moid_get | GET /management/Interfaces/{moid} | A 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 | List of memoryArrays |
| MemoryArrayApi | memory_arrays_moid_get | GET /memory/Arrays/{moid} | A 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 | List of memoryUnits |
| MemoryUnitApi | memory_units_moid_get | GET /memory/Units/{moid} | A 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 | List of metaDefinitions |
| MetaDefinitionApi | meta_definitions_moid_get | GET /meta/Definitions/{moid} | A instance of metaDefinition |
| NetworkElementApi | network_elements_get | GET /network/Elements | List of networkElements |
| NetworkElementApi | network_elements_moid_get | GET /network/Elements/{moid} | A 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 | List of networkElementSummaries |
| NetworkElementSummaryApi | network_element_summaries_moid_get | GET /network/ElementSummaries/{moid} | A instance of networkElementSummary |
| NetworkconfigPolicyApi | networkconfig_policies_get | GET /networkconfig/Policies | List of networkconfigPolicies |
| NetworkconfigPolicyApi | networkconfig_policies_moid_delete | DELETE /networkconfig/Policies/{moid} | Delete an instance of networkconfigPolicy |
| NetworkconfigPolicyApi | networkconfig_policies_moid_get | GET /networkconfig/Policies/{moid} | A 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 a networkconfigPolicy |
| NtpPolicyApi | ntp_policies_get | GET /ntp/Policies | List of ntpPolicies |
| NtpPolicyApi | ntp_policies_moid_delete | DELETE /ntp/Policies/{moid} | Delete an instance of ntpPolicy |
| NtpPolicyApi | ntp_policies_moid_get | GET /ntp/Policies/{moid} | A 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 a ntpPolicy |
| PackagemanagementConnectorDeployPolicyApi | packagemanagement_connector_deploy_policies_get | GET /packagemanagement/ConnectorDeployPolicies | List of packagemanagementConnectorDeployPolicies |
| PackagemanagementConnectorDeployPolicyApi | packagemanagement_connector_deploy_policies_moid_delete | DELETE /packagemanagement/ConnectorDeployPolicies/{moid} | Delete an instance of packagemanagementConnectorDeployPolicy |
| PackagemanagementConnectorDeployPolicyApi | packagemanagement_connector_deploy_policies_moid_get | GET /packagemanagement/ConnectorDeployPolicies/{moid} | A instance of packagemanagementConnectorDeployPolicy |
| PackagemanagementConnectorDeployPolicyApi | packagemanagement_connector_deploy_policies_moid_patch | PATCH /packagemanagement/ConnectorDeployPolicies/{moid} | Update an instance of packagemanagementConnectorDeployPolicy |
| PackagemanagementConnectorDeployPolicyApi | packagemanagement_connector_deploy_policies_moid_post | POST /packagemanagement/ConnectorDeployPolicies/{moid} | Update an instance of packagemanagementConnectorDeployPolicy |
| PackagemanagementConnectorDeployPolicyApi | packagemanagement_connector_deploy_policies_post | POST /packagemanagement/ConnectorDeployPolicies | Create a packagemanagementConnectorDeployPolicy |
| PackagemanagementConnectorImageApi | packagemanagement_connector_images_get | GET /packagemanagement/ConnectorImages | List of packagemanagementConnectorImages |
| PackagemanagementConnectorImageApi | packagemanagement_connector_images_moid_delete | DELETE /packagemanagement/ConnectorImages/{moid} | Delete an instance of packagemanagementConnectorImage |
| PackagemanagementConnectorImageApi | packagemanagement_connector_images_moid_get | GET /packagemanagement/ConnectorImages/{moid} | A instance of packagemanagementConnectorImage |
| PackagemanagementConnectorImageApi | packagemanagement_connector_images_post | POST /packagemanagement/ConnectorImages | Create a packagemanagementConnectorImage |
| PackagemanagementConnectorInstallApi | packagemanagement_connector_installs_get | GET /packagemanagement/ConnectorInstalls | List of packagemanagementConnectorInstalls |
| PackagemanagementConnectorInstallApi | packagemanagement_connector_installs_moid_delete | DELETE /packagemanagement/ConnectorInstalls/{moid} | Delete an instance of packagemanagementConnectorInstall |
| PackagemanagementConnectorInstallApi | packagemanagement_connector_installs_moid_get | GET /packagemanagement/ConnectorInstalls/{moid} | A instance of packagemanagementConnectorInstall |
| PackagemanagementConnectorInstallApi | packagemanagement_connector_installs_moid_patch | PATCH /packagemanagement/ConnectorInstalls/{moid} | Update an instance of packagemanagementConnectorInstall |
| PackagemanagementConnectorInstallApi | packagemanagement_connector_installs_moid_post | POST /packagemanagement/ConnectorInstalls/{moid} | Update an instance of packagemanagementConnectorInstall |
| PackagemanagementConnectorInstallApi | packagemanagement_connector_installs_post | POST /packagemanagement/ConnectorInstalls | Create a packagemanagementConnectorInstall |
| PolicyPolicyMetaApi | policy_policy_meta_get | GET /policy/PolicyMeta | List of policyPolicyMeta |
| PolicyPolicyMetaApi | policy_policy_meta_moid_get | GET /policy/PolicyMeta/{moid} | A instance of policyPolicyMeta |
| PortGroupApi | port_groups_get | GET /port/Groups | List of portGroups |
| PortGroupApi | port_groups_moid_get | GET /port/Groups/{moid} | A 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 | List of portSubGroups |
| PortSubGroupApi | port_sub_groups_moid_get | GET /port/SubGroups/{moid} | A 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 | List of processorUnits |
| ProcessorUnitApi | processor_units_moid_get | GET /processor/Units/{moid} | A 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 |
| SearchSearchItemApi | search_search_items_get | GET /search/SearchItems | List of searchSearchItems |
| SearchSearchItemApi | search_search_items_moid_get | GET /search/SearchItems/{moid} | A instance of searchSearchItem |
| SearchSuggestItemApi | search_suggest_items_post | POST /search/SuggestItems | Create a searchSuggestItem |
| SearchTagItemApi | search_tag_items_get | GET /search/TagItems | List of searchTagItems |
| SearchTagItemApi | search_tag_items_moid_get | GET /search/TagItems/{moid} | A instance of searchTagItem |
| SecurityUnitApi | security_units_get | GET /security/Units | List of securityUnits |
| SecurityUnitApi | security_units_moid_get | GET /security/Units/{moid} | A 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 |
| ServerConfigResultApi | server_config_results_get | GET /server/ConfigResults | List of serverConfigResults |
| ServerConfigResultApi | server_config_results_moid_get | GET /server/ConfigResults/{moid} | A instance of serverConfigResult |
| ServerProfileApi | server_profiles_get | GET /server/Profiles | List of serverProfiles |
| ServerProfileApi | server_profiles_moid_delete | DELETE /server/Profiles/{moid} | Delete an instance of serverProfile |
| ServerProfileApi | server_profiles_moid_get | GET /server/Profiles/{moid} | A 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 a serverProfile |
| SmtpPolicyApi | smtp_policies_get | GET /smtp/Policies | List of smtpPolicies |
| SmtpPolicyApi | smtp_policies_moid_delete | DELETE /smtp/Policies/{moid} | Delete an instance of smtpPolicy |
| SmtpPolicyApi | smtp_policies_moid_get | GET /smtp/Policies/{moid} | A 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 a smtpPolicy |
| SnmpPolicyApi | snmp_policies_get | GET /snmp/Policies | List of snmpPolicies |
| SnmpPolicyApi | snmp_policies_moid_delete | DELETE /snmp/Policies/{moid} | Delete an instance of snmpPolicy |
| SnmpPolicyApi | snmp_policies_moid_get | GET /snmp/Policies/{moid} | A 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 a snmpPolicy |
| SolPolicyApi | sol_policies_get | GET /sol/Policies | List of solPolicies |
| SolPolicyApi | sol_policies_moid_delete | DELETE /sol/Policies/{moid} | Delete an instance of solPolicy |
| SolPolicyApi | sol_policies_moid_get | GET /sol/Policies/{moid} | A 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 a solPolicy |
| SshPolicyApi | ssh_policies_get | GET /ssh/Policies | List of sshPolicies |
| SshPolicyApi | ssh_policies_moid_delete | DELETE /ssh/Policies/{moid} | Delete an instance of sshPolicy |
| SshPolicyApi | ssh_policies_moid_get | GET /ssh/Policies/{moid} | A 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 a sshPolicy |
| StorageControllerApi | storage_controllers_get | GET /storage/Controllers | List of storageControllers |
| StorageControllerApi | storage_controllers_moid_get | GET /storage/Controllers/{moid} | A 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 | List of storageDiskGroupPolicies |
| 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} | A 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 a storageDiskGroupPolicy |
| StorageFlexFlashControllerApi | storage_flex_flash_controllers_get | GET /storage/FlexFlashControllers | List of storageFlexFlashControllers |
| StorageFlexFlashControllerApi | storage_flex_flash_controllers_moid_get | GET /storage/FlexFlashControllers/{moid} | A 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 |
| StorageFlexFlashPhysicalDriveApi | storage_flex_flash_physical_drives_get | GET /storage/FlexFlashPhysicalDrives | List of storageFlexFlashPhysicalDrives |
| StorageFlexFlashPhysicalDriveApi | storage_flex_flash_physical_drives_moid_get | GET /storage/FlexFlashPhysicalDrives/{moid} | A 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 |
| StorageFlexUtilControllerApi | storage_flex_util_controllers_get | GET /storage/FlexUtilControllers | List of storageFlexUtilControllers |
| StorageFlexUtilControllerApi | storage_flex_util_controllers_moid_get | GET /storage/FlexUtilControllers/{moid} | A 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 |
| StoragePhysicalDiskApi | storage_physical_disks_get | GET /storage/PhysicalDisks | List of storagePhysicalDisks |
| StoragePhysicalDiskApi | storage_physical_disks_moid_get | GET /storage/PhysicalDisks/{moid} | A 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 |
| StoragePhysicalDiskUsageApi | storage_physical_disk_usages_get | GET /storage/PhysicalDiskUsages | List of storagePhysicalDiskUsages |
| StoragePhysicalDiskUsageApi | storage_physical_disk_usages_moid_get | GET /storage/PhysicalDiskUsages/{moid} | A 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 | List of storageSasExpanders |
| StorageSasExpanderApi | storage_sas_expanders_moid_get | GET /storage/SasExpanders/{moid} | A 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 | List of storageStoragePolicies |
| 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} | A 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 a storageStoragePolicy |
| StorageVdMemberEpApi | storage_vd_member_eps_get | GET /storage/VdMemberEps | List of storageVdMemberEps |
| StorageVdMemberEpApi | storage_vd_member_eps_moid_get | GET /storage/VdMemberEps/{moid} | A 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 | List of storageVirtualDrives |
| StorageVirtualDriveApi | storage_virtual_drives_moid_get | GET /storage/VirtualDrives/{moid} | A 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 |
| TaskWorkflowActionApi | task_workflow_actions_get | GET /task/WorkflowActions | List of taskWorkflowActions |
| TaskWorkflowActionApi | task_workflow_actions_moid_get | GET /task/WorkflowActions/{moid} | A 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 a taskWorkflowAction |
| TechsupportmanagementDownloadApi | techsupportmanagement_downloads_get | GET /techsupportmanagement/Downloads | List of techsupportmanagementDownloads |
| TechsupportmanagementDownloadApi | techsupportmanagement_downloads_moid_get | GET /techsupportmanagement/Downloads/{moid} | A instance of techsupportmanagementDownload |
| TechsupportmanagementTechSupportBundleApi | techsupportmanagement_tech_support_bundles_get | GET /techsupportmanagement/TechSupportBundles | List of techsupportmanagementTechSupportBundles |
| TechsupportmanagementTechSupportBundleApi | techsupportmanagement_tech_support_bundles_moid_delete | DELETE /techsupportmanagement/TechSupportBundles/{moid} | Delete an instance of techsupportmanagementTechSupportBundle |
| TechsupportmanagementTechSupportBundleApi | techsupportmanagement_tech_support_bundles_moid_get | GET /techsupportmanagement/TechSupportBundles/{moid} | A instance of techsupportmanagementTechSupportBundle |
| TechsupportmanagementTechSupportBundleApi | techsupportmanagement_tech_support_bundles_post | POST /techsupportmanagement/TechSupportBundles | Create a techsupportmanagementTechSupportBundle |
| TechsupportmanagementTechSupportStatusApi | techsupportmanagement_tech_support_statuses_get | GET /techsupportmanagement/TechSupportStatuses | List of techsupportmanagementTechSupportStatuses |
| TechsupportmanagementTechSupportStatusApi | techsupportmanagement_tech_support_statuses_moid_get | GET /techsupportmanagement/TechSupportStatuses/{moid} | A instance of techsupportmanagementTechSupportStatus |
| TerminalAuditLogApi | terminal_audit_logs_get | GET /terminal/AuditLogs | List of terminalAuditLogs |
| TerminalAuditLogApi | terminal_audit_logs_moid_get | GET /terminal/AuditLogs/{moid} | A instance of terminalAuditLog |
| TopSystemApi | top_systems_get | GET /top/Systems | List of topSystems |
| TopSystemApi | top_systems_moid_get | GET /top/Systems/{moid} | A 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 | List of vmediaPolicies |
| VmediaPolicyApi | vmedia_policies_moid_delete | DELETE /vmedia/Policies/{moid} | Delete an instance of vmediaPolicy |
| VmediaPolicyApi | vmedia_policies_moid_get | GET /vmedia/Policies/{moid} | A 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 a vmediaPolicy |
| WorkflowBuildTaskMetaApi | workflow_build_task_meta_get | GET /workflow/BuildTaskMeta | List of workflowBuildTaskMeta |
| WorkflowBuildTaskMetaApi | workflow_build_task_meta_moid_get | GET /workflow/BuildTaskMeta/{moid} | A instance of workflowBuildTaskMeta |
| WorkflowTaskInfoApi | workflow_task_infos_get | GET /workflow/TaskInfos | List of workflowTaskInfos |
| WorkflowTaskInfoApi | workflow_task_infos_moid_get | GET /workflow/TaskInfos/{moid} | A instance of workflowTaskInfo |
| WorkflowTaskMetaApi | workflow_task_meta_get | GET /workflow/TaskMeta | List of workflowTaskMeta |
| WorkflowTaskMetaApi | workflow_task_meta_moid_get | GET /workflow/TaskMeta/{moid} | A instance of workflowTaskMeta |
| WorkflowWorkflowInfoApi | workflow_workflow_infos_get | GET /workflow/WorkflowInfos | List of workflowWorkflowInfos |
| WorkflowWorkflowInfoApi | workflow_workflow_infos_moid_get | GET /workflow/WorkflowInfos/{moid} | A instance of workflowWorkflowInfo |
| WorkflowWorkflowMetaApi | workflow_workflow_meta_get | GET /workflow/WorkflowMeta | List of workflowWorkflowMeta |
| WorkflowWorkflowMetaApi | workflow_workflow_meta_moid_get | GET /workflow/WorkflowMeta/{moid} | A instance of workflowWorkflowMeta |
| WorkflowWorkflowTaskApi | workflow_workflow_tasks_get | GET /workflow/WorkflowTasks | List of workflowWorkflowTasks |
| WorkflowWorkflowTaskApi | workflow_workflow_tasks_moid_get | GET /workflow/WorkflowTasks/{moid} | A instance of workflowWorkflowTask |
- AaaAuditRecordList
- AdapterExtEthInterfaceList
- AdapterHostEthInterfaceList
- AdapterHostFcInterfaceList
- AdapterHostIscsiInterfaceList
- AdapterUnitList
- AssetDeviceRegistrationList
- BiosInputOutput
- BiosLomAndPcieSlotsConfiguration
- BiosMemory
- BiosPolicyList
- BiosPowerOrPerformance
- BiosProcessor
- BiosSecurity
- BiosSerialConfiguration
- BiosServerManagement
- BiosUnitList
- BootDeviceBase
- BootPrecisionPolicyList
- ComputeBladeList
- ComputeBoardList
- ComputeIpAddress
- ComputePhysicalSummaryList
- ComputeRackUnitList
- ComputeServerConfig
- ComputeServerSettingList
- CondAlarmList
- CondHclStatusActionList
- CondHclStatusDetailList
- CondHclStatusJobList
- CondHclStatusList
- CryptEncryptionTokenList
- DeviceinfoSerialNumberInfoList
- EpansibleRunnerList
- EquipmentChassisList
- EquipmentDeviceSummaryList
- EquipmentFanList
- EquipmentFanModuleList
- EquipmentFexList
- EquipmentIoCardList
- EquipmentLocatorLedList
- EquipmentPsuList
- EquipmentSwitchCardList
- EquipmentSystemIoControllerList
- Error
- EtherPhysicalPortList
- ExternalsiteAuthProfileList
- ExtsearchImportList
- FaultInstanceList
- FcPhysicalPortList
- FirmwareCifsServer
- FirmwareDirectDownload
- FirmwareDistributableList
- FirmwareEulaList
- FirmwareHttpServer
- FirmwareNetworkShare
- FirmwareNfsServer
- FirmwareRunningFirmwareList
- FirmwareUpgradeList
- FirmwareUpgradeStatusList
- GraphicsCardList
- GraphicsControllerList
- HclCompatibilityInfoList
- HclDataImportLogList
- HclFirmware
- HclHardwareCompatibilityProfile
- HclNoteList
- HclProduct
- HyperflexAlarmList
- HyperflexAutoSupportPolicyList
- HyperflexClusterList
- HyperflexClusterNetworkPolicyList
- HyperflexClusterProfileList
- HyperflexClusterStoragePolicyList
- HyperflexConfigResultList
- HyperflexExtFcStoragePolicyList
- HyperflexExtIscsiStoragePolicyList
- HyperflexIpAddrRange
- HyperflexIteratorString
- HyperflexLocalCredentialPolicyList
- HyperflexMacAddrPrefixRange
- HyperflexManagedObjectReference
- HyperflexNamedVlan
- HyperflexNamedVsan
- HyperflexNodeConfigPolicyList
- HyperflexNodeProfileList
- HyperflexStPlatformClusterHealingInfo
- HyperflexStPlatformClusterResiliencyInfo
- HyperflexSummary
- HyperflexSysConfigPolicyList
- HyperflexUcsmConfigPolicyList
- HyperflexVcenterConfigPolicyList
- HyperflexWwxnRange
- IamAccountList
- IamApiKeyList
- IamEndPointPasswordProperties
- IamEndPointPrivilegeList
- IamEndPointRoleList
- IamEndPointUserList
- IamEndPointUserPolicyList
- IamEndPointUserRoleList
- IamIdpList
- IamIdpReferenceList
- IamLdapBaseProperties
- IamLdapDnsParameters
- IamLdapGroupList
- IamLdapPolicyList
- IamLdapProviderList
- IamPermissionList
- IamPrivilegeList
- IamPrivilegeSetList
- IamQualifierList
- IamResourceLimitsList
- IamRoleList
- IamSessionLimitsList
- IamSessionList
- IamSystemList
- IamUserGroupList
- IamUserList
- IamUserPreferenceList
- InventoryDeviceInfoList
- InventoryDnMoBindingList
- InventoryGenericInventoryHolderList
- InventoryGenericInventoryList
- IpmioverlanPolicyList
- KvmPolicyList
- LicenseAccountLicenseDataList
- LicenseCustomerOpList
- LicenseLicenseInfoList
- LicenseSmartlicenseTokenList
- LsServiceProfileList
- ManagementControllerList
- ManagementEntityList
- ManagementInterfaceList
- MemoryArrayList
- MemoryUnitList
- MetaDefinitionList
- MetaPropDefinition
- MetaRelationshipDefinition
- MoBaseComplexType
- MoBaseMo
- MoMoRef
- MoTag
- NetworkElementList
- NetworkElementSummaryList
- NetworkconfigPolicyList
- NtpPolicyList
- PackagemanagementConnectorDeployPolicyList
- PackagemanagementConnectorImageList
- PackagemanagementConnectorInstallList
- PolicyAttachableServiceObject
- PolicyCategory
- PolicyConfigContext
- PolicyConfigResultContext
- PolicyConfigResultEntry
- PolicyHardwarePlatform
- PolicyManagementPlatform
- PolicyPolicyMetaList
- PortGroupList
- PortSubGroupList
- ProcessorUnitList
- SearchSearchItemList
- SearchTagItemList
- SecurityUnitList
- ServerConfigChange
- ServerConfigChangeDetail
- ServerConfigResultList
- ServerProfileList
- SmtpPolicyList
- SnmpPolicyList
- SnmpTrap
- SnmpUser
- SolPolicyList
- SshPolicyList
- StorageControllerList
- StorageDiskGroupPolicyList
- StorageFlexFlashControllerList
- StorageFlexFlashPhysicalDriveList
- StorageFlexUtilControllerList
- StorageLocalDisk
- StoragePhysicalDiskList
- StoragePhysicalDiskUsageList
- StorageRemoteKeySetting
- StorageSasExpanderList
- StorageSpanGroup
- StorageStoragePolicyList
- StorageVdMemberEpList
- StorageVirtualDriveConfig
- StorageVirtualDriveList
- TaskFileDownloadInfo
- TaskWorkflowActionList
- TechsupportmanagementDownloadList
- TechsupportmanagementTechSupportBundleList
- TechsupportmanagementTechSupportStatusList
- TerminalAuditLogList
- TopSystemList
- VmediaMapping
- VmediaPolicyList
- WorkflowBuildTaskMetaList
- WorkflowTaskInfoList
- WorkflowTaskMetaList
- WorkflowTaskRetryInfo
- WorkflowWorkflowInfoList
- WorkflowWorkflowMetaList
- WorkflowWorkflowTaskList
- AaaAbstractAuditRecord
- AssetDeviceClaim
- AssetDeviceRegistration
- BootIscsi
- BootLocalCdd
- BootLocalDisk
- BootNvme
- BootPchStorage
- BootPxe
- BootSan
- BootSdCard
- BootUefiShell
- BootUsb
- BootVirtualMedia
- CondAlarm
- CondHclStatus
- CondHclStatusAction
- CondHclStatusDetail
- CondHclStatusJob
- CryptEncryptionToken
- DeviceinfoSerialNumberInfo
- EpansibleRunner
- ExternalsiteAuthProfile
- ExtsearchImport
- FirmwareDistributable
- FirmwareEula
- FirmwareUpgrade
- FirmwareUpgradeStatus
- HclCompatibilityInfo
- HclCompatibilityStatus
- HclDataImportLog
- HclNote
- HclSupportedDriverName
- HyperflexAlarm
- HyperflexCluster
- IamAccount
- IamApiKey
- IamEndPointPrivilege
- IamEndPointRole
- IamEndPointUser
- IamEndPointUserRole
- IamIdp
- IamIdpReference
- IamLdapGroup
- IamLdapProvider
- IamPermission
- IamPrivilege
- IamPrivilegeSet
- IamQualifier
- IamResourceLimits
- IamRole
- IamSession
- IamSessionLimits
- IamSystem
- IamUser
- IamUserGroup
- IamUserPreference
- InventoryBase
- InventoryDeviceInfo
- InventoryDnMoBinding
- LicenseAccountLicenseData
- LicenseCustomerOp
- LicenseLicenseInfo
- LicenseSmartlicenseToken
- MetaDefinition
- PackagemanagementConnectorDeployPolicy
- PackagemanagementConnectorImage
- PackagemanagementConnectorInstall
- PolicyAbstractConfigResult
- PolicyAbstractPolicy
- PolicyAbstractProfile
- PolicyPolicyMeta
- SearchSearchItem
- SearchSuggestItem
- SearchTagItem
- TaskWorkflowAction
- TechsupportmanagementDownload
- TechsupportmanagementTechSupportBundle
- TechsupportmanagementTechSupportStatus
- TerminalAuditLog
- ViewsView
- WorkflowBuildTaskMeta
- WorkflowTaskInfo
- WorkflowTaskMeta
- WorkflowWorkflowInfo
- WorkflowWorkflowMeta
- WorkflowWorkflowTask
- AaaAuditRecord
- BiosPolicy
- BootPrecisionPolicy
- ComputePhysicalSummary
- ComputeServerSetting
- EquipmentBase
- EquipmentDeviceSummary
- EquipmentLocatorLed
- FaultInstance
- FirmwareRunningFirmware
- HyperflexAutoSupportPolicy
- HyperflexClusterNetworkPolicy
- HyperflexClusterStoragePolicy
- HyperflexConfigResult
- HyperflexExtFcStoragePolicy
- HyperflexExtIscsiStoragePolicy
- HyperflexLocalCredentialPolicy
- HyperflexNodeConfigPolicy
- HyperflexNodeProfile
- HyperflexSysConfigPolicy
- HyperflexUcsmConfigPolicy
- HyperflexVcenterConfigPolicy
- IamEndPointUserPolicy
- IamLdapPolicy
- InventoryGenericInventory
- InventoryGenericInventoryHolder
- IpmioverlanPolicy
- KvmPolicy
- LsServiceProfile
- ManagementController
- ManagementEntity
- ManagementInterface
- NetworkElementSummary
- NetworkconfigPolicy
- NtpPolicy
- PolicyAbstractConfigProfile
- PortGroup
- PortPhysical
- PortSubGroup
- ServerConfigResult
- SmtpPolicy
- SnmpPolicy
- SolPolicy
- SshPolicy
- StorageDiskGroupPolicy
- StorageFlexUtilController
- StoragePhysicalDiskUsage
- StorageStoragePolicy
- StorageVdMemberEp
- TopSystem
- VmediaPolicy
- AdapterExtEthInterface
- AdapterHostEthInterface
- AdapterHostFcInterface
- AdapterHostIscsiInterface
- AdapterUnit
- BiosUnit
- ComputeBoard
- ComputePhysical
- EquipmentChassis
- EquipmentFan
- EquipmentFanModule
- EquipmentFex
- EquipmentIoCard
- EquipmentPsu
- EquipmentSwitchCard
- EquipmentSystemIoController
- EtherPhysicalPort
- FcPhysicalPort
- GraphicsCard
- GraphicsController
- HyperflexClusterProfile
- MemoryArray
- MemoryUnit
- NetworkElement
- ProcessorUnit
- SecurityUnit
- ServerProfile
- StorageController
- StorageFlexFlashController
- StorageFlexFlashPhysicalDrive
- StoragePhysicalDisk
- StorageSasExpander
- StorageVirtualDrive
- ComputeBlade
- ComputeRackUnit
All endpoints do not require authorization.