Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
539 changes: 439 additions & 100 deletions README.md

Large diffs are not rendered by default.

464 changes: 398 additions & 66 deletions intersight/__init__.py

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions intersight/api_client.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# coding: utf-8
"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
30 changes: 17 additions & 13 deletions intersight/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@
from .compute_server_setting_api import ComputeServerSettingApi
from .cond_alarm_api import CondAlarmApi
from .cond_hcl_status_api import CondHclStatusApi
from .cond_hcl_status_action_api import CondHclStatusActionApi
from .cond_hcl_status_detail_api import CondHclStatusDetailApi
from .cond_hcl_status_job_api import CondHclStatusJobApi
from .crypt_encryption_token_api import CryptEncryptionTokenApi
from .deviceinfo_serial_number_info_api import DeviceinfoSerialNumberInfoApi
from .epansible_runner_api import EpansibleRunnerApi
from .equipment_chassis_api import EquipmentChassisApi
from .equipment_device_summary_api import EquipmentDeviceSummaryApi
from .equipment_fan_api import EquipmentFanApi
Expand All @@ -36,10 +34,10 @@
from .equipment_switch_card_api import EquipmentSwitchCardApi
from .equipment_system_io_controller_api import EquipmentSystemIoControllerApi
from .ether_physical_port_api import EtherPhysicalPortApi
from .externalsite_auth_profile_api import ExternalsiteAuthProfileApi
from .extsearch_import_api import ExtsearchImportApi
from .externalsite_authorization_api import ExternalsiteAuthorizationApi
from .fault_instance_api import FaultInstanceApi
from .fc_physical_port_api import FcPhysicalPortApi
from .feedback_feedback_post_api import FeedbackFeedbackPostApi
from .firmware_distributable_api import FirmwareDistributableApi
from .firmware_eula_api import FirmwareEulaApi
from .firmware_running_firmware_api import FirmwareRunningFirmwareApi
Expand All @@ -48,25 +46,29 @@
from .graphics_card_api import GraphicsCardApi
from .graphics_controller_api import GraphicsControllerApi
from .hcl_compatibility_info_api import HclCompatibilityInfoApi
from .hcl_compatibility_status_api import HclCompatibilityStatusApi
from .hcl_data_import_log_api import HclDataImportLogApi
from .hcl_note_api import HclNoteApi
from .hcl_supported_driver_name_api import HclSupportedDriverNameApi
from .hyperflex_alarm_api import HyperflexAlarmApi
from .hyperflex_auto_support_policy_api import HyperflexAutoSupportPolicyApi
from .hyperflex_cluster_api import HyperflexClusterApi
from .hyperflex_cluster_network_policy_api import HyperflexClusterNetworkPolicyApi
from .hyperflex_cluster_profile_api import HyperflexClusterProfileApi
from .hyperflex_cluster_storage_policy_api import HyperflexClusterStoragePolicyApi
from .hyperflex_config_result_api import HyperflexConfigResultApi
from .hyperflex_config_result_entry_api import HyperflexConfigResultEntryApi
from .hyperflex_ext_fc_storage_policy_api import HyperflexExtFcStoragePolicyApi
from .hyperflex_ext_iscsi_storage_policy_api import HyperflexExtIscsiStoragePolicyApi
from .hyperflex_local_credential_policy_api import HyperflexLocalCredentialPolicyApi
from .hyperflex_node_config_policy_api import HyperflexNodeConfigPolicyApi
from .hyperflex_node_profile_api import HyperflexNodeProfileApi
from .hyperflex_proxy_setting_policy_api import HyperflexProxySettingPolicyApi
from .hyperflex_sys_config_policy_api import HyperflexSysConfigPolicyApi
from .hyperflex_ucsm_config_policy_api import HyperflexUcsmConfigPolicyApi
from .hyperflex_vcenter_config_policy_api import HyperflexVcenterConfigPolicyApi
from .iaas_connector_pack_api import IaasConnectorPackApi
from .iaas_device_status_api import IaasDeviceStatusApi
from .iaas_license_info_api import IaasLicenseInfoApi
from .iaas_ucsd_info_api import IaasUcsdInfoApi
from .iam_account_api import IamAccountApi
from .iam_api_key_api import IamApiKeyApi
from .iam_end_point_privilege_api import IamEndPointPrivilegeApi
Expand Down Expand Up @@ -95,6 +97,7 @@
from .inventory_dn_mo_binding_api import InventoryDnMoBindingApi
from .inventory_generic_inventory_api import InventoryGenericInventoryApi
from .inventory_generic_inventory_holder_api import InventoryGenericInventoryHolderApi
from .inventory_request_api import InventoryRequestApi
from .ipmioverlan_policy_api import IpmioverlanPolicyApi
from .kvm_policy_api import KvmPolicyApi
from .license_account_license_data_api import LicenseAccountLicenseDataApi
Expand All @@ -112,10 +115,7 @@
from .network_element_summary_api import NetworkElementSummaryApi
from .networkconfig_policy_api import NetworkconfigPolicyApi
from .ntp_policy_api import NtpPolicyApi
from .packagemanagement_connector_deploy_policy_api import PackagemanagementConnectorDeployPolicyApi
from .packagemanagement_connector_image_api import PackagemanagementConnectorImageApi
from .packagemanagement_connector_install_api import PackagemanagementConnectorInstallApi
from .policy_policy_meta_api import PolicyPolicyMetaApi
from .oauth_oauth_user_api import OauthOauthUserApi
from .port_group_api import PortGroupApi
from .port_sub_group_api import PortSubGroupApi
from .processor_unit_api import ProcessorUnitApi
Expand All @@ -124,26 +124,30 @@
from .search_tag_item_api import SearchTagItemApi
from .security_unit_api import SecurityUnitApi
from .server_config_result_api import ServerConfigResultApi
from .server_config_result_entry_api import ServerConfigResultEntryApi
from .server_profile_api import ServerProfileApi
from .smtp_policy_api import SmtpPolicyApi
from .snmp_policy_api import SnmpPolicyApi
from .sol_policy_api import SolPolicyApi
from .ssh_policy_api import SshPolicyApi
from .storage_controller_api import StorageControllerApi
from .storage_disk_group_policy_api import StorageDiskGroupPolicyApi
from .storage_enclosure_api import StorageEnclosureApi
from .storage_flex_flash_controller_api import StorageFlexFlashControllerApi
from .storage_flex_flash_controller_props_api import StorageFlexFlashControllerPropsApi
from .storage_flex_flash_physical_drive_api import StorageFlexFlashPhysicalDriveApi
from .storage_flex_flash_virtual_drive_api import StorageFlexFlashVirtualDriveApi
from .storage_flex_util_controller_api import StorageFlexUtilControllerApi
from .storage_flex_util_physical_drive_api import StorageFlexUtilPhysicalDriveApi
from .storage_flex_util_virtual_drive_api import StorageFlexUtilVirtualDriveApi
from .storage_physical_disk_api import StoragePhysicalDiskApi
from .storage_physical_disk_extension_api import StoragePhysicalDiskExtensionApi
from .storage_physical_disk_usage_api import StoragePhysicalDiskUsageApi
from .storage_sas_expander_api import StorageSasExpanderApi
from .storage_storage_policy_api import StorageStoragePolicyApi
from .storage_vd_member_ep_api import StorageVdMemberEpApi
from .storage_virtual_drive_api import StorageVirtualDriveApi
from .task_workflow_action_api import TaskWorkflowActionApi
from .techsupportmanagement_download_api import TechsupportmanagementDownloadApi
from .techsupportmanagement_tech_support_bundle_api import TechsupportmanagementTechSupportBundleApi
from .techsupportmanagement_tech_support_status_api import TechsupportmanagementTechSupportStatusApi
from .terminal_audit_log_api import TerminalAuditLogApi
from .top_system_api import TopSystemApi
from .vmedia_policy_api import VmediaPolicyApi
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/aaa_audit_record_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/adapter_ext_eth_interface_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/adapter_host_eth_interface_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/adapter_host_fc_interface_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/adapter_host_iscsi_interface_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/adapter_unit_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/asset_device_claim_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/asset_device_registration_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/bios_policy_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/bios_unit_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/boot_precision_policy_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/compute_blade_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/compute_board_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/compute_physical_summary_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/compute_rack_unit_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/compute_server_setting_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/cond_alarm_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions intersight/apis/cond_hcl_status_api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8

"""
UCS Starship API
Intersight REST API

This is the UCS Starship REST API
This is Intersight REST API

OpenAPI spec version: 1.0.0
OpenAPI spec version: 1.0.5-612

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
Loading