Skip to content

Commit

Permalink
1.0.9-262
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustinus Tegawinata committed Nov 28, 2018
1 parent 5f32010 commit a1dc862
Show file tree
Hide file tree
Showing 1,116 changed files with 39,522 additions and 2,543 deletions.
204 changes: 172 additions & 32 deletions README.md

Large diffs are not rendered by default.

122 changes: 107 additions & 15 deletions intersight/__init__.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion intersight/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This is Intersight REST API
OpenAPI spec version: 1.0.7-681
OpenAPI spec version: 1.0.9-262
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
22 changes: 20 additions & 2 deletions intersight/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,26 @@
from .cond_hcl_status_detail_api import CondHclStatusDetailApi
from .cond_hcl_status_job_api import CondHclStatusJobApi
from .crypt_encryption_token_api import CryptEncryptionTokenApi
from .cvd_deployment_task_api import CvdDeploymentTaskApi
from .cvd_template_api import CvdTemplateApi
from .cvd_validation_task_api import CvdValidationTaskApi
from .deviceconnector_policy_api import DeviceconnectorPolicyApi
from .deviceinfo_serial_number_info_api import DeviceinfoSerialNumberInfoApi
from .equipment_chassis_api import EquipmentChassisApi
from .equipment_device_summary_api import EquipmentDeviceSummaryApi
from .equipment_fan_api import EquipmentFanApi
from .equipment_fan_module_api import EquipmentFanModuleApi
from .equipment_fex_api import EquipmentFexApi
from .equipment_io_card_api import EquipmentIoCardApi
from .equipment_io_expander_api import EquipmentIoExpanderApi
from .equipment_locator_led_api import EquipmentLocatorLedApi
from .equipment_psu_api import EquipmentPsuApi
from .equipment_rack_enclosure_api import EquipmentRackEnclosureApi
from .equipment_rack_enclosure_slot_api import EquipmentRackEnclosureSlotApi
from .equipment_switch_card_api import EquipmentSwitchCardApi
from .equipment_system_io_controller_api import EquipmentSystemIoControllerApi
from .equipment_tpm_api import EquipmentTpmApi
from .ether_physical_port_api import EtherPhysicalPortApi
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
Expand All @@ -48,7 +55,9 @@
from .graphics_card_api import GraphicsCardApi
from .graphics_controller_api import GraphicsControllerApi
from .hcl_compatibility_status_api import HclCompatibilityStatusApi
from .hcl_data_import_log_api import HclDataImportLogApi
from .hcl_driver_image_api import HclDriverImageApi
from .hcl_operating_system_api import HclOperatingSystemApi
from .hcl_operating_system_vendor_api import HclOperatingSystemVendorApi
from .hcl_service_status_api import HclServiceStatusApi
from .hcl_supported_driver_name_api import HclSupportedDriverNameApi
from .hyperflex_alarm_api import HyperflexAlarmApi
Expand All @@ -66,6 +75,7 @@
from .hyperflex_feature_limit_internal_api import HyperflexFeatureLimitInternalApi
from .hyperflex_hxdp_version_api import HyperflexHxdpVersionApi
from .hyperflex_local_credential_policy_api import HyperflexLocalCredentialPolicyApi
from .hyperflex_node_api import HyperflexNodeApi
from .hyperflex_node_config_policy_api import HyperflexNodeConfigPolicyApi
from .hyperflex_node_profile_api import HyperflexNodeProfileApi
from .hyperflex_proxy_setting_policy_api import HyperflexProxySettingPolicyApi
Expand All @@ -77,7 +87,9 @@
from .iaas_connector_pack_api import IaasConnectorPackApi
from .iaas_device_status_api import IaasDeviceStatusApi
from .iaas_license_info_api import IaasLicenseInfoApi
from .iaas_most_run_tasks_api import IaasMostRunTasksApi
from .iaas_ucsd_info_api import IaasUcsdInfoApi
from .iaas_ucsd_managed_infra_api import IaasUcsdManagedInfraApi
from .iam_account_api import IamAccountApi
from .iam_api_key_api import IamApiKeyApi
from .iam_domain_group_api import IamDomainGroupApi
Expand Down Expand Up @@ -126,9 +138,12 @@
from .network_element_summary_api import NetworkElementSummaryApi
from .networkconfig_policy_api import NetworkconfigPolicyApi
from .ntp_policy_api import NtpPolicyApi
from .oauth_oauth_user_api import OauthOauthUserApi
from .pci_device_api import PciDeviceApi
from .port_group_api import PortGroupApi
from .port_sub_group_api import PortSubGroupApi
from .processor_unit_api import ProcessorUnitApi
from .resource_group_api import ResourceGroupApi
from .sdcard_policy_api import SdcardPolicyApi
from .search_search_item_api import SearchSearchItemApi
from .search_suggest_item_api import SearchSuggestItemApi
Expand All @@ -140,6 +155,7 @@
from .server_profile_api import ServerProfileApi
from .smtp_policy_api import SmtpPolicyApi
from .snmp_policy_api import SnmpPolicyApi
from .softwarerepository_authorization_api import SoftwarerepositoryAuthorizationApi
from .sol_policy_api import SolPolicyApi
from .ssh_policy_api import SshPolicyApi
from .storage_controller_api import StorageControllerApi
Expand All @@ -159,8 +175,10 @@
from .storage_storage_policy_api import StorageStoragePolicyApi
from .storage_vd_member_ep_api import StorageVdMemberEpApi
from .storage_virtual_drive_api import StorageVirtualDriveApi
from .storage_virtual_drive_extension_api import StorageVirtualDriveExtensionApi
from .syslog_policy_api import SyslogPolicyApi
from .task_workflow_action_api import TaskWorkflowActionApi
from .telemetry_time_series_api import TelemetryTimeSeriesApi
from .terminal_audit_log_api import TerminalAuditLogApi
from .testcrypt_administrator_api import TestcryptAdministratorApi
from .testcrypt_credential_api import TestcryptCredentialApi
Expand Down
8 changes: 6 additions & 2 deletions intersight/apis/aaa_audit_record_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is Intersight REST API
OpenAPI spec version: 1.0.7-681
OpenAPI spec version: 1.0.9-262
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -62,6 +62,7 @@ def aaa_audit_records_get(self, **kwargs):
:param str orderby: Determines what values are used to order a collection of records
:param str expand: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames
:param str apply: Specify one or more transformation operations to perform aggregation on records. The transformations are processed in order with the output from a transformation being used as input for the subsequent transformation. Query examples: $apply=groupby((Model), aggregate($count as Total)) $apply=groupby((Model), aggregate(AvailableMemory with average as AverageAvailableMemory))
:param str at: Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for records to return. A URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type System section. Query examples: at=VersionType eq 'Configured' at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'
:return: AaaAuditRecordList
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -95,12 +96,13 @@ def aaa_audit_records_get_with_http_info(self, **kwargs):
:param str orderby: Determines what values are used to order a collection of records
:param str expand: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames
:param str apply: Specify one or more transformation operations to perform aggregation on records. The transformations are processed in order with the output from a transformation being used as input for the subsequent transformation. Query examples: $apply=groupby((Model), aggregate($count as Total)) $apply=groupby((Model), aggregate(AvailableMemory with average as AverageAvailableMemory))
:param str at: Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for records to return. A URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type System section. Query examples: at=VersionType eq 'Configured' at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'
:return: AaaAuditRecordList
If the method is called asynchronously,
returns the request thread.
"""

all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply']
all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
Expand Down Expand Up @@ -140,6 +142,8 @@ def aaa_audit_records_get_with_http_info(self, **kwargs):
query_params.append(('$expand', params['expand']))
if 'apply' in params:
query_params.append(('$apply', params['apply']))
if 'at' in params:
query_params.append(('at', params['at']))

header_params = {}

Expand Down
8 changes: 6 additions & 2 deletions intersight/apis/adapter_ext_eth_interface_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is Intersight REST API
OpenAPI spec version: 1.0.7-681
OpenAPI spec version: 1.0.9-262
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -62,6 +62,7 @@ def adapter_ext_eth_interfaces_get(self, **kwargs):
:param str orderby: Determines what values are used to order a collection of records
:param str expand: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames
:param str apply: Specify one or more transformation operations to perform aggregation on records. The transformations are processed in order with the output from a transformation being used as input for the subsequent transformation. Query examples: $apply=groupby((Model), aggregate($count as Total)) $apply=groupby((Model), aggregate(AvailableMemory with average as AverageAvailableMemory))
:param str at: Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for records to return. A URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type System section. Query examples: at=VersionType eq 'Configured' at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'
:return: AdapterExtEthInterfaceList
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -95,12 +96,13 @@ def adapter_ext_eth_interfaces_get_with_http_info(self, **kwargs):
:param str orderby: Determines what values are used to order a collection of records
:param str expand: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames
:param str apply: Specify one or more transformation operations to perform aggregation on records. The transformations are processed in order with the output from a transformation being used as input for the subsequent transformation. Query examples: $apply=groupby((Model), aggregate($count as Total)) $apply=groupby((Model), aggregate(AvailableMemory with average as AverageAvailableMemory))
:param str at: Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for records to return. A URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type System section. Query examples: at=VersionType eq 'Configured' at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'
:return: AdapterExtEthInterfaceList
If the method is called asynchronously,
returns the request thread.
"""

all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply']
all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
Expand Down Expand Up @@ -140,6 +142,8 @@ def adapter_ext_eth_interfaces_get_with_http_info(self, **kwargs):
query_params.append(('$expand', params['expand']))
if 'apply' in params:
query_params.append(('$apply', params['apply']))
if 'at' in params:
query_params.append(('at', params['at']))

header_params = {}

Expand Down
8 changes: 6 additions & 2 deletions intersight/apis/adapter_host_eth_interface_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is Intersight REST API
OpenAPI spec version: 1.0.7-681
OpenAPI spec version: 1.0.9-262
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -62,6 +62,7 @@ def adapter_host_eth_interfaces_get(self, **kwargs):
:param str orderby: Determines what values are used to order a collection of records
:param str expand: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames
:param str apply: Specify one or more transformation operations to perform aggregation on records. The transformations are processed in order with the output from a transformation being used as input for the subsequent transformation. Query examples: $apply=groupby((Model), aggregate($count as Total)) $apply=groupby((Model), aggregate(AvailableMemory with average as AverageAvailableMemory))
:param str at: Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for records to return. A URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type System section. Query examples: at=VersionType eq 'Configured' at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'
:return: AdapterHostEthInterfaceList
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -95,12 +96,13 @@ def adapter_host_eth_interfaces_get_with_http_info(self, **kwargs):
:param str orderby: Determines what values are used to order a collection of records
:param str expand: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames
:param str apply: Specify one or more transformation operations to perform aggregation on records. The transformations are processed in order with the output from a transformation being used as input for the subsequent transformation. Query examples: $apply=groupby((Model), aggregate($count as Total)) $apply=groupby((Model), aggregate(AvailableMemory with average as AverageAvailableMemory))
:param str at: Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for records to return. A URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type System section. Query examples: at=VersionType eq 'Configured' at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'
:return: AdapterHostEthInterfaceList
If the method is called asynchronously,
returns the request thread.
"""

all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply']
all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
Expand Down Expand Up @@ -140,6 +142,8 @@ def adapter_host_eth_interfaces_get_with_http_info(self, **kwargs):
query_params.append(('$expand', params['expand']))
if 'apply' in params:
query_params.append(('$apply', params['apply']))
if 'at' in params:
query_params.append(('at', params['at']))

header_params = {}

Expand Down
Loading

0 comments on commit a1dc862

Please sign in to comment.